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

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1419 static int Adjust (volatile int * adr, int dx) { function
2038 Adjust (&_Spinner, 1) ;
2126 if (MaxSpin > 0) Adjust (&_Spinner, -1) ;
2192 if (MaxSpin >= 0) Adjust (&_Spinner, -1) ;

Completed in 53 milliseconds