src/java.base/share/native/include/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/java.base/share/native/include/jvm.h	Fri Dec 12 15:37:38 2014
--- new/src/java.base/share/native/include/jvm.h	Fri Dec 12 15:37:37 2014

*** 332,350 **** --- 332,341 ---- 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);

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