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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.cpp806 jint thread_parity = _oops_do_parity; local
807 if (thread_parity != strong_roots_parity) {
808 jint res = Atomic::cmpxchg(strong_roots_parity, &_oops_do_parity, thread_parity);
809 if (res == thread_parity) {

Completed in 308 milliseconds