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). ------------- Commit messages: - 8384869: Add back enum values and strings in cpu feature strings for sse Changes: https://git.openjdk.org/jdk/pull/31284/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31284&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8384869 Stats: 7 lines in 3 files changed: 6 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31284.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31284/head:pull/31284 PR: https://git.openjdk.org/jdk/pull/31284
