RFR: 8294591: Fix cast-function-type warning in TemplateTable [v4]

Magnus Ihse Bursie ihse at openjdk.org
Wed Nov 2 15:39:41 UTC 2022


On Mon, 17 Oct 2022 18:08:56 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> 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

Build changes are trivially good. I have not looked at hotspot source code changes.

-------------

Marked as reviewed by ihse (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10493


More information about the hotspot-dev mailing list