mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8152100: Rework and unify the GC phase logging
Reviewed-by: sjohanss, jwilhelm
This commit is contained in:
parent
9682b4de13
commit
a15383123d
12 changed files with 117 additions and 117 deletions
|
@ -594,7 +594,7 @@ void DefNewGeneration::collect(bool full,
|
|||
|
||||
init_assuming_no_promotion_failure();
|
||||
|
||||
GCTraceTime(Trace, gc) tm("DefNew", NULL, gch->gc_cause());
|
||||
GCTraceTime(Trace, gc, phases) tm("DefNew", NULL, gch->gc_cause());
|
||||
|
||||
gch->trace_heap_before_gc(&gc_tracer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue