RFR: 8308657: ReplayInline is not availabe in production build

Ashutosh Mehra duke at openjdk.org
Thu May 25 14:45:21 UTC 2023


DumpInline functionality is available in product build but ReplayInline is available in non product build only. This patch makes ReplayInline functionality available in product builds by moving it out of "#ifndef PRODUCT" directive.

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

Commit messages:
 - 8308657: ReplayInline is not availabe in production build

Changes: https://git.openjdk.org/jdk/pull/14152/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14152&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308657
  Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14152.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14152/head:pull/14152

PR: https://git.openjdk.org/jdk/pull/14152


More information about the hotspot-compiler-dev mailing list