Changes between Version 1 and Version 2 of Ticket #13387, comment 14
- Timestamp:
- 2017-04-24T23:47:05+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13387, comment 14
v1 v2 2 2 > In Java 9, `Math.cos` has a different value than `StrictMath.cos`, although in the Java code it is just a wrapper for `StrictMath.cos`. 3 3 4 In Java 9 b74+ following javabug:8076112, the method is now [http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/b4a7d4678a43/src/java.base/share/classes/java/lang/Math.java#l168 annotated] with a new annotation [http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/b4a7d4678a43/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java @HotSpotIntrinsicCandidate], maybe this is linked?4 In Java 9 [http://download.java.net/java/jdk9/changes/jdk9-b74.html b74]+ following javabug:8076112, the method is now [http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/b4a7d4678a43/src/java.base/share/classes/java/lang/Math.java#l168 annotated] with a new annotation [http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/b4a7d4678a43/src/java.base/share/classes/jdk/internal/HotSpotIntrinsicCandidate.java @HotSpotIntrinsicCandidate], maybe this is linked?


