mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8191564: Refactor GC related servicability code into GC specific subclasses
Reviewed-by: ehelin, eosterlund
This commit is contained in:
parent
d6aded9c68
commit
3f3f0cb67e
35 changed files with 678 additions and 817 deletions
|
@ -1772,7 +1772,7 @@ bool PSParallelCompact::invoke_no_policy(bool maximum_heap_compaction) {
|
|||
heap->pre_full_gc_dump(&_gc_timer);
|
||||
|
||||
TraceCollectorStats tcs(counters());
|
||||
TraceMemoryManagerStats tms(true /* Full GC */,gc_cause);
|
||||
TraceMemoryManagerStats tms(heap->old_gc_manager(), gc_cause);
|
||||
|
||||
if (log_is_enabled(Debug, gc, heap, exit)) {
|
||||
accumulated_time()->start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue