< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/Stable.java

Print this page

        

*** 27,38 **** import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** ! * This annotation functions as an alias for the jdk.internal.vm.annotation.Stable annotation within JVMCI ! * code. It is specially recognized during class file parsing in the same way as that annotation. */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface Stable { } --- 27,39 ---- import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** ! * This annotation functions as an alias for the jdk.internal.vm.annotation.Stable annotation within ! * JVMCI code. It is specially recognized during class file parsing in the same way as that ! * annotation. */ @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface Stable { }
< prev index next >