8254285: G1: Remove "What is this about" comment in G1CollectedHeap.cpp

Reviewed-by: shade, sjohanss
This commit is contained in:
Thomas Schatzl 2020-10-09 09:55:57 +00:00
parent 0230781107
commit a95590d00e

View File

@ -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