src/share/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/jvm.h	Fri Jan 25 15:53:42 2013
--- new/src/share/vm/prims/jvm.h	Fri Jan 25 15:53:41 2013

*** 861,870 **** --- 861,877 ---- */ 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/vm/prims/jvm.h
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File