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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp178 static int Knob_ResetEvent = 0 ; variable
638 // spin on a CPU. Enable Knob_ResetEvent to clear pending unparks().
642 if ((Knob_ResetEvent & 1) && Self->_ParkEvent->fired()) {

Completed in 59 milliseconds