hotspot/src/share/vm/prims/jvm.h
changeset 15439 a72c53517fe7
parent 15229 5341188db763
child 15598 8f4707a58a53
equal deleted inserted replaced
15436:fe4df8ab0eb7 15439:a72c53517fe7
   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  *