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

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp32 class PreserveExceptionMark { class
40 PreserveExceptionMark(Thread*& thread);
41 ~PreserveExceptionMark();
45 // This is a clone of PreserveExceptionMark which asserts instead
61 // Like PreserveExceptionMark but allows new exceptions to be generated in
91 #define PRESERVE_EXCEPTION_MARK Thread* THREAD; PreserveExceptionMark __em(THREAD);
H A DpreserveException.cpp31 PreserveExceptionMark::PreserveExceptionMark(Thread*& thread) { function in class:PreserveExceptionMark
41 PreserveExceptionMark::~PreserveExceptionMark() {
46 fatal("PreserveExceptionMark destructor expects no pending exceptions");
54 // This code is cloned from PreserveExceptionMark, except that:

Completed in 96 milliseconds