JDK-8294000 : Filler array klass should be in jdk/vm/internal, not in java/vm/internal
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 19,20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-09-19
  • Updated: 2022-09-26
  • Resolved: 2022-09-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b16Fixed
Related Reports
Relates :  
Description
While looking at jmap heap outputs I saw that the internal, fabricated klass for filler arrays is called 

  Ljava/vm/internal/...

however all similar klasses are in jdk.vm.internal...

Fix the typo.
Comments
Changeset: 8ecdaa68 Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2022-09-21 07:58:07 +0000 URL: https://git.openjdk.org/jdk/commit/8ecdaa68111f2e060a3f46a5cf6f2ba95c9ebad1
21-09-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10336 Date: 2022-09-19 11:24:59 +0000
19-09-2022