JDK-8138791 : improve compilerToVM::canInlineMethod/shouldInlineMethod/doNotInlineOrCompile tests
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10,11
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-10-02
  • Updated: 2020-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
   - CompilerToVM::doNotInlineOrCompile : test without using canInlineMethod
   - CompilerToVM::doNotInlineOrCompile : check that method can't be compiled/inlined
   - CompilerToVM::canInlineMethod/shouldInlineMethod/doNotInlineOrCompile : breakpoints; some bytecode features; annotations force inlining/dontline; -XX:+PrintInlining, jfr-event, etc. 
Comments
ILW = Improve coverage of tests, jvmci tests, no workaround = MMH = P3
21-02-2017