-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 18
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8297323 | 17.0.6 | Aleksey Shipilev | P4 | Resolved | Fixed | b04 |
At least one test is currently failing:
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
...
# java.lang.AssertionError: Expected message not found: 'warning: AES instructions are not available on this CPU'.
Zero should print warnings when unsupported (all) intrinsics are enabled.
$ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java
...
# java.lang.AssertionError: Expected message not found: 'warning: AES instructions are not available on this CPU'.
Zero should print warnings when unsupported (all) intrinsics are enabled.
- backported by
-
JDK-8297323 Zero: Print warnings when unsupported intrinsics are enabled
-
- Resolved
-