src/share/javavm/export/jvm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Cdiff src/share/javavm/export/jvm.h

src/share/javavm/export/jvm.h

Print this page

        

*** 820,829 **** --- 820,836 ---- */ JNIEXPORT jboolean JNICALL 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. * * The caller must treat the string as a constant and not modify it * in any way.
src/share/javavm/export/jvm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File