8042418: Remove JVM_FindClassFromClassLoader
authorcoleenp
Sun, 14 Dec 2014 16:02:46 -0500
changeset 28246 c9ebe8cf5b40
parent 28245 5560f8810064
child 28248 8a5229e88795
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
jdk/src/java.base/share/native/include/jvm.h
--- a/jdk/src/java.base/share/native/include/jvm.h	Thu Dec 04 10:34:55 2014 +0100
+++ b/jdk/src/java.base/share/native/include/jvm.h	Sun Dec 14 16:02:46 2014 -0500
@@ -334,15 +334,6 @@
                         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