Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349563

Improve AbsNode::Value() for integer types

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 25
    • hotspot

      Currently, AbsNode::Value() only returns a sharper type if the incoming value is a constant. However, if the value range doesn't include jint_min or jlong_min, it could return [0, max(abs(lo), hi)] which would be a more accurate representation of the type.

            jkarthikeyan Jasmine Karthikeyan
            jkarthikeyan Jasmine Karthikeyan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: