-
Bug
-
Resolution: Fixed
-
P3
-
19
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289413 | 20 | Maurizio Cimadamore | P3 | Resolved | Fixed | b04 |
JDK-8291350 | 19.0.2 | Maurizio Cimadamore | P3 | Resolved | Fixed | b01 |
JDK-8291193 | 19.0.1 | Maurizio Cimadamore | P3 | Resolved | Fixed | b04 |
When fixing JDK-8289188, a change was made to make SegmentAllocator::allocateArray accept nulls (and infer array size == 0). This change was not necessary, as the static compiler always creates zero-length arrays for empty varargs.
- backported by
-
JDK-8289413 SegmentAllocator::allocateArray null handling is too lax
- Resolved
-
JDK-8291193 SegmentAllocator::allocateArray null handling is too lax
- Resolved
-
JDK-8291350 SegmentAllocator::allocateArray null handling is too lax
- Resolved