JDK-8276095 : ciReplay: replay failure due to incomplete ciMethodData information
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-10-28
  • Updated: 2021-12-13
  • Resolved: 2021-11-15
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.
JDK 18
18 b24Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
I pulled the proposed PR from:
https://github.com/openjdk/jdk/pull/6099
merged with master, undid the proposed fix. Then running the test reliably triggers a crash but using the replay file that's produced by the crash, I can't trigger the crash again. I tried reverting recent changes to replay compilation and that makes no difference.
Test attached so it doesn't get lost.
Comments
Changeset: 9326eb14 Author: Dean Long <dlong@openjdk.org> Date: 2021-11-15 21:09:23 +0000 URL: https://git.openjdk.java.net/jdk/commit/9326eb14617bf08e3376f854fc022e11d1ef34dd
15-11-2021

replay needs to save/restore _invocation_counter in ciMethodData.
09-11-2021

ILW = MMH = P3
28-10-2021