Integrated: 8294591: Fix cast-function-type warning in TemplateTable
Aleksey Shipilev
shade at openjdk.org
Mon Nov 21 07:25:30 UTC 2022
On Thu, 29 Sep 2022 16:05:06 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:
This pull request has now been integrated.
Changeset: fc616588
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fc616588c1bf731150a9d9b80033bb589bcb231f
Stats: 46 lines in 9 files changed: 6 ins; 1 del; 39 mod
8294591: Fix cast-function-type warning in TemplateTable
Reviewed-by: ihse, coleenp
-------------
PR: https://git.openjdk.org/jdk/pull/10493
More information about the hotspot-dev
mailing list