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

src/share/vm/prims/jvm.h

Print this page

        

*** 333,351 **** */ 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); --- 333,342 ----
src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File