Searched defs:_exception_caught (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp80 bool _exception_caught; member in class:JvmtiThreadState
165 inline bool is_exception_caught() { return _exception_caught; }
167 _exception_caught = false; }
170 assert(_exception_caught == false, "_exception_caught is out of phase");
172 inline void set_exception_caught() { _exception_caught = true;
H A DjvmtiExport.cpp127 bool _exception_caught; member in class:JvmtiEventMark
146 _exception_caught = state->is_exception_caught();
149 _exception_caught = false;
185 if (_exception_caught) {

Completed in 38 milliseconds