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

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234689

            Bug ID: 234689
           Summary: java/openjdk8: Math.asin() (and StrictMath.asin())
                    seem to be broken
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: java@FreeBSD.org
          Reporter: thgude@googlemail.com
          Assignee: java@FreeBSD.org
             Flags: maintainer-feedback?(java@FreeBSD.org)
 Attachment #200862 text/plain
         mime type:

Created attachment 200862
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200862&action=
=3Dedit
Java test program

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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