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

Vladimir Kozlov kvn at openjdk.java.net
Thu Jan 13 18:28:23 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

There was similar `TestLinkPlatform.java ` test failure recently:
[JDK-8273625](https://bugs.openjdk.java.net/browse/JDK-8273625)

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

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


More information about the hotspot-compiler-dev mailing list