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,
int deoptScratchSpace) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeoptScratchSpace()
Returns the amount of scratch space which must be reserved for return value registers in
DeoptimizedFrame. |
static boolean |
shouldInlineObjectsInImageCode() |
static boolean |
shouldInlineObjectsInRuntimeCode() |
public SubstrateTargetDescription(jdk.vm.ci.code.Architecture arch,
boolean isMP,
int stackAlignment,
int implicitNullCheckLimit,
int deoptScratchSpace)
public static boolean shouldInlineObjectsInImageCode()
public static boolean shouldInlineObjectsInRuntimeCode()
public int getDeoptScratchSpace()
DeoptimizedFrame.