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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1191 void set_pending_unsafe_access_error() { _special_runtime_exit_condition = _async_unsafe_access_error; } function in class:JavaThread
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp82 thread->set_pending_unsafe_access_error();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp87 thread->set_pending_unsafe_access_error();
H A DstubGenerator_x86_64.cpp85 thread->set_pending_unsafe_access_error();

Completed in 64 milliseconds