Changes between Initial Version and Version 1 of Ticket #13387, comment 14
- Timestamp:
- 2017-04-24T23:26:22+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13387, comment 14
initial v1 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, 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 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?


