Relates :
|
In g1CollectedHeap.cpp there is this comment: // FIXME: what is this about? // I'm ignoring the "fill_newgen()" call if "alloc_event_enabled" // is set. that does not make sense at all as the FIXME indicates. This comment has been introduced with the open sourcing of G1 (JDK-6711316). Fill_newgen() has as far as I could gather some method used in Serial GC that has been removed long ago too. Let's remove this comment.
|