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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp56 // The ThreadShadow class is a helper class to access the _pending_exception
64 oop _pending_exception; // Thread has gc actions. member in class:ThreadShadow
67 friend void check_ThreadShadow(); // checks _pending_exception offset
78 oop pending_exception() const { return _pending_exception; }
79 bool has_pending_exception() const { return _pending_exception != NULL; }
84 static ByteSize pending_exception_offset() { return byte_offset_of(ThreadShadow, _pending_exception); }
92 ThreadShadow() : _pending_exception(NULL),

Completed in 36 milliseconds