maintainer-feedback requested: [Bug 234689] java/openjdk8: Math.asin() (and StrictMath.asin()) seem to be broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 7 10:41:07 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at FreeBSD.org> for maintainer-feedback:
Bug 234689: java/openjdk8: Math.asin() (and StrictMath.asin()) seem to be
broken
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234689



--- Description ---
In openjdk8 (v8.192.26) the Math.asin() method returns wrong values. This can
be reproduced by the attached test program (CheckMathIssue.java). Previous
versions (e.g. 8.172) did return correct results. The comments in the test
program show results of the test program for four different platforms:
- FreeBSD 11.2 openjdk8-8.192
- FreeBSD 11.2 openjdk8-8.172
- MacOs 10.14 Oracle JDK 8.192
- Linux OSMC (ARM) 4.14 openjdk8-8.191

The latter three return identical (and correct) results. So, there seems to be
a bug in  the current version of openjdk8.


More information about the freebsd-java mailing list