Simon Rushton
Simon Rushton
Occurred on jdk-11.0.7+10 GA build: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.openjdk_x86-64_windows_xl/188/consoleFull
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.openjdk_ppc64_aix/373/consoleFull
Seen on openj9-0.26.0-m2 build: ``` openjdk version "1.8.0_292-internal" OpenJDK Runtime Environment (build 1.8.0_292-internal-202104050821-b09) Eclipse OpenJ9 VM (build openj9-0.26.0-m2, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20210405_990 (JIT enabled, AOT enabled) OpenJ9...
Seen on AdoptOpenJDK x86-64_windows jdk16 release build; https://ci.adoptopenjdk.net/job/Test_openjdk16_j9_sanity.functional_x86-64_windows/60/consoleFull ``` openjdk version "16.0.1" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-16.0.1+9 (build 16.0.1+9) Eclipse OpenJ9 VM AdoptOpenJDK-16.0.1+9 (build openj9-0.26.0, JRE 16 Windows Server 2012...
Seen on jdk15 aarch64 openj9-0.24.0 release build: https://ci.adoptopenjdk.net/job/Test_openjdk15_j9_extended.system_aarch64_linux/139/consoleFull ``` 09:33:09 LT 09:33:07.582 - Test failed 09:33:09 LT Failure num. = 1 09:33:09 LT Test number = 12 09:33:09 LT Test...
These failures appear to be Win32 specific and across all releases. Presumably the options are only recognised by a GC implementation which is not built on win32? I'll create a...
From the different releases: jdk8 win32 hotspot extended.openjdk: ``` Running test hotspot_jre_2 ... TEST: compiler/rangechecks/RangeCheckEliminationScaleNotOne.java Unrecognized VM option 'UseLoopPredicate' TEST: compiler/c2/cr6340864/TestByteVect.java Unrecognized VM option 'MaxVectorSize=8' TEST: compiler/c2/cr6340864/TestDoubleVect.java Unrecognized VM option...
This will stop some hanging tests from running: https://github.com/adoptium/aqa-tests/pull/2639
To run just this failing test: https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=11&JDK_IMPL=hotspot&JDK_VENDOR=adoptopenjdk&BUILD_LIST=openjdk&PLATFORM=s390x_linux_xl&CUSTOM_TARGET=test/jdk/com/sun/jndi/dns/ConfigTests/Timeout.java&TARGET=jdk_custom_1
There is no `_xl` any more - don't include that suffix specifying the platform. I'll look into why the link (which I took from the end of a failing job)...