< prev index next >

src/java.base/share/classes/jdk/internal/misc/VM.java

Print this page

@@ -466,10 +466,12 @@
      * java heap data or there is any error during initialization of the
      * object class in the archived graph.
      */
     public static native void initializeFromArchive(Class<?> c);
 
+    public static native void defineArchivedModules(ClassLoader platformLoader, ClassLoader systemLoader);
+
     public static native long getRandomSeedForCDSDump();
 
     /**
      * Check if CDS dynamic dumping is enabled via the DynamicDumpSharedSpaces flag.
      */
< prev index next >