Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083457 | emb-9 | Filipp Zhinkin | P4 | Resolved | Fixed | master |
At the moment compiler/intrinsic/bmi tests check that CPU on test box support required features and skip execution if it is not.
In order to increase coverage we should avoid skipping test execution and add -XX:+IgnoreUnrecognizedVMOptions to allow execution on non-x86 platforms.
In order to increase coverage we should avoid skipping test execution and add -XX:+IgnoreUnrecognizedVMOptions to allow execution on non-x86 platforms.
- backported by
-
JDK-8083457 Update compiler/intrinsic/bmi tests to run it on all platforms
-
- Resolved
-