hotspot/src/share/vm/prims/jvm.h
changeset 3578 411436f0a4a2
parent 1550 be2fc37a817f
child 3820 0a8fbbe180db
child 3795 6227ff014cfe
--- a/hotspot/src/share/vm/prims/jvm.h	Thu Jul 16 18:21:40 2009 -0700
+++ b/hotspot/src/share/vm/prims/jvm.h	Mon Jul 27 09:06:22 2009 -0700
@@ -390,15 +390,10 @@
                              jobject loader, jboolean throwError);
 
 /*
- * Find a class from a boot class loader. Throw ClassNotFoundException
- * or NoClassDefFoundError depending on the value of the last
- * argument. This is the same as FindClassFromClassLoader but provided
- * as a convenience method exported correctly on all platforms for
- * JSR 277 launcher class loading.
+ * Find a class from a boot class loader. Returns NULL if class not found.
  */
 JNIEXPORT jclass JNICALL
-JVM_FindClassFromBootLoader(JNIEnv *env, const char *name,
-                            jboolean throwError);
+JVM_FindClassFromBootLoader(JNIEnv *env, const char *name);
 
 /*
  * Find a class from a given class.