openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

MathLoadTest_autosimd_special_5m_18 AutoSIMDTestInteger.checkThat test failure

Open pshipton opened this issue 5 months ago • 4 comments

MathLoadTest_autosimd_special_5m_18 failure on jdk11, jdk17, jdk21, not sure if it's related to https://github.com/eclipse-openj9/openj9/issues/22059

https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_special.system_s390x_linux_Personal_testList_4/219 https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_special.system_ppc64le_linux_Personal_testList_0/146

https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_aarch64_linux_Personal_testList_0/175/ https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_ppc64_aix_Personal_testList_4/172/ https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_ppc64le_linux_Personal_testList_0/127/ https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_s390x_linux_Personal_testList_3/185 https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_x86-64_linux_Personal_testList_3/137/ https://openj9-jenkins.osuosl.org/job/Test_openjdk17_j9_special.system_x86-64_mac_Personal_testList_4/133

https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_special.system_aarch64_linux_Personal_testList_0/99/

-XX:+UseCompressedOops -Xgcpolicy:balanced -Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,onthrow=no.pkg.foo,launch=echo -Xjit:count=0

09:29:47  MLT java.lang.RuntimeException: test failure
09:29:47  MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.checkThat(AutoSIMDTestInteger.java:583)
09:29:47  MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.checkThat(AutoSIMDTestInteger.java:578)
09:29:47  MLT 	at net.adoptopenjdk.test.autosimd.AutoSIMDTestInteger.testMatrixMult(AutoSIMDTestInteger.java:442)

pshipton avatar Jun 09 '25 14:06 pshipton