[jdk17u-dev] RFR: 8294591: Fix cast-function-type warning in TemplateTable
Aleksey Shipilev
shade at openjdk.org
Wed Oct 29 16:32:04 UTC 2025
Need this to unblock MacOS compiler update in GHA.
Partially backports original https://github.com/openjdk/jdk/commit/fc616588c1bf731150a9d9b80033bb589bcb231f. There is a conflict, because the original [JDK-8294314](https://bugs.openjdk.org/browse/JDK-8294314) that added more verbose build warnings is not in 17u-dev yet. If we backport that one later, we can remove the warning blocks related to these files.
Additional testing:
- [x] Linux AArch64 server fastdebug, `all`
- [x] Linux x86_64 server fastdebug, `all`
-------------
Commit messages:
- Backport fc616588c1bf731150a9d9b80033bb589bcb231f
Changes: https://git.openjdk.org/jdk17u-dev/pull/4127/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=4127&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8294591
Stats: 45 lines in 8 files changed: 6 ins; 0 del; 39 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/4127.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/4127/head:pull/4127
PR: https://git.openjdk.org/jdk17u-dev/pull/4127
More information about the jdk-updates-dev
mailing list