JDK-8261193 : ciReplay: add new tests
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2021-02-04
  • Updated: 2021-09-30
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
Related Reports
Blocks :  
Description
This is an umbrella issue for new tests that might be needed for compiler replay.  For example:
1. tests for VM anonymous classes invoked through constant pool (invokedynamic) [mostly done]
2. tests for VM anonymous classes invoked through MethodHandle
3. tests for dynamically-genereated classes (requires serialization of data for proper replay) [not currently on radar]
4. tests for existing replay failures (see ci-replay-failed tag)
5. tests for unresolved replay bugs/RFEs