RFR: 8280457: Duplicate implementaion of dprecision_rounding and dstore_rounding

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Jan 21 15:04:37 UTC 2022


On Fri, 21 Jan 2022 14:46:07 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> 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

Looks good and trivial.

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

Marked as reviewed by vlivanov (Reviewer).

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


More information about the hotspot-compiler-dev mailing list