org.vmmagic.pragma
Annotation Type SpecializedMethodInvoke


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

This pragma indicates that a particular method is a specialized method invocation point, and could be optimized as such.

All such methods must be static.