src/share/vm/prims/jvmtiThreadState.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jvmtiThreadState.hpp	Mon Sep 17 16:13:40 2012
--- new/src/share/vm/prims/jvmtiThreadState.hpp	Mon Sep 17 16:13:39 2012

*** 389,399 **** --- 389,399 ---- static ByteSize earlyret_state_offset() { return byte_offset_of(JvmtiThreadState, _earlyret_state); } static ByteSize earlyret_tos_offset() { return byte_offset_of(JvmtiThreadState, _earlyret_tos); } static ByteSize earlyret_oop_offset() { return byte_offset_of(JvmtiThreadState, _earlyret_oop); } static ByteSize earlyret_value_offset() { return byte_offset_of(JvmtiThreadState, _earlyret_value); } ! void oops_do(OopClosure* f) NOT_JVMTI_RETURN; // GC support public: void set_should_post_on_exceptions(bool val) { _thread->set_should_post_on_exceptions_flag(val ? JNI_TRUE : JNI_FALSE); } };

src/share/vm/prims/jvmtiThreadState.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File