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.
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.