< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page
rev 54572 : Checkpoint latest preliminary review patches for full OpenJDK review; merge with 8222295.patch.

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