mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8210713: Let CollectedHeap::ensure_parsability() take care of TLAB statistics gathering
Reviewed-by: eosterlund, sjohanss
This commit is contained in:
parent
aafb2b0474
commit
a8703f9803
11 changed files with 11 additions and 30 deletions
|
@ -972,7 +972,6 @@ void PSParallelCompact::pre_compact()
|
|||
heap->trace_heap_before_gc(&_gc_tracer);
|
||||
|
||||
// Fill in TLABs
|
||||
heap->accumulate_statistics_all_tlabs();
|
||||
heap->ensure_parsability(true); // retire TLABs
|
||||
|
||||
if (VerifyBeforeGC && heap->total_collections() >= VerifyGCStartAt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue