hotspot/src/share/vm/prims/jvm.h
changeset 772 96110c02b165
parent 363 99d43e8a76ad
child 781 e1baa9c8f16f
--- a/hotspot/src/share/vm/prims/jvm.h	Tue Jun 17 09:59:59 2008 -0700
+++ b/hotspot/src/share/vm/prims/jvm.h	Tue Jun 17 13:08:15 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