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

Jie Fu jiefu at openjdk.java.net
Thu Jan 13 03:54:07 UTC 2022


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

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

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

Changes: https://git.openjdk.java.net/jdk/pull/7059/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7059&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279947
  Stats: 5 lines in 1 file changed: 0 ins; 2 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7059.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7059/head:pull/7059

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


More information about the hotspot-compiler-dev mailing list