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

JDK-8264954 causes Tier3 test failures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • 17
    • 17
    • hotspot
    • aarch64
    • linux

      The following tests are failing the JDK17 CI:

      jdk/incubator/vector/Byte128VectorTests.java
      jdk/incubator/vector/Byte64VectorTests.java
      jdk/incubator/vector/ByteMaxVectorTests.java
      jdk/incubator/vector/Short128VectorTests.java
      jdk/incubator/vector/ShortMaxVectorTests.java

      These test started failing on linux-aarch64 with the following fix:

      JDK-8264954 unified handling for VectorMask object re-materialization during de-optimization

      Here's a snippet from the ShortMaxVectorTests.java log file:

      ===============================================
      jdk/incubator/vector/ShortMaxVectorTests.java
      Total tests run: 2181, Failures: 3, Skips: 0
      ===============================================

      ----------System.err:(15/913)----------
      WARNING: Using incubator modules: jdk.incubator.vector
      java.lang.Exception: failures: 3
      at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:96)
      at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
      at java.base/java.lang.Thread.run(Thread.java:831)

      JavaTest Message: Test threw exception: java.lang.Exception: failures: 3
      JavaTest Message: shutting down test

      STATUS:Failed.`main' threw exception: java.lang.Exception: failures: 3
      ----------rerun:(42/5932)*----------

            jbhateja Jatin Bhateja
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: