-
Bug
-
Resolution: Fixed
-
P4
-
hs16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187606 | 7 | Tom Rodriguez | P4 | Closed | Fixed | b81 |
JDK-2189977 | 6u21 | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
This is actually a long standing issue but has only recently come to light. C2 uses platform dependent Nodes to take advantage of hardware instructions for trig and log functions. All of these nodes have Value methods which will constant fold a constant input. The problem is that the SharedRuntime version of the functions are the strict ones but the platform dependent ones aren't strict so this can lead to different values being returned. The fix is to stop constant folding these operations.
- backported by
-
JDK-2189977 Value methods for platform dependent math functions constant fold incorrectly
-
- Resolved
-
-
JDK-2187606 Value methods for platform dependent math functions constant fold incorrectly
-
- Closed
-
- relates to
-
JDK-6251002 Math.exp() needs to be intrinsified
-
- Resolved
-
-
JDK-6539464 Math.log() produces inconsistent results between successive runs.
-
- Closed
-