public class SubstrateTargetDescription
extends jdk.vm.ci.code.TargetDescription
| Constructor and Description |
|---|
SubstrateTargetDescription(jdk.vm.ci.code.Architecture arch,
boolean isMP,
int stackAlignment,
int implicitNullCheckLimit,
boolean inlineObjects,
int deoptScratchSpace) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<jdk.vm.ci.amd64.AMD64.Flag> |
allFlags()
We include all flags that enable CPU instructions as we want best possible performance for
the code.
|
int |
getDeoptScratchSpace()
Returns the amount of scratch space which must be reserved for return value registers in
DeoptimizedFrame. |
public SubstrateTargetDescription(jdk.vm.ci.code.Architecture arch,
boolean isMP,
int stackAlignment,
int implicitNullCheckLimit,
boolean inlineObjects,
int deoptScratchSpace)
public static EnumSet<jdk.vm.ci.amd64.AMD64.Flag> allFlags()
public int getDeoptScratchSpace()
DeoptimizedFrame.