Home
last modified time | relevance | path

Searched refs:_exception_detected (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp79 bool _exception_detected; member in JvmtiThreadState
164 inline bool is_exception_detected() { return _exception_detected; } in is_exception_detected()
166 inline void set_exception_detected() { _exception_detected = true; in set_exception_detected()
169 _exception_detected = false; in clear_exception_detected()
173 _exception_detected = false; } in set_exception_caught()
H A DjvmtiThreadState.cpp53 _exception_detected = false; in JvmtiThreadState()
H A DjvmtiExport.cpp130 bool _exception_detected; member in JvmtiEventMark
149 _exception_detected = state->is_exception_detected(); in JvmtiEventMark()
152 _exception_detected = false; in JvmtiEventMark()
186 if (_exception_detected) { in ~JvmtiEventMark()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp79 bool _exception_detected; member in JvmtiThreadState
164 inline bool is_exception_detected() { return _exception_detected; } in is_exception_detected()
166 inline void set_exception_detected() { _exception_detected = true; in set_exception_detected()
169 _exception_detected = false; in clear_exception_detected()
173 _exception_detected = false; } in set_exception_caught()
H A DjvmtiThreadState.cpp53 _exception_detected = false; in JvmtiThreadState()
H A DjvmtiExport.cpp130 bool _exception_detected; member in JvmtiEventMark
149 _exception_detected = state->is_exception_detected(); in JvmtiEventMark()
152 _exception_detected = false; in JvmtiEventMark()
186 if (_exception_detected) { in ~JvmtiEventMark()