< prev index next >

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

Print this page

        

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