On Tue, 26 May 2026 15:44:13 GMT, Ashutosh Mehra <[email protected]> wrote:
> This patch adds back enum values and strings in cpu feature strings for `sse` > and `sse2` cpu features. JDK-8383881 removed these strings, but there are > numerous tests that use these strings as pre-condition for performing IR > verification. Instead of fixing all these tests, it is much simpler to just > record these features in the cpu feature string. > > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 2b618b42 Author: Ashutosh Mehra <[email protected]> URL: https://git.openjdk.org/jdk/commit/2b618b4231c14ceee4d0affa39f90cdf6ed40e61 Stats: 7 lines in 3 files changed: 6 ins; 0 del; 1 mod 8384869: C2: IR Verification Test failures on x86_64 after JDK-8383881 Reviewed-by: kvn, adinn, mbaesken ------------- PR: https://git.openjdk.org/jdk/pull/31284
