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
Down for 10.3.x LTS version upgrade on Nov 3, 09:30 PM - Nov 4, 01:30 AM PT (Nov 04, 05:30 AM - 09:30 AM GMT, Tuesday)
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