diff src/share/vm/classfile/classLoader.cpp @ 12039:3cce976666d9

Merge hs25-b46
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 10 Oct 2013 14:20:04 +0200
parents 836a62f43af9 6e04c193845f
children cefad50507d8
line wrap: on
line diff
--- a/src/share/vm/classfile/classLoader.cpp	Thu Oct 10 13:44:59 2013 +0200
+++ b/src/share/vm/classfile/classLoader.cpp	Thu Oct 10 14:20:04 2013 +0200
@@ -878,7 +878,7 @@
 
 instanceKlassHandle ClassLoader::load_classfile(Symbol* h_name, TRAPS) {
   ResourceMark rm(THREAD);
-  EventMark m("loading class " INTPTR_FORMAT, (address)h_name);
+  EventMark m("loading class %s", h_name->as_C_string());
   ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion);
 
   stringStream st;