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

/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp141 Exceptions::debug_check_abort(h_exception, message);
473 void Exceptions::debug_check_abort(const char *value_string, const char* message) { function in class:Exceptions
483 void Exceptions::debug_check_abort(Handle exception, const char* message) { function in class:Exceptions
497 debug_check_abort(exception()->klass()->external_name(), message);
H A Dexceptions.hpp178 static void debug_check_abort(Handle exception, const char* message = NULL);
180 static void debug_check_abort(const char *value_string, const char* message = NULL);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp307 NOT_PRODUCT(Exceptions::debug_check_abort(exception));
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp559 Exceptions::debug_check_abort(exception);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp461 Exceptions::debug_check_abort(h_exception);
H A DbytecodeInterpreter.cpp2811 Exceptions::debug_check_abort(except_oop);
2828 Exceptions::debug_check_abort(except_oop);
/openjdk10/hotspot/src/share/vm/opto/
H A Druntime.cpp1298 Exceptions::debug_check_abort(exception);
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp939 Exceptions::debug_check_abort("java.lang.NullPointerException");
945 Exceptions::debug_check_abort("java.lang.ArithmeticException");
H A Dthread.cpp2205 Exceptions::debug_check_abort(_pending_async_exception->klass()->external_name());
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1986 Exceptions::debug_check_abort(exception_name, NULL);

Completed in 119 milliseconds