RFR: 8356192: Enable AOT code caching only on supported platforms
Vladimir Kozlov
kvn at openjdk.org
Fri May 9 21:57:31 UTC 2025
@TheRealMDoerr reported failures in `runtime/cds/appcds` testing on PPC64 after [JDK-8350209](https://bugs.openjdk.org/browse/JDK-8350209) integration.
AOT code caching should be limited to supported platforms: x64 and aarch64.
Testing: GHA
-------------
Commit messages:
- 8356192: Enable AOT code caching only on supported platforms
Changes: https://git.openjdk.org/jdk/pull/25158/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25158&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356192
Stats: 7 lines in 1 file changed: 7 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25158.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25158/head:pull/25158
PR: https://git.openjdk.org/jdk/pull/25158
More information about the hotspot-compiler-dev
mailing list