8042418: Remove JVM_FindClassFromClassLoader

The function has been replaced so is no longer used.

Reviewed-by: mchung, dholmes
This commit is contained in:
Coleen Phillimore 2014-12-14 16:02:46 -05:00
parent 98da47c05b
commit ecc9f19dc9

View File

@ -333,15 +333,6 @@ 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.
*/