Searched refs:_exception_detected (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp79 bool _exception_detected; member in class:JvmtiThreadState
164 inline bool is_exception_detected() { return _exception_detected; }
166 inline void set_exception_detected() { _exception_detected = true;
169 _exception_detected = false;
173 _exception_detected = false; }
H A DjvmtiThreadState.cpp53 _exception_detected = false;
H A DjvmtiExport.cpp126 bool _exception_detected; member in class:JvmtiEventMark
145 _exception_detected = state->is_exception_detected();
148 _exception_detected = false;
182 if (_exception_detected) {

Completed in 1412 milliseconds