src/hotspot/share/classfile/klassFactory.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/classfile/klassFactory.cpp	Fri Apr  6 15:47:57 2018
--- new/src/hotspot/share/classfile/klassFactory.cpp	Fri Apr  6 15:47:57 2018

*** 82,92 **** --- 82,92 ---- } else { pathname = ""; } } else { SharedClassPathEntry* ent = ! (SharedClassPathEntry*)FileMapInfo::shared_classpath(path_index); ! (SharedClassPathEntry*)FileMapInfo::shared_path(path_index); pathname = ent == NULL ? NULL : ent->name(); } ClassFileStream* stream = new ClassFileStream(ptr, end_ptr - ptr, pathname,

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