Searched defs:_exception_file (Results 1 - 1 of 1) 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) {}

Completed in 522 milliseconds