-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 17, 21, 23, 24, 25
-
Component/s: core-libs
-
b03
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8346580 | 24 | Quan Anh Mai | P5 | Closed | Not an Issue |
We do not null check the shuffle argument. For other methods, we insert a species check which also acts as a null check. For rearrange, we only rely on the cast to the concrete shuffle type, this allows null to pass. And the intrinsification may fail if its input is nullable.
- backported by
-
JDK-8346580 XXXVector::rearrangeTemplate misses null check
-
- Closed
-
- links to
-
Commit(master)
openjdk/jdk/c8e94abf
-
Review(master)
openjdk/jdk/22816