Class ValueProfile

    • Constructor Detail

      • ValueProfile

        public ValueProfile()
    • Method Detail

      • profile

        public abstract <T> T profile​(T value)
      • createClassProfile

        public static ValueProfile createClassProfile()
        Returns a ValueProfile that speculates on the exact class of a value.
      • createIdentityProfile

        public static ValueProfile createIdentityProfile()
        Returns a ValueProfile that speculates on the object identity of a value.