hotspot/src/share/vm/prims/jvm.h
changeset 15097 9db149412e0e
parent 13728 882756847a04
child 15102 0a86564e5f61
--- a/hotspot/src/share/vm/prims/jvm.h	Wed Dec 19 10:35:08 2012 -0800
+++ b/hotspot/src/share/vm/prims/jvm.h	Thu Dec 20 10:22:19 2012 +0100
@@ -519,6 +519,10 @@
 JNIEXPORT jbyteArray JNICALL
 JVM_GetMethodParameterAnnotations(JNIEnv *env, jobject method);
 
+/* Type use annotations support (JDK 1.8) */
+
+JNIEXPORT jbyteArray JNICALL
+JVM_GetClassTypeAnnotations(JNIEnv *env, jclass cls);
 
 /*
  * New (JDK 1.4) reflection implementation