RFR: 8302004: [wip] InlineTree should consult replay file in release build

Matthijs Bijman duke at openjdk.org
Thu Feb 9 14:33:21 UTC 2023


This removes the guards around the replay logic in InlineTree::should_inline and InlineTree:should_not_inline, as discussed in JDK-8302004.

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

Commit messages:
 - 8302004: InlineTree should consult replay file in release build

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

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


More information about the hotspot-compiler-dev mailing list