Searched defs:slow_path_unlock (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2188 Label slow_path_unlock; local
2225 __ jcc(Assembler::notEqual, slow_path_unlock);
2327 __ bind(slow_path_unlock);
H A DsharedRuntime_x86_64.cpp2439 Label slow_path_unlock; local
2472 __ jcc(Assembler::notEqual, slow_path_unlock);
2568 __ bind(slow_path_unlock);

Completed in 49 milliseconds