< prev index next >

jdk/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java

Print this page

        

*** 115,125 **** * (when loading a class) that (1) all methods of that class that are also on * the VM's list of intrinsics are annotated with {@code @HotSpotIntrinsicCandidate} * and that (2) for all methods of that class annotated with * {@code @HotSpotIntrinsicCandidate} there is an intrinsic in the list. * ! * @since 1.9 */ @Target({ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.RUNTIME) public @interface HotSpotIntrinsicCandidate { } --- 115,125 ---- * (when loading a class) that (1) all methods of that class that are also on * the VM's list of intrinsics are annotated with {@code @HotSpotIntrinsicCandidate} * and that (2) for all methods of that class annotated with * {@code @HotSpotIntrinsicCandidate} there is an intrinsic in the list. * ! * @since 9 */ @Target({ElementType.METHOD, ElementType.CONSTRUCTOR}) @Retention(RetentionPolicy.RUNTIME) public @interface HotSpotIntrinsicCandidate { }
< prev index next >