diff src/share/vm/prims/jvm.h @ 7969:1eae78177059

Merge
author jiangli
date Fri, 01 Feb 2013 15:25:37 -0500
parents 815957d0203e
children 41d73c9b30a8
line wrap: on
line diff
--- a/src/share/vm/prims/jvm.h	Thu Jan 24 10:57:38 2013 -0800
+++ b/src/share/vm/prims/jvm.h	Fri Feb 01 15:25:37 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.
  *