On Fri, 23 Jun 2023 18:10:59 GMT, Kevin Walls <kev...@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 <kev...@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