> VM has a hardcoded requirement on the hardware to have support for SSE2. > Without SSE2, VM won't even startup. Therefore there is no need to explicitly > check for SSE2 and/or SSE support, after the initial hardcoded check for SSE2. > This patch clean up the such redundant checks for `supports_sse2()` and > `supports_sse()`. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision: clflush should always be availble. Remove CPU_FLUSH enum and related asserts and checks Signed-off-by: Ashutosh Mehra <[email protected]> ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31045/files - new: https://git.openjdk.org/jdk/pull/31045/files/8087c5c3..ab710f4e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31045&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31045&range=07-08 Stats: 43 lines in 4 files changed: 3 ins; 40 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/31045.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31045/head:pull/31045 PR: https://git.openjdk.org/jdk/pull/31045
