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

Vector unsigned min/max test are failing with -Xcomp

XMLWordPrintable

    • b23

      Noticed in a personal run that many jdk/incubator/vector/* failed on linux-x64-debug even though my changes were unrelated. I ran one of them with the latest CI build 24-ea+22-2632 again and could see that it failed 4 out of 10 times.

      I ran some binary search with the most recent builds and could identify that the tests start to fail after JDK-8338021.

      Additionally required VM flags:
      -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -Xcomp -server -XX:-TieredCompilation

      Failings tests:
      - jdk/incubator/vector/ByteMaxVectorTests.java
      - jdk/incubator/vector/Byte[64|128|256|512]VectorTests.java
      - jdk/incubator/vector/ShortMaxVectorTests.java
      - jdk/incubator/vector/Short[64|128|256|512]VectorTests.java
      - jdk/incubator/vector/IntMaxVectorTests.java
      - jdk/incubator/vector/Int[64|128|256|512]VectorTests.java
      - jdk/incubator/vector/LongMaxVectorTests.java
      - jdk/incubator/vector/Long[64|128|256|512]VectorTests.java

            jbhateja Jatin Bhateja
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: