Searched defs:DTRACE_CLASSINIT_PROBE_WAIT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp115 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) \ macro
150 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) \ macro
167 #define DTRACE_CLASSINIT_PROBE_WAIT(type, clss, thread_type, wait) macro
464 DTRACE_CLASSINIT_PROBE_WAIT(recursive, instanceKlass::cast(this_oop()), -1,wait);
470 DTRACE_CLASSINIT_PROBE_WAIT(concurrent, instanceKlass::cast(this_oop()), -1,wait);
476 DTRACE_CLASSINIT_PROBE_WAIT(erroneous, instanceKlass::cast(this_oop()), -1,wait);
509 DTRACE_CLASSINIT_PROBE_WAIT(super__failed, instanceKlass::cast(this_oop()), -1,wait);
518 DTRACE_CLASSINIT_PROBE_WAIT(clinit, instanceKlass::cast(this_oop()), -1,wait);
546 DTRACE_CLASSINIT_PROBE_WAIT(error, instanceKlass::cast(this_oop()), -1,wait);
556 DTRACE_CLASSINIT_PROBE_WAIT(en
[all...]

Completed in 39 milliseconds