Integrated: 8294000: Filler array klass should be in jdk/vm/internal, not in java/vm/internal
Thomas Schatzl
tschatzl at openjdk.org
Wed Sep 21 08:01:37 UTC 2022
On Mon, 19 Sep 2022 11:24:59 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> can I have reviews for the move of the internal filler array klass from `java/vm/internal/` to `jdk/vm/internal` - I noticed that typo in some recent `jmap` dump. All internal klasses are in the `jdk.` package... idk how this slipped through the original change.
>
> With this change it shows up as
> ` 2: 428 13291728 jdk.internal.vm.FillerArray (java.base at 20-internal)`
> which I believe is best.
>
> Testing: local compilation, checking `jmap` output for instances of this klass directly, the `gc/TestFillerObjectInstantiation.java` jtreg test
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: 8ecdaa68
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8ecdaa68111f2e060a3f46a5cf6f2ba95c9ebad1
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8294000: Filler array klass should be in jdk/vm/internal, not in java/vm/internal
Reviewed-by: shade, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/10336
More information about the hotspot-runtime-dev
mailing list