Skip to content

Commit a95590d

Browse files
author
Thomas Schatzl
committed
8254285: G1: Remove "What is this about" comment in G1CollectedHeap.cpp
Reviewed-by: shade, sjohanss
1 parent 0230781 commit a95590d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/gc/g1/g1CollectedHeap.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -2659,9 +2659,6 @@ void G1CollectedHeap::gc_epilogue(bool full) {
26592659
// We are at the end of the GC. Total collections has already been increased.
26602660
rem_set()->print_periodic_summary_info("After GC RS summary", total_collections() - 1);
26612661

2662-
// FIXME: what is this about?
2663-
// I'm ignoring the "fill_newgen()" call if "alloc_event_enabled"
2664-
// is set.
26652662
#if COMPILER2_OR_JVMCI
26662663
assert(DerivedPointerTable::is_empty(), "derived pointer present");
26672664
#endif

0 commit comments

Comments
 (0)