RFR: 8280457: Duplicate implementation of dprecision_rounding and dstore_rounding [v2]
Jie Fu
jiefu at openjdk.java.net
Fri Jan 21 23:29:56 UTC 2022
On Fri, 21 Jan 2022 16:52:27 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> src/hotspot/share/opto/graphKit.cpp line 2355:
>>
>>> 2353: // the call, precision_rounding does gvn.transform
>>> 2354: Node *arg = argument(j);
>>> 2355: arg = precision_rounding(arg);
>>
>> Hold on. This should be `dprecision_rounding`, with a `d`?
>
> Good catch!
> Hold on. This should be `dprecision_rounding`, with a `d`?
Ah, yes.
Thanks @iwanowww and @shipilev for your review.
All the comments had been addressed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7176
More information about the hotspot-compiler-dev
mailing list