org.vmmagic.pragma
Annotation Type NonMovingAllocation


@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface NonMovingAllocation

Use this annotation to mark methods for which all allocation must never move. This is intended for a very small set of VM internal methods that specifically require these semantics.