--- old/src/share/classes/sun/misc/JavaLangAccess.java 2013-06-24 20:09:28.759581496 +0200 +++ new/src/share/classes/sun/misc/JavaLangAccess.java 2013-06-24 20:09:28.650583458 +0200 @@ -49,6 +49,12 @@ /** * Get the array of bytes that is the class-file representation + * of this Class' annotations. + */ + byte[] getRawClassAnnotations(Class klass); + + /** + * Get the array of bytes that is the class-file representation * of this Class' type annotations. */ byte[] getRawClassTypeAnnotations(Class klass);