[Bug 500] Shark on ARM/x86_64 Math.log incosistent results

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed May 26 03:39:13 PDT 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=500


xerxes at zafena.se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at icedtea.classpath|xerxes at zafena.se
                   |.org                        |
             Status|NEW                         |ASSIGNED




------- Comment #6 from xerxes at zafena.se  2010-05-26 10:39 -------
Created an attachment (id=342)
 --> (http://icedtea.classpath.org/bugzilla/attachment.cgi?id=342&action=view)
openjdk/jdk 26may-java.lang.Math.libm.patch

The attached patch fixes this bug by making
java.lang.Math and
java.lang.Random
by making them use a new class java.lang.LibmMath internally that in turn uses
the running systems libm implementation.

This will make java.lang.Math more accurate for computation of trancendental
number aproximation, give a speed boost for math in the interpreter and will
make the interpreter and JIT produce same accurately rounded results.

Cheers
Xerxes


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list