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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp1083 ObjectMonitor* curmidinuse = NULL; local
1089 } else if (curmidinuse != NULL) {
1090 curmidinuse->FreeNext = mid->FreeNext; // maintain the current thread inuselist
1096 curmidinuse = mid;
1473 ObjectMonitor* curmidinuse = NULL; local
1486 } else if (curmidinuse != NULL) {
1487 curmidinuse->FreeNext = mid->FreeNext; // maintain the current thread inuselist
1494 curmidinuse = mid;

Completed in 34 milliseconds