hotspot/src/share/vm/prims/jvm.h
changeset 15102 0a86564e5f61
parent 15097 9db149412e0e
child 15229 5341188db763
equal deleted inserted replaced
15100:0ae85ac7c8b0 15102:0a86564e5f61
    84  *    class.
    84  *    class.
    85  */
    85  */
    86 
    86 
    87 #define JVM_INTERFACE_VERSION 4
    87 #define JVM_INTERFACE_VERSION 4
    88 
    88 
       
    89 JNIEXPORT jobjectArray JNICALL
       
    90 JVM_GetMethodParameters(JNIEnv *env, jobject method);
    89 
    91 
    90 JNIEXPORT jint JNICALL
    92 JNIEXPORT jint JNICALL
    91 JVM_GetInterfaceVersion(void);
    93 JVM_GetInterfaceVersion(void);
    92 
    94 
    93 /*************************************************************************
    95 /*************************************************************************