--- old/src/hotspot/share/include/jvm.h 2019-09-06 12:27:26.000000000 -0700 +++ new/src/hotspot/share/include/jvm.h 2019-09-06 12:27:25.000000000 -0700 @@ -345,6 +345,11 @@ JNIEXPORT jclass JNICALL JVM_FindPrimitiveClass(JNIEnv *env, const char *utf); +/* + * Link the 'arg' class + */ +JNIEXPORT void JNICALL +JVM_LinkClass(JNIEnv *env, jclass classClass, jclass arg); /* * Find a class from a boot class loader. Returns NULL if class not found.