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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp287 // It is used with the EXCEPTION_MARK macro.
300 // Use an EXCEPTION_MARK for 'local' exceptions. EXCEPTION_MARK makes sure that no
308 #define EXCEPTION_MARK Thread* THREAD; ExceptionMark __em(THREAD); macro

Completed in 35 milliseconds