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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp180 // in these cases the PENDING_EXCEPTION helper macros should be used.
193 #define PENDING_EXCEPTION (((ThreadShadow*)THREAD)->pending_exception()) macro
280 oop ex = PENDING_EXCEPTION; \

Completed in 197 milliseconds