-
Bug
-
Resolution: Fixed
-
P3
-
11, 15, 16
-
b23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8256547 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
Class.componentType is statically typed as Class but can actually contain an int[]. When statically folding reads of this field JVMCI needs to always return null for non array klasses.
- backported by
-
JDK-8256547 [JVMCI] be more careful about reflective reads of Class.componentType.
- Resolved