-
Enhancement
-
Resolution: Fixed
-
P5
-
9
-
b94
After a full GC, in G1CollectorPolicy::record_full_collection_end() we unconditionally set the next GC to be a young-only GC.
In some cases it might be better to do an initial mark GC next, otherwise G1 may go from one full GC into the next.
In some cases it might be better to do an initial mark GC next, otherwise G1 may go from one full GC into the next.