mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8075242: Remove SpecializationStats
Reviewed-by: brutisso, mgerdin
This commit is contained in:
parent
e7a218b4b6
commit
426a345fec
14 changed files with 2 additions and 253 deletions
|
@ -590,8 +590,6 @@ void DefNewGeneration::collect(bool full,
|
|||
|
||||
gch->trace_heap_before_gc(&gc_tracer);
|
||||
|
||||
SpecializationStats::clear();
|
||||
|
||||
// These can be shared for all code paths
|
||||
IsAliveClosure is_alive(this);
|
||||
ScanWeakRefClosure scan_weak_ref(this);
|
||||
|
@ -700,7 +698,6 @@ void DefNewGeneration::collect(bool full,
|
|||
// set new iteration safe limit for the survivor spaces
|
||||
from()->set_concurrent_iteration_safe_limit(from()->top());
|
||||
to()->set_concurrent_iteration_safe_limit(to()->top());
|
||||
SpecializationStats::print();
|
||||
|
||||
// We need to use a monotonically non-decreasing time in ms
|
||||
// or we will see time-warp warnings and os::javaTimeMillis()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue