Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174851 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
JDK-2172237 | 6u5p | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
ClearArray::identity assumes that the count of words to clear is an int when in fact it is an intptr_t so it's a long in 64-bit. This inhibits elimination of useless ClearArrays. The fix is to use TypeX instead of TypeInt. Additionally in many cases it's possible to know at creation time there is nothing to do so we shouldn't bother to create them in those cases.
- backported by
-
JDK-2172237 ClearArrayNode::Identity is incorrect for 64-bit
-
- Resolved
-
-
JDK-2174851 ClearArrayNode::Identity is incorrect for 64-bit
-
- Resolved
-