RFR: 8280457: Duplicate implementation of dprecision_rounding and dstore_rounding [v2]

Jie Fu jiefu at openjdk.java.net
Fri Jan 21 23:29:54 UTC 2022


> Hi all,
> 
> `GraphKit::dprecision_rounding` and `GraphKit::dstore_rounding` are duplicate.
> It would be better to remove one of them.
> 
> The patch removes `GraphKit::dstore_rounding` and replaces all the usages with `GraphKit::dprecision_rounding`.
> 
> Thanks.
> Best regards,
> Jie

Jie Fu has updated the pull request incrementally with one additional commit since the last revision:

  precision_rounding --> dprecision_rounding

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7176/files
  - new: https://git.openjdk.java.net/jdk/pull/7176/files/7d79add2..963c369a

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7176&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7176&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7176.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7176/head:pull/7176

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


More information about the hotspot-dev mailing list