@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Stable
This annotation functions as an alias for the sun.invoke.Stable annotation within JVMCI code. It
is specially recognized during class file parsing in the same way as that annotation.