mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-19 07:29:08 +00:00
8220290: gc/arguments/TestSurvivorRatioFlag.java fails after JDK-8215221 with CMS
Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
97ec4aeed2
commit
86851c31d8
@ -679,7 +679,9 @@ void GenCollectedHeap::do_collection(bool full,
|
||||
// Track memory usage and detect low memory after GC finishes
|
||||
MemoryService::track_memory_usage();
|
||||
|
||||
gc_epilogue(complete);
|
||||
// Need to tell the epilogue code we are done with Full GC, regardless what was
|
||||
// the initial value for "complete" flag.
|
||||
gc_epilogue(true);
|
||||
|
||||
BiasedLocking::restore_marks();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user