Searched refs:_preserved_exception_file (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp37 const char* _preserved_exception_file; member in class:PreserveExceptionMark
53 const char* _preserved_exception_file; member in class:CautiouslyPreserveExceptionMark
69 const char* _preserved_exception_file; member in class:WeakPreserveExceptionMark
H A DpreserveException.cpp36 _preserved_exception_file = _thread->exception_file();
49 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line); local
63 _preserved_exception_file = _thread->exception_file();
74 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line); local
82 _preserved_exception_file = _thread->exception_file();
88 _thread->set_pending_exception(_preserved_exception_oop(), _preserved_exception_file, _preserved_exception_line); local

Completed in 55 milliseconds