public final class MPSAliasingStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AliasingReserved
should new object alias the old one?
|
static long |
Default |
static long |
DontCare
should new object alias the old one?
|
static long |
PreferNonTemporaryMemory
< The view must alias the original.
|
static long |
PreferTemporaryMemory
< The view must alias the original.
|
static long |
ShallAlias
should new object alias the old one?
|
static long |
ShallNotAlias
should new object alias the old one?
|
public static final long Default
public static final long DontCare
public static final long ShallAlias
public static final long ShallNotAlias
public static final long AliasingReserved
public static final long PreferTemporaryMemory
public static final long PreferNonTemporaryMemory