-
Bug
-
Resolution: Fixed
-
P5
-
17, 21, 23, 24, 25
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8346580 | 24 | Quan Anh Mai | P5 | Open | Unresolved |
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
- Open
- links to
-
Commit(master) openjdk/jdk/c8e94abf
-
Review(master) openjdk/jdk/22816