Integrated: 4511638: Double.toString(double) sometimes produces incorrect results

Raffaello Giulietti duke at openjdk.java.net
Wed Jun 1 21:57:05 UTC 2022


On Thu, 8 Apr 2021 21:12:21 GMT, Raffaello Giulietti <duke at openjdk.java.net> wrote:

> Hello,
> 
> here's a PR for a patch submitted on March 2020 [1](https://cr.openjdk.java.net/~bpb/4511638/webrev.04/) when Mercurial was a thing.
> 
> The patch has been edited to adhere to OpenJDK code conventions about multi-line (block) comments. Nothing in the code proper has changed, except for the addition of redundant but clarifying parentheses in some expressions.
> 
> 
> Greetings
> Raffaello

This pull request has now been integrated.

Changeset: 72bcf2aa
Author:    Raffaello Giulietti <raffaello.giulietti at oracle.com>
Committer: Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/72bcf2aa03d53b0f68eb07a902575b4e8628d859
Stats:     4121 lines in 18 files changed: 4001 ins; 46 del; 74 mod

4511638: Double.toString(double) sometimes produces incorrect results

Reviewed-by: aturbanov, darcy, bpb

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

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


More information about the core-libs-dev mailing list