On Thu, 16 Jun 2022 15:26:37 GMT, Adam Sotona wrote:
> One new case of possibly lossy conversions recently appeared in
> jdk.internal.math.FloatToDecimal.
> This patch avoids the warning by explicit cast from long to int.
>
> Please review.
>
> Thanks,
> Adam
Marked as reviewed by rriggs (Rev
One new case of possibly lossy conversions recently appeared in
jdk.internal.math.FloatToDecimal.
This patch avoids the warning by explicit cast from long to int.
Please review.
Thanks,
Adam
-
Commit messages:
- 8288594: Address possibly lossy conversions in java.base FloatToDecim