Integrated: 8330159: [C2] Remove or clarify Compile::init_start
Yagmur Eren
duke at openjdk.org
Fri Sep 6 06:47:57 UTC 2024
On Mon, 26 Aug 2024 13:54:16 GMT, Yagmur Eren <duke at openjdk.org> wrote:
> 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)
This pull request has now been integrated.
Changeset: 7db4d46c
Author: nelanbu <yagmur.eren at oracle.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7db4d46c3904d1a6949f053e6fc5e971cd519088
Stats: 11 lines in 3 files changed: 1 ins; 2 del; 8 mod
8330159: [C2] Remove or clarify Compile::init_start
Reviewed-by: chagedorn, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/20715
More information about the hotspot-compiler-dev
mailing list