--- old/jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java Wed Jan 6 14:54:32 2016 +++ new/jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java Wed Jan 6 14:54:32 2016 @@ -117,7 +117,7 @@ * and that (2) for all methods of that class annotated with * {@code @HotSpotIntrinsicCandidate} there is an intrinsic in the list. * - * @since 1.9 + * @since 9 */ @Target({ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.RUNTIME)