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

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp48 class CautiouslyPreserveExceptionMark { class
56 CautiouslyPreserveExceptionMark(Thread* thread);
57 ~CautiouslyPreserveExceptionMark();
H A DpreserveException.cpp59 CautiouslyPreserveExceptionMark::CautiouslyPreserveExceptionMark(Thread* thread) { function in class:CautiouslyPreserveExceptionMark
68 CautiouslyPreserveExceptionMark::~CautiouslyPreserveExceptionMark() {

Completed in 51 milliseconds