RFR: 8345172: x86: Some CPU feature asserts are declared as 32-bit only [v2]
Aleksey Shipilev
shade at openjdk.org
Thu Nov 28 11:07:13 UTC 2024
> Noticed this while cleaning up the 32-bit x86 code. We baseline our 64-bit x86 to be at least UseSSE=2. Therefore we still need to check for features UseSSE > 2. I have found a few places where we do NOT_LP64 for these checks. I checked other `VMVersion::supports_*()` uses, and I think these are the only two outliers.
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Tja
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22432/files
- new: https://git.openjdk.org/jdk/pull/22432/files/abdc1bd0..02db6386
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22432&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22432&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22432.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22432/head:pull/22432
PR: https://git.openjdk.org/jdk/pull/22432
More information about the hotspot-compiler-dev
mailing list