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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp79 bool has_pending_exception() const { return _pending_exception != NULL; } function in class:ThreadShadow
194 #define HAS_PENDING_EXCEPTION (((ThreadShadow*)THREAD)->has_pending_exception())

Completed in 28 milliseconds