mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8156072: AllocatedObj msgs coming out during -version etc
Removed obsolete print. Reviewed-by: jmasa, ecaspole
This commit is contained in:
parent
80dc8b84bc
commit
b260a19e7b
1 changed files with 0 additions and 2 deletions
|
@ -590,8 +590,6 @@ void G1DefaultPolicy::record_collection_pause_end(double pause_time_ms, size_t c
|
||||||
bool last_pause_included_initial_mark = false;
|
bool last_pause_included_initial_mark = false;
|
||||||
bool update_stats = !_g1->evacuation_failed();
|
bool update_stats = !_g1->evacuation_failed();
|
||||||
|
|
||||||
NOT_PRODUCT(_short_lived_surv_rate_group->print());
|
|
||||||
|
|
||||||
record_pause(young_gc_pause_kind(), end_time_sec - pause_time_ms / 1000.0, end_time_sec);
|
record_pause(young_gc_pause_kind(), end_time_sec - pause_time_ms / 1000.0, end_time_sec);
|
||||||
|
|
||||||
last_pause_included_initial_mark = collector_state()->during_initial_mark_pause();
|
last_pause_included_initial_mark = collector_state()->during_initial_mark_pause();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue