Integrated: 8330419: Unused code in ConnectionGraph::specialize_castpp

Fei Yang fyang at openjdk.org
Thu Apr 18 12:51:16 UTC 2024


On Wed, 17 Apr 2024 00:05:23 GMT, Fei Yang <fyang at openjdk.org> wrote:

> Please review this small code cleanup change.
> 
> Noticed that `minus_one` local created in `ConnectionGraph::specialize_castpp` which is introduced by [JDK-8316991](https://bugs.openjdk.org/browse/JDK-8316991) is never used. I think it should be safe to remove this. Also renamed `boll` to `bol` to be consistent in naming with other places where we create a `BoolNode`.
> 
> Tersting: tier1 tested on linux-aarch64 (release & fastdebug)

This pull request has now been integrated.

Changeset: 571e6bc3
Author:    Fei Yang <fyang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/571e6bc3f7d521d3be7ee1c6c32705c768645b75
Stats:     5 lines in 1 file changed: 0 ins; 1 del; 4 mod

8330419: Unused code in ConnectionGraph::specialize_castpp

Reviewed-by: chagedorn

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

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


More information about the hotspot-compiler-dev mailing list