diff -r a7bc87a63dd8 -r 00805b129186 src/hotspot/share/classfile/systemDictionary.cpp --- a/src/hotspot/share/classfile/systemDictionary.cpp Tue Apr 10 10:06:42 2018 -0400 +++ b/src/hotspot/share/classfile/systemDictionary.cpp Tue Apr 10 11:43:40 2018 -0700 @@ -1217,7 +1217,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");