[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234689

            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 at FreeBSD.org
          Reporter: thgude at googlemail.com
          Assignee: java at FreeBSD.org
             Flags: maintainer-feedback?(java at FreeBSD.org)
 Attachment #200862 text/plain
         mime type:

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

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.

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


More information about the freebsd-ports-bugs mailing list