mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 05:45:05 +00:00
6976378: ParNew: stats are printed unconditionally in debug builds
Reviewed-by: tonyp
This commit is contained in:
parent
7ee29eeb6a
commit
bb7d4b2b35
@ -970,8 +970,10 @@ void ParNewGeneration::collect(bool full,
|
||||
gch->print_heap_change(gch_prev_used);
|
||||
}
|
||||
|
||||
TASKQUEUE_STATS_ONLY(thread_state_set.print_termination_stats());
|
||||
TASKQUEUE_STATS_ONLY(thread_state_set.print_taskqueue_stats());
|
||||
if (PrintGCDetails && ParallelGCVerbose) {
|
||||
TASKQUEUE_STATS_ONLY(thread_state_set.print_termination_stats());
|
||||
TASKQUEUE_STATS_ONLY(thread_state_set.print_taskqueue_stats());
|
||||
}
|
||||
|
||||
if (UseAdaptiveSizePolicy) {
|
||||
size_policy->minor_collection_end(gch->gc_cause());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user