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

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

Completed in 46 milliseconds