JDK-8308672 : Add version number in the replay file generated by DumpInline
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-05-23
  • Updated: 2023-08-31
  • Resolved: 2023-05-25
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 21
21 b25Fixed
Related Reports
Relates :  
Relates :  
Description
In 8254108 the replay data for compile command was updated to include a flag "late_inline" in the inline data and the version number of the replay file was incremented to 2.
But the replay file generated by DumpInline doesn't have the version number which results in incorrect parsing of the "compile" command in the process_compile() method during ReplayInline.
Comments
Changeset: 7d2a7ce2 Author: Ashutosh Mehra <asmehra@redhat.com> Committer: Vladimir Kozlov <kvn@openjdk.org> Date: 2023-05-25 18:31:56 +0000 URL: https://git.openjdk.org/jdk/commit/7d2a7ce2401bdacbfa084a502077ec98ecdcba33
25-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14131 Date: 2023-05-24 18:27:26 +0000
24-05-2023

Updated subject line as it incorrectly refers to ReplayInline instead of DumpInline.
24-05-2023

ILW = Incorrect parsing of replay file generated by ReplayInline, only ith ReplayInline, no workaround = LLH = P5
23-05-2023