Skip to content

Commit 5a0a238

Browse files
robcaslozJatin Bhateja
andcommitted
8308746: C2 IR test failures for TestFpMinMaxReductions.java with SSE2
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org> Reviewed-by: chagedorn, thartmann
1 parent 38367d3 commit 5a0a238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/intrinsics/math/TestFpMinMaxReductions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* tests complement those in TestFpMinMaxIntrinsics, which focus more
3030
* on correctness aspects.
3131
* @library /test/lib /
32-
* @requires os.simpleArch == "x64"& (vm.opt.UseAVX == "null" | vm.opt.UseAVX > 0)
32+
* @requires os.simpleArch == "x64" & vm.cpu.features ~= ".*avx.*"
3333
* @run driver compiler.intrinsics.math.TestFpMinMaxReductions
3434
*/
3535

0 commit comments

Comments
 (0)