-
Bug
-
Resolution: Unresolved
-
P4
-
18, 21, 22, 23
-
generic
-
generic
Currently, gather index out of bounds checking is agnostic to existence of masks, thus an index value is compared against array bounds even if its corresponding mask bit is false.
Look for following FIXME.
https://github.com/openjdk/jdk/blob/master/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template#L4845
Look for following FIXME.
https://github.com/openjdk/jdk/blob/master/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template#L4845
- relates to
-
JDK-8271515 Integration of JEP 417: Vector API (Third Incubator)
-
- Resolved
-
-
JDK-8318650 Optimized subword gather for x86 targets.
-
- Resolved
-