aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

jvm_compiler_2 testcases in /compiler/codecache,compilercontrol FAILED in Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0

Open smlambert opened this issue 3 years ago • 1 comments

Test Info Test Name: jvm_compiler_2 Test Duration: 22 min 59 sec Machine: build-ibmcloud-win2012r2-x64-2 TRSS link for the test output: https://trss.adoptium.net/output/test?id=625f58c272761a4c5c1408b2

Build Info Build Name: Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0 Jenkins Build start time: Apr 19 2022, 07:07 pm Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0/40/ TRSS link for the build: https://trss.adoptium.net/allTestsInfo?buildId=625f57cf72761a4c5c14063b

Java Version openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7) OpenJDK Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode, emulated-client, sharing)

This test has been failed 3 times since Sep 14 2021, 09:03 pm Java Version when the issue first seen openjdk version "17" 2021-09-14 OpenJDK Runtime Environment Temurin-17+35 (build 17+35) OpenJDK Client VM Temurin-17+35 (build 17+35, mixed mode, emulated-client) Jenkins Build URL: https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0/8/

The test failed on machine build-ibmcloud-win2012r2-x64-2 2 times The test failed on machine test-azure-win2012r2-x64-1 1 times

Rerun in Grinder


CompiledInvokeDynamic2NativeTest, etc fail with

19:36:44  STDOUT:
19:36:44  CompileCommand: exclude compiler/calls/common/InvokeDynamic.callee bool exclude = true
19:36:44  STDERR:
19:36:44  java.lang.RuntimeException: assertTrue: expected true, was false
19:36:44  	at jdk.test.lib.Asserts.fail(Asserts.java:594)
19:36:44  	at jdk.test.lib.Asserts.assertTrue(Asserts.java:486)
19:36:44  	at jdk.test.lib.Asserts.assertTrue(Asserts.java:472)
19:36:44  	at compiler.calls.common.CallsBase.compileMethod(CallsBase.java:194)
19:36:44  	at compiler.calls.common.CallsBase.runTest(CallsBase.java:164)
19:36:44  	at compiler.calls.common.InvokeDynamic.main(InvokeDynamic.java:43)
19:36:44  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
19:36:44  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
19:36:44  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
19:36:44  	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
19:36:44  	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
19:36:44  	at java.base/java.lang.Thread.run(Thread.java:833)

Same failures also seen against Azul as a reference (see https://ci.adoptopenjdk.net/job/Grinder/4585/consoleFull).

smlambert avatar May 04 '22 01:05 smlambert

Same for jdk18 https://github.com/adoptium/aqa-tests/issues/3620#issuecomment-1129231608

sophia-guo avatar May 17 '22 19:05 sophia-guo