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

/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp36 _preserved_exception_file = _thread->exception_file();
63 _preserved_exception_file = _thread->exception_file();
82 _preserved_exception_file = _thread->exception_file();
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
H A DsharedRuntime.cpp1862 pending_file = THREAD->exception_file();

Completed in 47 milliseconds