RFR: 8280457: Duplicate implementaion of dprecision_rounding and dstore_rounding
Jie Fu
jiefu at openjdk.java.net
Fri Jan 21 14:54:22 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
-------------
Commit messages:
- 8280457: Duplicate implementaion of dprecision_rounding and dstore_rounding
Changes: https://git.openjdk.java.net/jdk/pull/7176/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7176&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8280457
Stats: 28 lines in 4 files changed: 0 ins; 17 del; 11 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