diff -r de141433919f -r 9c2ecc2ffb12 src/share/vm/prims/jvm.h --- a/src/share/vm/prims/jvm.h Thu Jul 03 11:01:32 2008 -0700 +++ b/src/share/vm/prims/jvm.h Fri Jul 11 01:14:44 2008 -0700 @@ -390,6 +390,17 @@ 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. + */ +JNIEXPORT jclass JNICALL +JVM_FindClassFromBootLoader(JNIEnv *env, const char *name, + jboolean throwError); + +/* * Find a class from a given class. */ JNIEXPORT jclass JNICALL