JDK 21 |
---|
21 b12Fixed |
Relates :
|
|
Relates :
|
Wrongly typed cpuFeatures can lead to an IR rule being ignored. https://github.com/openjdk/jdk/pull/12601 JDK-8302668 We should have a list of verified cpuFeatures, and assert if one is used that is not in that list. That way, typos and bad copies can be avoided, and we make sure the tests run when intended.
|