RFR: 8280457: Duplicate implementaion of dprecision_rounding and dstore_rounding

Aleksey Shipilev shade at openjdk.java.net
Fri Jan 21 17:09:43 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

Also, synopsis: "implementaion" -> "implementation".

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

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


More information about the hotspot-compiler-dev mailing list