Class MPSAliasingStrategy


  • public final class MPSAliasingStrategy
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DontCare

        public static final long DontCare
        should new object alias the old one?
        See Also:
        Constant Field Values
      • ShallAlias

        public static final long ShallAlias
        should new object alias the old one?
        See Also:
        Constant Field Values
      • ShallNotAlias

        public static final long ShallNotAlias
        should new object alias the old one?
        See Also:
        Constant Field Values
      • AliasingReserved

        public static final long AliasingReserved
        should new object alias the old one?
        See Also:
        Constant Field Values
      • PreferTemporaryMemory

        public static final long PreferTemporaryMemory
        < The view must alias the original. Typical usage for views used for destination slicing.
        See Also:
        Constant Field Values
      • PreferNonTemporaryMemory

        public static final long PreferNonTemporaryMemory
        < The view must alias the original. Typical usage for views used for destination slicing.
        See Also:
        Constant Field Values