Closed ThanHenderson closed 1 month ago
@hzongaro fyi, an IllegalInstruction failure on Windows.
I took a quick look at the core file. A vmovdqu32
instruction triggered the Illegal Instruction signal, so this looks like a duplicate of #19408.
00007ffe`7b8cd36b 8bcf mov ecx, edi
00007ffe`7b8cd36d 488d04cd00000000 lea rax, [rcx*8]
00007ffe`7b8cd375 62f17e086f4ccb00 vmovdqu32 xmm1, xmmword ptr [rbx+rcx*8] <<<< Illegal instruction
00007ffe`7b8cd37d 4883caff or rdx, 0FFFFFFFFFFFFFFFFh
00007ffe`7b8cd381 c4e1f96ec2 vmovq xmm0, rdx
@BradleyWood - FYI.
Duplicate of #19408
Issue Number: 20251 Status: Closed Actual Components: comp:jit, test failure Actual Assignees: No one :( PR Assignees: No one :(
https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_sanity.openjdk_x86-64_windows_Personal_testList_2/26/ - win2012x64-openj9-1
jdk_math_0
test/java/math/BigInteger/PrimeTest.java