org.vmmagic.pragma
Annotation Type BaselineSaveLSRegisters


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

Methods with this pragma that are BaselineCompiled should save in its prologue, ALL registers that can be used to store local and stack registers in any BaselineCompiled method. Used by OSR.