< prev index next >

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

Print this page

        

@@ -412,6 +412,8 @@
      * Those static fields remain as uninitialized if there is no mapped CDS
      * 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 linkClassesForCDS();
 }
< prev index next >