RFR: 8293319: [C2 cleanup] Remove unused other_path arg in Parse::adjust_map_after_if

Vladimir Kozlov kvn at openjdk.org
Fri Sep 2 16:34:58 UTC 2022


On Fri, 2 Sep 2022 14:35:28 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> The `other_path` arg in `Parse::adjust_map_after_if` is unused.
> To simplify the use of `Parse::adjust_map_after_if`, it would be better to remove `other_path`.
> 
> Thanks.
> Best regards,
> Jie

Trivial.
I looked on history and it never was used since this code was added.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list