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

/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.hpp199 static void log_exception(Thread* thread, const char* format, ...);
217 inline void Events::log_exception(Thread* thread, const char* format, ...) { function in class:Events
H A Dexceptions.cpp163 Events::log_exception(thread, "Threw " INTPTR_FORMAT " at %s:%d", (address)h_exception(), file, line);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp778 Events::log_exception(thread, "StackOverflowError at " INTPTR_FORMAT, pc);
795 Events::log_exception(thread, "AbstractMethodError at " INTPTR_FORMAT, pc);
798 Events::log_exception(thread, "NullPointerException at vtable entry " INTPTR_FORMAT, pc);
815 Events::log_exception(thread, "NullPointerException in code blob at " INTPTR_FORMAT, pc);
827 Events::log_exception(thread, "NullPointerException in IC check " INTPTR_FORMAT, pc);
833 Events::log_exception(thread, "NullPointerException in MH adapter " INTPTR_FORMAT, pc);
871 Events::log_exception(thread, "Implicit null exception at " INTPTR_FORMAT " to " INTPTR_FORMAT, pc, target_pc);
873 Events::log_exception(thread, "Implicit division by zero exception at " INTPTR_FORMAT " to " INTPTR_FORMAT, pc, target_pc);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2790 Events::log_exception(JavaThread::current(),

Completed in 54 milliseconds