Searched refs:gOmInUseList (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp134 static ObjectMonitor * volatile gOmInUseList; // for moribund thread, so monitors they inflated still get scanned member in class:ObjectSynchronizer
H A Dsynchronizer.cpp155 ObjectMonitor * volatile ObjectSynchronizer::gOmInUseList = NULL ; member in class:ObjectSynchronizer
1116 // a global gOmInUseList under the global list lock so these
1170 InUseTail->FreeNext = gOmInUseList;
1171 gOmInUseList = InUseList;
1405 // that thread to a global gOmInUseList acquiring the
1528 // For moribund threads, scan gOmInUseList
1529 if (gOmInUseList) {
1531 int deflatedcount = walk_monitor_list((ObjectMonitor **)&gOmInUseList, &FreeHead, &FreeTail);

Completed in 34 milliseconds