--- old/src/share/vm/prims/jvm.h 2014-12-12 15:33:25.869728000 -0500 +++ new/src/share/vm/prims/jvm.h 2014-12-12 15:33:21.912543000 -0500 @@ -335,15 +335,6 @@ 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