hotspot/src/share/vm/prims/jvm.h
changeset 15439 a72c53517fe7
parent 15229 5341188db763
child 15598 8f4707a58a53
--- a/hotspot/src/share/vm/prims/jvm.h	Sun Jan 27 21:58:34 2013 -0500
+++ b/hotspot/src/share/vm/prims/jvm.h	Mon Jan 28 10:55:30 2013 -0500
@@ -860,6 +860,13 @@
 JVM_IsConstructorIx(JNIEnv *env, jclass cb, int index);
 
 /*
+ * Is the given method generated by the VM.
+ * The method is identified by method_index.
+ */
+JNIEXPORT jboolean JNICALL
+JVM_IsVMGeneratedMethodIx(JNIEnv *env, jclass cb, int index);
+
+/*
  * Returns the name of a given method in UTF format.
  * The result remains valid until JVM_ReleaseUTF is called.
  *