comparison src/share/vm/prims/jvm.h @ 7457:35431a769282

8004823: Add VM support for type annotation reflection Reviewed-by: dholmes, coleenp Contributed-by: joel.franck@oracle.com
author stefank
date Thu, 20 Dec 2012 10:22:19 +0100
parents da91efe96a93
children ade95d680b42
comparison
equal deleted inserted replaced
7456:7d42f3b08300 7457: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