JDK-8138793 : improve test coverage for CompilerToVM::executeInstalledCode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9,10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-10-02
  • Updated: 2021-10-22
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::executeInstalledCode
    - abstract class <init>
    - varag method
    - null as receiver
    - null as args
    - incorrect args.length
    - incorrect args type (L and primitives)
    - incorrect receiver type
    - code w/ throw inside (implicit and explicit)
    - abstract class init
    - cases from tests for java/lang/reflect/Method, Constructor
    - osr compiled code (?)
    - different return types
Comments
ILW = Improve coverage of tests, single jvmci method, no workaround = MLH = P4
21-02-2017