src/share/vm/prims/jvm.h

changeset 4393
35431a769282
parent 4037
da91efe96a93
child 4398
ade95d680b42
equal deleted inserted replaced
4392:7d42f3b08300 4393:35431a769282
517 517
518 // method is a handle to a java.lang.reflect.Method object 518 // method is a handle to a java.lang.reflect.Method object
519 JNIEXPORT jbyteArray JNICALL 519 JNIEXPORT jbyteArray JNICALL
520 JVM_GetMethodParameterAnnotations(JNIEnv *env, jobject method); 520 JVM_GetMethodParameterAnnotations(JNIEnv *env, jobject method);
521 521
522 /* Type use annotations support (JDK 1.8) */
523
524 JNIEXPORT jbyteArray JNICALL
525 JVM_GetClassTypeAnnotations(JNIEnv *env, jclass cls);
522 526
523 /* 527 /*
524 * New (JDK 1.4) reflection implementation 528 * New (JDK 1.4) reflection implementation
525 */ 529 */
526 530

mercurial