< prev index next >

src/java.base/share/classes/jdk/internal/loader/BootLoader.java

Print this page

        

@@ -71,11 +71,11 @@
     private static final ConcurrentHashMap<?, ?> CLASS_LOADER_VALUE_MAP
         = new ConcurrentHashMap<>();
 
     // native libraries loaded by the boot class loader
     private static final NativeLibraries NATIVE_LIBS
-        = new NativeLibraries(null);
+        = NativeLibraries.jniNativeLibraries(null);
 
     /**
      * Returns the unnamed module for the boot loader.
      */
     public static Module getUnnamedModule() {
< prev index next >