--- old/src/share/classes/java/lang/Class.java 2013-06-24 20:09:28.116593070 +0200 +++ new/src/share/classes/java/lang/Class.java 2013-06-24 20:09:28.011594960 +0200 @@ -2520,7 +2520,7 @@ } // Annotations handling - private native byte[] getRawAnnotations(); + native byte[] getRawAnnotations(); // Since 1.8 native byte[] getRawTypeAnnotations(); static byte[] getExecutableTypeAnnotationBytes(Executable ex) {