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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp150 #define NINFLATIONLOCKS 256 macro
151 static volatile intptr_t InflationLocks [NINFLATIONLOCKS] ;
518 int ix = (intptr_t(obj) >> 5) & (NINFLATIONLOCKS-1) ;
520 assert (ix >= 0 && ix < NINFLATIONLOCKS, "invariant") ;
521 assert ((NINFLATIONLOCKS & (NINFLATIONLOCKS-1)) == 0, "invariant") ;

Completed in 33 milliseconds