RFR: 8330159: [C2] Remove or clarify Compile::init_start [v2]
Yagmur Eren
duke at openjdk.org
Thu Aug 29 09:44:45 UTC 2024
> Compile::init_start method contained only an assertion. To cleanup, this method is removed and the locations where this method is called are replaced with the corresponding assertion. See issue: [JDK-8330159](https://bugs.openjdk.org/browse/JDK-8330159)
Yagmur Eren has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
Rename Compile::init_start as Compile::verify_start and make it debug only
-------------
Changes: https://git.openjdk.org/jdk/pull/20715/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20715&range=01
Stats: 12 lines in 3 files changed: 3 ins; 3 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/20715.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20715/head:pull/20715
PR: https://git.openjdk.org/jdk/pull/20715
More information about the hotspot-compiler-dev
mailing list