diff -r 8c79517a9300 -r abe076e3636f src/share/vm/prims/jvm.h --- a/src/share/vm/prims/jvm.h Thu Jul 16 18:21:40 2009 -0700 +++ b/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.