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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp240 Runtime1::StubID exit_id; local
242 exit_id = Runtime1::monitorexit_id;
244 exit_id = Runtime1::monitorexit_nofpu_id;
246 __ call(RuntimeAddress(Runtime1::entry_for(exit_id)));

Completed in 31 milliseconds