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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2597 bool suppress_error = istate->msg() == popping_frame; local
2598 bool suppress_exit_event = THREAD->has_pending_exception() || suppress_error;
2672 if (illegal_state_oop() == NULL && !suppress_error) {
2689 if (illegal_state_oop() == NULL && !suppress_error) {
2711 if (!suppress_error) {
2731 if (!suppress_error) illegal_state_oop = THREAD->pending_exception();
2784 assert(!suppress_error || suppress_error && illegal_state_oop() == NULL, "Error was not suppressed");

Completed in 38 milliseconds