public static class StackValueNode.StackSlotIdentity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected boolean |
shared
Determines if the same stack slot should be used for all methods in the current
compilation unit (this also ignores the recursion depth).
|
| Constructor and Description |
|---|
StackSlotIdentity(String name,
boolean shared) |
protected final boolean shared
protected final String name
public StackSlotIdentity(String name, boolean shared)