Searched defs:QMode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1081 int QMode = Knob_QMode ; local
1083 if (QMode == 2 && _cxq != NULL) {
1084 // QMode == 2 : cxq has precedence over EntryList.
1094 if (QMode == 3 && _cxq != NULL) {
1132 if (QMode == 4 && _cxq != NULL) {
1213 if (QMode == 1) {
1214 // QMode == 1 : drain cxq to EntryList, reversing order
1231 // QMode == 0 or QMode == 2
2493 SETKNOB(QMode);
[all...]

Completed in 36 milliseconds