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

C2: Math.min/max vectorization miscompilation

XMLWordPrintable

    • b23
    • Verified

      The attached reduced test case (Reduced.java) fails with:
        $ java -Xcomp -XX:CompileOnly=Reduced -XX:-TieredCompilation Reduced.java

      The same test case passes with:
        $ java -Xcomp -XX:CompileOnly=Reduced -XX:-TieredCompilation -XX:-UseSuperWord Reduced.java

        1. Test.java
          8 kB
        2. Reduced.java
          0.6 kB
        3. FuzzerUtils.java
          13 kB
        4. Foo.java
          0.6 kB

            bkilambi Bhavana Kilambi
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: