Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177049 | 7 | John Rose | P3 | Closed | Fixed | b21 |
JDK-2172500 | 6u10 | John Rose | P3 | Resolved | Fixed | b09 |
Here's a missing bit of 6337834, which reworked new, newarray, and anewarray.
The multianewarray instruction should use the new graph whenever possible.
At least, it should use it when the dimension of the array is 1.
Perhaps other common cases should be supported also.
The multianewarray instruction should use the new graph whenever possible.
At least, it should use it when the dimension of the array is 1.
Perhaps other common cases should be supported also.
- backported by
-
JDK-2172500 multianewarray should generate same code as anewarray for 1-d arrays
-
- Resolved
-
-
JDK-2177049 multianewarray should generate same code as anewarray for 1-d arrays
-
- Closed
-
- relates to
-
JDK-6910605 C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
-
- Resolved
-
-
JDK-6663908 NegativeArraySizeException is not thrown
-
- Closed
-