RFR: 8255368: Math.exp() gives wrong result for large values on x86 32-bit platforms

Joe Darcy darcy at openjdk.java.net
Mon Nov 2 17:45:02 UTC 2020


On Wed, 28 Oct 2020 04:32:41 GMT, Xubo Zhang <github.com+58006833+xbzhang99 at openjdk.org> wrote:

> Math.exp(10000) produces 0 instead of positive infinity on x86 32-bit platform. The reason was for some jmp instructions, it used jge instead of jae. Also changed movdqu to movsd as it was supposed to load a 64-bit number

The regression tests for exp should be explicitly updated to cover the previously erroneous input if they do not do so already.

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

Changes requested by darcy (Reviewer).

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


More information about the hotspot-dev mailing list