src/hotspot/share/classfile/systemDictionary.cpp
changeset 49739 00805b129186
parent 49738 a7bc87a63dd8
child 49786 7444101401b2
equal deleted inserted replaced
49738:a7bc87a63dd8 49739:00805b129186
  1215     } else {
  1215     } else {
  1216       return true;
  1216       return true;
  1217     }
  1217     }
  1218   }
  1218   }
  1219   SharedClassPathEntry* ent =
  1219   SharedClassPathEntry* ent =
  1220             (SharedClassPathEntry*)FileMapInfo::shared_classpath(path_index);
  1220             (SharedClassPathEntry*)FileMapInfo::shared_path(path_index);
  1221   if (!Universe::is_module_initialized()) {
  1221   if (!Universe::is_module_initialized()) {
  1222     assert(ent != NULL && ent->is_modules_image(),
  1222     assert(ent != NULL && ent->is_modules_image(),
  1223            "Loading non-bootstrap classes before the module system is initialized");
  1223            "Loading non-bootstrap classes before the module system is initialized");
  1224     assert(class_loader.is_null(), "sanity");
  1224     assert(class_loader.is_null(), "sanity");
  1225     return true;
  1225     return true;