-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: hotspot
The factories of TypeAryKlassPtr has become outdated since the change in the type hierarchy. For example, in TypeAryKlassPtr::make(ciKlass* k, InterfaceHandling, bool refined), it does not make sense if we pass in a refined ciKlass* but the value of refined is false.