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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp887 // Compiler exception handling (NOTE: The _exception_oop is *NOT* the same as _pending_exception. It is
890 volatile oop _exception_oop; // Exception thrown in compiled code member in class:JavaThread
1243 oop exception_oop() const { return _exception_oop; }
1248 void set_exception_oop(oop o) { _exception_oop = o; }
1322 static ByteSize exception_oop_offset() { return byte_offset_of(JavaThread, _exception_oop ); }

Completed in 42 milliseconds