Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8193930
[JVMCI] calling ResolvedTypeType.getClassInitializer on an array type crashes
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
11
Affects Version/s:
9
,
10
Component/s:
hotspot
Labels:
jvmci
Subcomponent:
compiler
Resolved In Build:
b01
Description
The code snippet below will crash the VM:
MetaAccessProvider m = ...;
m.lookupJavaType(int[].class).getClassInitializer();
Attachments
Activity
People
Assignee:
Douglas Simon
Reporter:
Douglas Simon
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2017-12-21 01:47
Updated:
2018-02-15 22:22
Resolved:
2017-12-22 12:35