org.vmmagic.pragma
Annotation Type NoCheckStore


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NoCheckStore

Methods with this annotation do not perform a checkstore on stores into object arrays. Intended to be used in Uninterruptible methods that use object arrays (and are guaranteed not to use them in a way that would lead to a checkstore violation).