Integrated: 8319548: Unexpected internal name for Filler array klass causes error in VisualVM
Thomas Schatzl
tschatzl at openjdk.org
Thu Dec 21 09:20:49 UTC 2023
On Tue, 19 Dec 2023 10:08:14 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> please review this change that changes the filler array class name (again) after user feedback.
>
> In particular, the previous name `Ljdk/internal/vm/FillerArray;` confuses some tools (https://github.com/oracle/visualvm/issues/523). I.e. it's not an array, but still variable sized.
> This change adds the `[` array bracket, and renames the element name to not have `Array` inside to not try to pretend that the element is some other kind of array.
>
> Testing: tier1-6
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 05745e3f
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/05745e3f1d56f71d7647e81fa5933c9f4ed18430
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
8319548: Unexpected internal name for Filler array klass causes error in VisualVM
Co-authored-by: Tomáš Hůrka <tomas.hurka at oracle.com>
Reviewed-by: ayang, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/17155
More information about the hotspot-gc-dev
mailing list