Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177014 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b18 |
JDK-2172471 | 6u10 | Tom Rodriguez | P3 | Resolved | Fixed | b09 |
The optimized code for arraycopies will eliminate the type check if the src and the dst are the same but in the generated code we emit an assert that if there's no type check the type exactly the expected type, which will fail in this case. The assert should be removed or relaxed.
- backported by
-
JDK-2172471 incorrect assert in fast arraycopy code
-
- Resolved
-
-
JDK-2177014 incorrect assert in fast arraycopy code
-
- Closed
-