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

/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp59 CautiouslyPreserveExceptionMark::CautiouslyPreserveExceptionMark(Thread* thread) { function in class:CautiouslyPreserveExceptionMark
68 CautiouslyPreserveExceptionMark::~CautiouslyPreserveExceptionMark() {
H A DpreserveException.hpp59 class CautiouslyPreserveExceptionMark { class
67 CautiouslyPreserveExceptionMark(Thread* thread);
68 ~CautiouslyPreserveExceptionMark();

Completed in 111 milliseconds