Integrated: 8310816: GcInfoBuilder float/double signature mismatch
Kevin Walls
kevinw at openjdk.org
Mon Jun 26 08:38:13 UTC 2023
On Fri, 23 Jun 2023 18:10:59 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Simple typo in a signature which is passed to JNU_NewObjectByName. The method clearly intentds to pass Float, but uses Double.
>
> This code is probably not invoked, unless there is a GC MXBean with such fields. I see no straightforward way of testing this explicitly, but the change is tiny.
>
> All tests in test/jdk/com/sun/management still pass.
This pull request has now been integrated.
Changeset: a96e92c8
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a96e92c83dd3cb36c10282724466e6d1339f58f6
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8310816: GcInfoBuilder float/double signature mismatch
Reviewed-by: mchung, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/14631
More information about the serviceability-dev
mailing list