Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp80 bool _exception_caught; member in JvmtiThreadState
165 inline bool is_exception_caught() { return _exception_caught; } in is_exception_caught()
167 _exception_caught = false; } in set_exception_detected()
170 assert(_exception_caught == false, "_exception_caught is out of phase"); in clear_exception_detected()
172 inline void set_exception_caught() { _exception_caught = true; in set_exception_caught()
H A DjvmtiThreadState.cpp54 _exception_caught = false; in JvmtiThreadState()
H A DjvmtiExport.cpp131 bool _exception_caught; member in JvmtiEventMark
150 _exception_caught = state->is_exception_caught(); in JvmtiEventMark()
153 _exception_caught = false; in JvmtiEventMark()
189 if (_exception_caught) { in ~JvmtiEventMark()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp80 bool _exception_caught; member in JvmtiThreadState
165 inline bool is_exception_caught() { return _exception_caught; } in is_exception_caught()
167 _exception_caught = false; } in set_exception_detected()
170 assert(_exception_caught == false, "_exception_caught is out of phase"); in clear_exception_detected()
172 inline void set_exception_caught() { _exception_caught = true; in set_exception_caught()
H A DjvmtiThreadState.cpp54 _exception_caught = false; in JvmtiThreadState()
H A DjvmtiExport.cpp131 bool _exception_caught; member in JvmtiEventMark
150 _exception_caught = state->is_exception_caught(); in JvmtiEventMark()
153 _exception_caught = false; in JvmtiEventMark()
189 if (_exception_caught) { in ~JvmtiEventMark()