RFR: 8276044: ciReplay: C1 does not dump a replay file when using DumpReplay as compile command option

Christian Hagedorn chagedorn at openjdk.java.net
Mon Nov 1 15:10:46 UTC 2021


This patch adds support to dump replay files for C1 with the compile command `DumpReplay`. I added a test to verify that a replay file is dumped with C1 (and C2).

Thanks,
Christian

-------------

Commit messages:
 - 8276044: ciReplay: C1 does not dump a replay file when using DumpReplay as compile command option

Changes: https://git.openjdk.java.net/jdk/pull/6190/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6190&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8276044
  Stats: 108 lines in 3 files changed: 102 ins; 0 del; 6 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6190.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6190/head:pull/6190

PR: https://git.openjdk.java.net/jdk/pull/6190


More information about the hotspot-compiler-dev mailing list