RFR: 8294591: Fix cast-function-type warning in TemplateTable [v4]
Aleksey Shipilev
shade at openjdk.org
Mon Oct 17 18:08:56 UTC 2022
> After [JDK-8294314](https://bugs.openjdk.org/browse/JDK-8294314), we would have `templateTable.cpp` excluded with cast-function-type warning. The underlying cause for it is casting functions for `ldc` bytecodes, which take `bool`-typed handlers:
Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
Fix build failures
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10493/files
- new: https://git.openjdk.org/jdk/pull/10493/files/5aa7e6b4..def34465
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10493&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10493&range=02-03
Stats: 6 lines in 4 files changed: 0 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/10493.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10493/head:pull/10493
PR: https://git.openjdk.org/jdk/pull/10493
More information about the build-dev
mailing list