-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8274708 | 17.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8298001 | 11.0.19-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | b01 |
JDK-8303195 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b04 |
This _tangentially_ manifests when running the test with Zero:
```
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/cpuflags/TestSSE4Disabled.java
...
STDERR:
Unrecognized VM option 'UseSSE=3'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
```
I think we can test that target CPU supports SSE4, and only run the test then. It would implicitly fix Zero test failure too, as Zero impersonates a "generic" featureless CPU. Plus, it would stop running the -Xcomp test on arches that do not actually need to run this test.
- backported by
-
JDK-8274708 compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
-
- Resolved
-
-
JDK-8298001 compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
-
- Resolved
-
-
JDK-8303195 compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly
-
- Resolved
-
- relates to
-
JDK-8158214 Crash with "assert(VM_Version::supports_sse4_1()) failed" if UseSSE < 4 is set
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/b3820b21
-
Commit openjdk/jdk17u/e6675c78
-
Commit openjdk/jdk/09ecb119
-
Review openjdk/jdk11u-dev/1767
-
Review openjdk/jdk17u/131
-
Review openjdk/jdk/5530