comparison 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
comparison
equal deleted inserted replaced
11958:a0f5be106e67 12039:3cce976666d9
876 } 876 }
877 877
878 878
879 instanceKlassHandle ClassLoader::load_classfile(Symbol* h_name, TRAPS) { 879 instanceKlassHandle ClassLoader::load_classfile(Symbol* h_name, TRAPS) {
880 ResourceMark rm(THREAD); 880 ResourceMark rm(THREAD);
881 EventMark m("loading class " INTPTR_FORMAT, (address)h_name); 881 EventMark m("loading class %s", h_name->as_C_string());
882 ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion); 882 ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion);
883 883
884 stringStream st; 884 stringStream st;
885 // st.print() uses too much stack space while handling a StackOverflowError 885 // st.print() uses too much stack space while handling a StackOverflowError
886 // st.print("%s.class", h_name->as_utf8()); 886 // st.print("%s.class", h_name->as_utf8());