JDK-8277316 : ciReplay: dump_replay_data is not thread-safe
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-17
  • Updated: 2021-12-13
  • Resolved: 2021-11-17
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 b25Fixed
Related Reports
Relates :  
Relates :  
Description
ciEnv::dump_replay_data uses a static buffer for the file name, which can cause corrupted replay files when the DumpReplay option is used.
Comments
Changeset: d8c02802 Author: Dean Long <dlong@openjdk.org> Date: 2021-11-17 20:26:25 +0000 URL: https://git.openjdk.java.net/jdk/commit/d8c0280273fa9f8e113088d6a43a4af076cd4f87
17-11-2021

ILW = Potentially corrupted replay files with DumpReplay, medium?, no workaround = MMH = P3
17-11-2021