Integrated: 8280457: Duplicate implementation of dprecision_rounding and dstore_rounding
Jie Fu
jiefu at openjdk.java.net
Mon Jan 24 10:55:11 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
This pull request has now been integrated.
Changeset: 0567a84d
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0567a84d49fccda139388c22d1fc14e4aea6002b
Stats: 28 lines in 4 files changed: 0 ins; 17 del; 11 mod
8280457: Duplicate implementation of dprecision_rounding and dstore_rounding
Reviewed-by: vlivanov, shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/7176
More information about the hotspot-dev
mailing list