Searched refs:_exception_file (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp65 const char* _exception_file; // file information for exception (debugging only) member in class:ThreadShadow
80 const char* exception_file() const { return _exception_file; }
93 _exception_file(NULL), _exception_line(0) {}
H A Dexceptions.cpp61 _exception_file = file;
73 _exception_file = NULL;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp103 // const char* _exception_file; // file information for exception (debugging only)
587 static ByteSize exception_file_offset() { return byte_offset_of(Thread, _exception_file ); }
H A DvmStructs.cpp908 nonstatic_field(ThreadShadow, _exception_file, const char*) \

Completed in 41 milliseconds