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

/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.cpp47 EventLog* Events::_logs = NULL;
48 StringEventLog* Events::_messages = NULL;
49 StringEventLog* Events::_exceptions = NULL;
50 StringEventLog* Events::_deopt_messages = NULL;
57 _next = Events::_logs;
58 Events::_logs = this;
63 void Events::print_all(outputStream* out) {
71 void Events::print() {
75 void Events::init() {
77 _messages = new StringEventLog("Events");
[all...]
H A Devents.hpp34 // Events and EventMark provide interfaces to log events taking place in the vm.
50 friend class Events;
173 class Events : AllStatic { class in inherits:AllStatic
208 inline void Events::log(Thread* thread, const char* format, ...) {
217 inline void Events::log_exception(Thread* thread, const char* format, ...) {
226 inline void Events::log_deopt_message(Thread* thread, const char* format, ...) {
H A Dexceptions.cpp163 Events::log_exception(thread, "Threw " INTPTR_FORMAT " at %s:%d", (address)h_exception(), file, line);
H A Ddebug.cpp612 Events::print();
H A DvmError.cpp712 Events::print_all(st);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java81 protected EventImpl(JDWP.Event.Composite.Events.EventsCommon evt,
173 ThreadedEventImpl(JDWP.Event.Composite.Events.EventsCommon evt,
192 LocatableEventImpl(JDWP.Event.Composite.Events.EventsCommon evt,
219 BreakpointEventImpl(JDWP.Event.Composite.Events.Breakpoint evt) {
229 StepEventImpl(JDWP.Event.Composite.Events.SingleStep evt) {
240 MethodEntryEventImpl(JDWP.Event.Composite.Events.MethodEntry evt) {
253 MethodExitEventImpl(JDWP.Event.Composite.Events.MethodExit evt) {
257 MethodExitEventImpl(JDWP.Event.Composite.Events.MethodExitWithReturnValue evt) {
280 MonitorContendedEnterEventImpl(JDWP.Event.Composite.Events.MonitorContendedEnter evt) {
299 MonitorContendedEnteredEventImpl(JDWP.Event.Composite.Events
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDOMMessages_it.properties92 #Events
/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);
H A Ddeoptimization.cpp583 Events::log(thread, "DEOPT UNPACKING pc=" INTPTR_FORMAT " sp=" INTPTR_FORMAT " mode %d",
989 Events::log(thread, "DEOPT PACKING pc=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, fr.pc(), fr.sp());
1246 Events::log(thread, "Uncommon trap: trap_request=" PTR32_FORMAT " fr.pc=" INTPTR_FORMAT,
1279 Events::log_deopt_message(thread, "Uncommon trap: reason=%s action=%s pc=" INTPTR_FORMAT " method=%s @ %d",
H A Dthread.cpp4052 Events::log(p, "Thread added: " INTPTR_FORMAT, p);
4103 // Since Events::log uses a lock, we grab it outside the Threads_lock
4104 Events::log(p, "Thread exited: " INTPTR_FORMAT, p);
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec333 "Tells the target VM to stop sending events. Events are not discarded; "
1991 "Events, such as MethodExit, are generated as they would be in "
2209 "in the event queue. Events are filtered by "
2661 (Repeat events "Events in set."
2662 (Select Events
2841 "Method Entry Events and Method Exit Events might occur "
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1390 Events::log(JavaThread::current(), "flushing nmethod " INTPTR_FORMAT, this);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2790 Events::log_exception(JavaThread::current(),

Completed in 111 milliseconds