src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java
changeset 59133 580fb715b29d
parent 53018 8bf9268df0e2
equal deleted inserted replaced
59132:189f47d990b5 59133:580fb715b29d
   350 
   350 
   351         long t4 = System.nanoTime();
   351         long t4 = System.nanoTime();
   352 
   352 
   353         Configuration cf;
   353         Configuration cf;
   354         if (needResolution) {
   354         if (needResolution) {
   355             cf = JLMA.resolveAndBind(finder, roots, traceOutput);
   355             cf = Modules.newBootLayerConfiguration(finder, roots, traceOutput);
   356         } else {
   356         } else {
   357             if (archivedModuleGraph != null) {
   357             if (archivedModuleGraph != null) {
   358                 cf = archivedModuleGraph.configuration();
   358                 cf = archivedModuleGraph.configuration();
   359             } else {
   359             } else {
   360                 Map<String, Set<String>> map = systemModules.moduleReads();
   360                 Map<String, Set<String>> map = systemModules.moduleReads();