hotspot/src/share/vm/prims/jvm.h
changeset 34235 4cc9d7af1b01
parent 32619 47acec81dcca
child 34253 ba3946143842
--- a/hotspot/src/share/vm/prims/jvm.h	Wed Nov 18 22:00:09 2015 +0000
+++ b/hotspot/src/share/vm/prims/jvm.h	Thu Nov 19 11:54:32 2015 -0500
@@ -378,17 +378,6 @@
                           const jbyte *buf, jsize len, jobject pd,
                           const char *source);
 
-/* Define a class with a source with conditional verification (added HSX 14)
- * -Xverify:all will verify anyway, -Xverify:none will not verify,
- * -Xverify:remote (default) will obey this conditional
- * i.e. true = should_verify_class
- */
-JNIEXPORT jclass JNICALL
-JVM_DefineClassWithSourceCond(JNIEnv *env, const char *name,
-                              jobject loader, const jbyte *buf,
-                              jsize len, jobject pd, const char *source,
-                              jboolean verify);
-
 /*
  * Reflection support functions
  */