Skip to content

Commit e6675c7

Browse files
committed
8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
Backport-of: 09ecb11927f0042ddc0c5c23d747b275ab70b36b
1 parent 88d2053 commit e6675c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/cpuflags/TestSSE4Disabled.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/*
2525
* @test TestSSE4Disabled
2626
* @bug 8158214
27-
* @requires (vm.simpleArch == "x64")
27+
* @requires vm.cpu.features ~= ".*sse4.*"
2828
* @summary Test correct execution without SSE 4.
2929
*
3030
* @run main/othervm -Xcomp -XX:UseSSE=3 compiler.cpuflags.TestSSE4Disabled

0 commit comments

Comments
 (0)