[Bug 234689] java/openjdk8: Math.asin() (and StrictMath.asin()) seem to be broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 30 08:58:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234689
robi at ubinam.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robi at ubinam.de
--- Comment #5 from robi at ubinam.de ---
I have seen the same thing, but with Math.atan2 (which is the same as
StrictMath.atan2), so that function is also broken.
I have seen it working correctly on 1.8.0.162 and 1.8.0.172 and incorrectly on
1.8.0.192b26. I have made a full diff of 1.8.0.162 and 1.8.0.192 in the
java.lang native code (implementing StrictMath.c), and there are no differences
there, so it might be build-related (maybe clang vs gcc)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list