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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp80 const char* exception_file() const { return _exception_file; } function in class:ThreadShadow
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp747 const char* exception_file = thread->exception_file(); local
777 thread->set_pending_exception(pending_exception(), exception_file, exception_line); local

Completed in 36 milliseconds