RFR: 8294591: Fix cast-function-type warning in TemplateTable [v5]
Aleksey Shipilev
shade at openjdk.org
Tue Nov 8 10:37:06 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 with a new target base due to a merge or a rebase. The pull request now contains five commits:
- Merge branch 'master' into JDK-8294591-warning-cast-function-type-templatetable
- Fix build failures
- Merge branch 'master' into JDK-8294591-warning-cast-function-type-templatetable
- Also disable warnings in gtests
- Fix
-------------
Changes: https://git.openjdk.org/jdk/pull/10493/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10493&range=04
Stats: 46 lines in 9 files changed: 6 ins; 1 del; 39 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 hotspot-dev
mailing list