8247179: Mechanism for VM operations to not take part in safepoint coalescing

Reviewed-by: rehn, dholmes
This commit is contained in:
Erik Österlund 2020-06-23 11:59:13 +00:00
parent 88df2f0f7f
commit a10a9284c1
3 changed files with 1 additions and 73 deletions

View file

@ -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) "