mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8238229
: Remove TRACESPINNING debug code
Reviewed-by: kbarrett, sjohanss
This commit is contained in:
parent
77ad678fce
commit
358c56bb8b
6 changed files with 0 additions and 57 deletions
|
@ -1969,10 +1969,6 @@ bool PSParallelCompact::invoke_no_policy(bool maximum_heap_compaction) {
|
|||
marking_start.ticks(), compaction_start.ticks(),
|
||||
collection_exit.ticks());
|
||||
|
||||
#ifdef TRACESPINNING
|
||||
TaskTerminator::print_termination_counts();
|
||||
#endif
|
||||
|
||||
AdaptiveSizePolicyOutput::print(size_policy, heap->total_collections());
|
||||
|
||||
_gc_timer.register_gc_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue