RFR (S): 7174532: jdk/test/java/lang/Math/WorstCaseTests.java failing on x86

Roland Westrelin roland.westrelin at oracle.com
Thu Jun 7 09:17:46 PDT 2012


http://cr.openjdk.java.net/~roland/7174532/webrev.00/

pow and exp as computed by the new intrinsics on x86 do not provide sufficiently precise results. This change increases the precision for the steps of the pow and exp computation.

Roland.


More information about the hotspot-compiler-dev mailing list