--- old/src/share/javavm/export/jvm.h 2013-02-12 18:22:26.748091031 -0800 +++ new/src/share/javavm/export/jvm.h 2013-02-12 18:22:26.386072933 -0800 @@ -822,6 +822,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. *