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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1033 const Register unlock_thread = LP64_ONLY(r15_thread) NOT_LP64(rax); local
1034 NOT_LP64(__ movptr(unlock_thread, STATE(_thread));) // get thread
1041 const Address do_not_unlock_if_synchronized(unlock_thread,

Completed in 445 milliseconds