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

Jie Fu jiefu at openjdk.org
Fri Sep 2 22:44:07 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

This pull request has now been integrated.

Changeset: e1e67324
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e1e67324c0c3d8b26af8ae5382073d8f477dbe3c
Stats:     11 lines in 2 files changed: 0 ins; 4 del; 7 mod

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

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list