< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 54109 : Add logging to ObjectSynchronizer::omFlush(), add global count logging at Info level to ObjectSynchronizer::finish_deflate_idle_monitors(); for monitorinflation logging, switch from cumulative "deflating per-thread idle monitors" mesgs to per-thread "deflating per-thread idle monitors" mesgs; fix timer bug in deflate_thread_local_monitors() where time to acquire gListLock wasn't counted; fix misc typos.
rev 54110 : Checkpoint latest preliminary review patches for full OpenJDK review.

@@ -264,10 +264,11 @@
   omFreeList = NULL;
   omFreeCount = 0;
   omFreeProvision = 32;
   omInUseList = NULL;
   omInUseCount = 0;
+  omShouldDeflateIdleMonitors = false;
 
 #ifdef ASSERT
   _visited_for_critical_count = false;
 #endif
 
< prev index next >