Skip to content

Commit

Permalink
8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU …
Browse files Browse the repository at this point in the history
…feature explicitly

Backport-of: 09ecb11927f0042ddc0c5c23d747b275ab70b36b
  • Loading branch information
GoeLin committed Feb 24, 2023
1 parent b396137 commit b3820b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/compiler/cpuflags/TestSSE4Disabled.java
Expand Up @@ -24,7 +24,7 @@
/*
* @test TestSSE4Disabled
* @bug 8158214
* @requires (vm.simpleArch == "x64")
* @requires vm.cpu.features ~= ".*sse4.*"
* @summary Test correct execution without SSE 4.
*
* @run main/othervm -Xcomp -XX:UseSSE=3 compiler.cpuflags.TestSSE4Disabled
Expand Down

0 comments on commit b3820b2

Please sign in to comment.