Searched refs:deflate_idle_monitors (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp115 static void deflate_idle_monitors();
H A Dsynchronizer.cpp910 // Ultimately, this results in a call to deflate_idle_monitors() in the near future.
1400 // of active monitors for each thread. deflate_idle_monitors()
1402 // assigned monitors on the per-thread list. deflate_idle_monitors()
1406 // global list lock. deflate_idle_monitors() acquires the global
1440 TEVENT (deflate_idle_monitors - scavenge1) ;
1501 void ObjectSynchronizer::deflate_idle_monitors() { function in class:ObjectSynchronizer
1511 TEVENT (deflate_idle_monitors) ;
H A Dsafepoint.cpp519 ObjectSynchronizer::deflate_idle_monitors();

Completed in 38 milliseconds