src/share/vm/services/classLoadingService.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/services/classLoadingService.cpp

src/share/vm/services/classLoadingService.cpp

Print this page

        

*** 134,144 **** } } if (TraceClassUnloading) { ResourceMark rm; ! tty->print_cr("[Unloading class %s " INTPTR_FORMAT "]", k->external_name(), k); } } void ClassLoadingService::notify_class_loaded(InstanceKlass* k, bool shared_class) { DTRACE_CLASSLOAD_PROBE(loaded, k, shared_class); --- 134,144 ---- } } if (TraceClassUnloading) { ResourceMark rm; ! tty->print_cr("[Unloading class %s " INTPTR_FORMAT "]", k->external_name(), p2i(k)); } } void ClassLoadingService::notify_class_loaded(InstanceKlass* k, bool shared_class) { DTRACE_CLASSLOAD_PROBE(loaded, k, shared_class);
src/share/vm/services/classLoadingService.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File