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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp891 volatile address _exception_pc; // PC where exception happened member in class:JavaThread
1244 address exception_pc() const { return _exception_pc; }
1249 void set_exception_pc(address a) { _exception_pc = a; }
1323 static ByteSize exception_pc_offset() { return byte_offset_of(JavaThread, _exception_pc ); }

Completed in 47 milliseconds