Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176932 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b13 |
JDK-2197832 | 6u23 | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
JDK-2199732 | 6u22m | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
JDK-2197541 | 6u21p | Tom Rodriguez | P4 | Resolved | Fixed | b03 |
JDK-2171968 | 6u4 | Tom Rodriguez | P3 | Resolved | Fixed | b03 |
53a B91: # B170 B92 <- B90 Freq: 6700.85
53a INC [EBP + #8] ! Field java/util/AbstractList.modCount
53d TEST EAX,EAX
53f Jeq B170 P=0.000001 C=-1.000000
53f
545 B92: # B94 B93 <- B91 Freq: 6700.84
545 MOV EDI,[EBP + #12] ! Field java/util/ArrayList.size
548 LEA EDX,[EAX + #8]
54b MOV EBX,[EDX]
instead of this:
53a B91: # B170 B92 <- B90 Freq: 6700.85
53a INC [EBP + #8] ! Field java/util/AbstractList.modCount
53d MOV EBX,[ECX + #8]
540 NullCheck ECX
540
540 B92: # B94 B93 <- B91 Freq: 6700.84
540 MOV EDI,[EBP + #12] ! Field java/util/ArrayList.size
- backported by
-
JDK-2171968 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-
-
JDK-2197541 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-
-
JDK-2197832 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-
-
JDK-2199732 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-
-
JDK-2176932 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Closed
-
- relates to
-
JDK-6579652 repair to split_through_phi breaks AddPNode::Base invariant
-
- Resolved
-
-
JDK-6614100 EXCEPTION_ACCESS_VIOLATION while running Eclipse with 1.6.0_05-ea
-
- Resolved
-
-
JDK-6709742 find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
-
- Resolved
-