src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jvm.h	Fri Dec 12 15:33:25 2014
--- new/src/share/vm/prims/jvm.h	Fri Dec 12 15:33:21 2014

*** 333,351 **** --- 333,342 ---- */ JNIEXPORT jclass JNICALL JVM_FindPrimitiveClass(JNIEnv *env, const char *utf); /* * 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 boot class loader. Returns NULL if class not found. */ JNIEXPORT jclass JNICALL JVM_FindClassFromBootLoader(JNIEnv *env, const char *name);

src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File