src/share/vm/prims/jvm.h

changeset 4499
815957d0203e
parent 4466
b14da2e6f2dc
child 4569
41d73c9b30a8
equal deleted inserted replaced
4496:cf8470eaf7e5 4499:815957d0203e
856 * Is a given method a constructor. 856 * Is a given method a constructor.
857 * The method is identified by method_index. 857 * The method is identified by method_index.
858 */ 858 */
859 JNIEXPORT jboolean JNICALL 859 JNIEXPORT jboolean JNICALL
860 JVM_IsConstructorIx(JNIEnv *env, jclass cb, int index); 860 JVM_IsConstructorIx(JNIEnv *env, jclass cb, int index);
861
862 /*
863 * Is the given method generated by the VM.
864 * The method is identified by method_index.
865 */
866 JNIEXPORT jboolean JNICALL
867 JVM_IsVMGeneratedMethodIx(JNIEnv *env, jclass cb, int index);
861 868
862 /* 869 /*
863 * Returns the name of a given method in UTF format. 870 * Returns the name of a given method in UTF format.
864 * The result remains valid until JVM_ReleaseUTF is called. 871 * The result remains valid until JVM_ReleaseUTF is called.
865 * 872 *

mercurial