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

/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp589 Register Rdo_not_unlock_flag = R11_scratch1; local
594 lbz(Rdo_not_unlock_flag, in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()), R16_thread);
605 cmpwi(CCR0, Rdo_not_unlock_flag, 0);

Completed in 264 milliseconds