< prev index next >

src/hotspot/share/include/jvm.h

Print this page

*** 489,498 **** --- 489,506 ---- */ JNIEXPORT void JNICALL JVM_AddReadsModule(JNIEnv *env, jobject from_module, jobject source_module); /* + * Define all modules that have been stored in the CDS archived heap. + * platform_loader: the built-in platform class loader + * system_loader: the built-in system class loader + */ + JNIEXPORT void JNICALL + JVM_DefineArchivedModules(JNIEnv *env, jobject platform_loader, jobject system_loader); + + /* * Reflection support functions */ JNIEXPORT jstring JNICALL JVM_InitClassName(JNIEnv *env, jclass cls);
< prev index next >