Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8151828
Jittester: array creation node handled inproperly in source code visitor for non-int numerical arrays
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
9
Affects Version/s:
9
Component/s:
hotspot
Labels:
jittester
testbug
Subcomponent:
compiler
Resolved In Build:
b115
Description
An array creation node handled inproperly. Currently, it fills all numerical arrays with 0 value(using java.util.Arrays.fill method). It leads to compilation errors like: "no suitable method found for fill(byte[],int)"
Attachments
Activity
People
Assignee:
Dmitrij Pochepko
Reporter:
Dmitrij Pochepko
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2016-03-14 09:13
Updated:
2016-04-21 13:19
Resolved:
2016-04-01 09:46