RFR: 8279947: Remove two redundant gvn.transform calls in Parse::do_one_bytecode()

Vladimir Kozlov kvn at openjdk.java.net
Fri Jan 14 17:38:20 UTC 2022


On Thu, 13 Jan 2022 03:47:37 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all,
> 
> May I get reviews for this small change?
> 
> The patch removes two `gvn.transform` calls in `Parse::do_one_bytecode()` which I think they are redundant.
> Or am I missing something?
> 
> Testing:
>   - tier1~3 on Linux/x64, no regression
> 
> Thanks.
> Best regards,
> Jie

Marked as reviewed by kvn (Reviewer).

My tier1-3 testing passed too. I think we can treat it as trivial fix so you can integrate it with one review.

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

PR: https://git.openjdk.java.net/jdk/pull/7059


More information about the hotspot-compiler-dev mailing list