Searched refs:WeakPreserveExceptionMark (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp64 class WeakPreserveExceptionMark { class
75 WeakPreserveExceptionMark(Thread* pThread) : _thread(pThread), _preserved_exception_oop() { function in class:WeakPreserveExceptionMark
80 ~WeakPreserveExceptionMark() {
H A DpreserveException.cpp79 void WeakPreserveExceptionMark::preserve() {
86 void WeakPreserveExceptionMark::restore() {
/openjdk10/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp512 WeakPreserveExceptionMark __wem(thread);

Completed in 51 milliseconds