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

Coleen Phillimore coleenp at openjdk.org
Wed Nov 2 16:16:26 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

Seems ok.

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

Marked as reviewed by coleenp (Reviewer).

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


More information about the hotspot-dev mailing list