src/java.base/share/native/include/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8042418_jdk Cdiff src/java.base/share/native/include/jvm.h

src/java.base/share/native/include/jvm.h

Print this page

        

*** 332,350 **** JNIEXPORT jclass JNICALL JVM_FindClassFromCaller(JNIEnv *env, const char *name, jboolean init, jobject loader, jclass caller); /* - * Find a class from a given class loader. Throw ClassNotFoundException - * or NoClassDefFoundError depending on the value of the last - * argument. - */ - JNIEXPORT jclass JNICALL - JVM_FindClassFromClassLoader(JNIEnv *env, const char *name, jboolean init, - jobject loader, jboolean throwError); - - /* * Find a class from a given class. */ JNIEXPORT jclass JNICALL JVM_FindClassFromClass(JNIEnv *env, const char *name, jboolean init, jclass from); --- 332,341 ----
src/java.base/share/native/include/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File