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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp573 intptr_t addrBits = intptr_t(obj) >> 3 ; local
574 value = addrBits ^ (addrBits >> 5) ^ GVars.stwRandom ;

Completed in 33 milliseconds