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-8151874
[JVMCI] canInlineMethod should check is_not_compilable for correct CompLevel
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:
jvmci
Subcomponent:
compiler
Resolved In Build:
b114
CPU:
generic
OS:
generic
Description
Currently canInlineMethod is calling is_not_compilable() with no arguments which checks whether compilation has been disabled at any level which is incorrect. Only CompLevel_full_optimization should be consulted.
Attachments
Activity
People
Assignee:
Tom Rodriguez
Reporter:
Tom Rodriguez
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2016-03-15 00:08
Updated:
2016-04-14 09:14
Resolved:
2016-03-17 15:29