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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp152 NOT_PRODUCT(Exceptions::debug_check_abort(h_exception, message));
435 void Exceptions::debug_check_abort(const char *value_string, const char* message) { function in class:Exceptions
445 void Exceptions::debug_check_abort(Handle exception, const char* message) { function in class:Exceptions
454 debug_check_abort(instanceKlass::cast(exception()->klass())->external_name(), message);
H A Dexceptions.hpp164 NOT_PRODUCT(static void debug_check_abort(Handle exception, const char* message = NULL);)
165 NOT_PRODUCT(static void debug_check_abort(const char *value_string, const char* message = NULL);)
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2556 NOT_PRODUCT(Exceptions::debug_check_abort(except_oop));
2569 NOT_PRODUCT(Exceptions::debug_check_abort(except_oop));
H A DinterpreterRuntime.cpp426 NOT_PRODUCT(Exceptions::debug_check_abort(h_exception));
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp964 NOT_PRODUCT(Exceptions::debug_check_abort(exception));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp538 NOT_PRODUCT(Exceptions::debug_check_abort(exception));
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp869 NOT_PRODUCT(Exceptions::debug_check_abort("java.lang.NullPointerException"));
H A Dthread.cpp2199 NOT_PRODUCT(Exceptions::debug_check_abort(instanceKlass::cast(_pending_async_exception->klass())->external_name()));
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1901 Exceptions::debug_check_abort(exception_name, NULL);

Completed in 81 milliseconds