Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177342 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b40 |
JDK-2172827 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
Java's rules for handling NaNs in floating point comparisons requires that extra fixup code be emitted for them. Currently we do this all the time but for many fp tests the fixup code won't change the result of the comparison. In those cases it should be eliminated.
- backported by
-
JDK-2172827 don't emit flag fixup for NaN when condition being tested doesn't need it
-
- Resolved
-
-
JDK-2177342 don't emit flag fixup for NaN when condition being tested doesn't need it
-
- Closed
-
- relates to
-
JDK-6916644 C2 compiler crash on x86
-
- Resolved
-