RFR: 8255368: Math.exp() gives wrong result for large values on x86 32-bit platforms [v6]
Xubo Zhang
github.com+58006833+xbzhang99 at openjdk.java.net
Tue Nov 17 20:49:10 UTC 2020
On Tue, 17 Nov 2020 02:05:14 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Xubo Zhang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> Fixed the bug in 32-bit build, exp generates 0 when the exponent is too large
>
> test/jdk/java/lang/Math/ExpCornerCaseTests.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2011,2020 Oracle and/or its affiliates. All rights reserved.
>
> The year of the copyright syntax is "2011, 2020,"; no need for a re-review before pushing after that correction. Thanks.
changed
-------------
PR: https://git.openjdk.java.net/jdk/pull/894
More information about the hotspot-dev
mailing list