Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254285: G1: Remove "What is this about" comment in G1CollectedHeap.cpp
Reviewed-by: shade, sjohanss
  • Loading branch information
Thomas Schatzl committed Oct 9, 2020
1 parent 0230781 commit a95590d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/gc/g1/g1CollectedHeap.cpp
Expand Up @@ -2659,9 +2659,6 @@ void G1CollectedHeap::gc_epilogue(bool full) {
// We are at the end of the GC. Total collections has already been increased.
rem_set()->print_periodic_summary_info("After GC RS summary", total_collections() - 1);

// FIXME: what is this about?
// I'm ignoring the "fill_newgen()" call if "alloc_event_enabled"
// is set.
#if COMPILER2_OR_JVMCI
assert(DerivedPointerTable::is_empty(), "derived pointer present");
#endif
Expand Down

1 comment on commit a95590d

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on a95590d Oct 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.