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

Jie Fu jiefu at openjdk.java.net
Fri Jan 14 23:15:42 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

This pull request has now been integrated.

Changeset: 9b0f6895
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9b0f68955770d017d727a423e46140033317f273
Stats:     5 lines in 1 file changed: 0 ins; 2 del; 3 mod

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

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list