Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174468 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b51 |
JDK-2180531 | 6u18 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2174075 | 6u14 | Vladimir Kozlov | P2 | Resolved | Fixed | b03 |
JDK-2173805 | hs14 | Vladimir Kozlov | P2 | Resolved | Fixed | b12 |
Calculated block's frequency could be NaN which can cause all kind of problems in Register_Allocate and PhaseBlockLayout phases.
Specifically we hit SEGV with HS14 VM on Solaris 8 in qsort() because edge_order() method returns incorrect value
for a block with NaN frequency.
Specifically we hit SEGV with HS14 VM on Solaris 8 in qsort() because edge_order() method returns incorrect value
for a block with NaN frequency.
- backported by
-
JDK-2173805 Block's frequency should not be NaN
-
- Resolved
-
-
JDK-2174075 Block's frequency should not be NaN
-
- Resolved
-
-
JDK-2180531 Block's frequency should not be NaN
-
- Resolved
-
-
JDK-2174468 Block's frequency should not be NaN
-
- Closed
-
- relates to
-
JDK-6784930 server jvm fails with assert(!n->is_SpillCopy(),"") in -Xcomp mode with fastdebug bits
-
- Closed
-