org.vmmagic.pragma
Annotation Type UnpreemptibleNoWarn


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface UnpreemptibleNoWarn

A special case of Unpreemptible where the code may call out to other interruptible routines.


Optional Element Summary
 String value
           
 

value

public abstract String value
Returns:
Explanation of why code needs to be unpreemptible
Default:
""