mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8247179: Mechanism for VM operations to not take part in safepoint coalescing
Reviewed-by: rehn, dholmes
This commit is contained in:
parent
88df2f0f7f
commit
a10a9284c1
3 changed files with 1 additions and 73 deletions
|
@ -1181,8 +1181,6 @@ void SafepointTracing::statistics_exit_log() {
|
|||
}
|
||||
}
|
||||
|
||||
log_info(safepoint, stats)("VM operations coalesced during safepoint " INT64_FORMAT,
|
||||
VMThread::get_coalesced_count());
|
||||
log_info(safepoint, stats)("Maximum sync time " INT64_FORMAT" ns",
|
||||
(int64_t)(_max_sync_time));
|
||||
log_info(safepoint, stats)("Maximum vm operation time (except for Exit VM operation) "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue