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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp314 static int Knob_SpinLimit; member in class:ObjectMonitor
H A DobjectMonitor.cpp154 int ObjectMonitor::Knob_SpinLimit = 5000 ; // derived by an external tool - member in class:ObjectMonitor
1998 if (x < Knob_SpinLimit) {
2136 if (x < Knob_SpinLimit) {
2504 Knob_SpinLimit = 0 ;

Completed in 54 milliseconds