RFR: 8310816: GcInfoBuilder float/double signature mismatch

Kevin Walls kevinw at openjdk.org
Mon Jun 26 08:38:12 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.

Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/14631#issuecomment-1606975619


More information about the serviceability-dev mailing list