src/share/vm/classfile/classLoader.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/classLoader.cpp	Fri Aug 18 12:12:48 2017
--- new/src/share/vm/classfile/classLoader.cpp	Fri Aug 18 12:12:48 2017

*** 53,63 **** --- 53,62 ---- #include "oops/symbol.hpp" #include "prims/jvm.h" #include "prims/jvm_misc.hpp" #include "runtime/arguments.hpp" #include "runtime/compilationPolicy.hpp" #include "runtime/fprofiler.hpp" #include "runtime/handles.hpp" #include "runtime/handles.inline.hpp" #include "runtime/init.hpp" #include "runtime/interfaceSupport.hpp" #include "runtime/java.hpp"
*** 1430,1440 **** --- 1429,1438 ---- HandleMark hm(THREAD); const char* const class_name = name->as_C_string(); EventMark m("loading class %s", class_name); ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion); const char* const file_name = file_name_for_class_name(class_name, name->utf8_length()); assert(file_name != NULL, "invariant");

src/share/vm/classfile/classLoader.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File