mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8246476: remove AsyncDeflateIdleMonitors option and the safepoint based deflation mechanism
Reviewed-by: dholmes, pchilanomate, coleenp
This commit is contained in:
parent
231a8408b2
commit
7436ef236e
14 changed files with 144 additions and 630 deletions
|
@ -170,10 +170,8 @@ void exit_globals() {
|
|||
if (log_is_enabled(Info, monitorinflation)) {
|
||||
// The ObjectMonitor subsystem uses perf counters so
|
||||
// do this before perfMemory_exit().
|
||||
// These other two audit_and_print_stats() calls are done at the
|
||||
// This other audit_and_print_stats() call is done at the
|
||||
// Debug level at a safepoint:
|
||||
// - for safepoint based deflation auditing:
|
||||
// ObjectSynchronizer::finish_deflate_idle_monitors()
|
||||
// - for async deflation auditing:
|
||||
// ObjectSynchronizer::do_safepoint_work()
|
||||
ObjectSynchronizer::audit_and_print_stats(true /* on_exit */);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue