--- old/src/hotspot/share/classfile/systemDictionary.cpp 2018-04-08 23:15:22.648084013 -0700 +++ new/src/hotspot/share/classfile/systemDictionary.cpp 2018-04-08 23:15:22.365057341 -0700 @@ -1210,7 +1210,7 @@ } } SharedClassPathEntry* ent = - (SharedClassPathEntry*)FileMapInfo::shared_classpath(path_index); + (SharedClassPathEntry*)FileMapInfo::shared_path(path_index); if (!Universe::is_module_initialized()) { assert(ent != NULL && ent->is_modules_image(), "Loading non-bootstrap classes before the module system is initialized");