-
Type:
Sub-task
-
Resolution: Withdrawn
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
Using the reflected field of java.lang.Class componentType on a non-class argument will get IllegalArgumentException because of the way Hotspot uses it internally. This private field is an internal implementation detail and only valid for array classes.