< prev index next >

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

Print this page

        

*** 412,417 **** --- 412,419 ---- * 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 >