Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jan 2019 10:41:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 234689] java/openjdk8: Math.asin() (and StrictMath.asin()) seem to be broken
Message-ID:  <bug-234689-8522-NjNjReaN30@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234689-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234689-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-java mailing l=
ist
<java@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=3D234689



--- Description ---
In openjdk8 (v8.192.26) the Math.asin() method returns wrong values. This c=
an
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234689-8522-NjNjReaN30>