src/share/vm/prims/jvm.h

changeset 1313
abe076e3636f
parent 866
a45484ea312d
child 1383
89e0543e1737
child 1408
ad6585fd4087
     1.1 --- a/src/share/vm/prims/jvm.h	Thu Jul 16 18:21:40 2009 -0700
     1.2 +++ b/src/share/vm/prims/jvm.h	Mon Jul 27 09:06:22 2009 -0700
     1.3 @@ -390,15 +390,10 @@
     1.4                               jobject loader, jboolean throwError);
     1.5  
     1.6  /*
     1.7 - * Find a class from a boot class loader. Throw ClassNotFoundException
     1.8 - * or NoClassDefFoundError depending on the value of the last
     1.9 - * argument. This is the same as FindClassFromClassLoader but provided
    1.10 - * as a convenience method exported correctly on all platforms for
    1.11 - * JSR 277 launcher class loading.
    1.12 + * Find a class from a boot class loader. Returns NULL if class not found.
    1.13   */
    1.14  JNIEXPORT jclass JNICALL
    1.15 -JVM_FindClassFromBootLoader(JNIEnv *env, const char *name,
    1.16 -                            jboolean throwError);
    1.17 +JVM_FindClassFromBootLoader(JNIEnv *env, const char *name);
    1.18  
    1.19  /*
    1.20   * Find a class from a given class.

mercurial