Details
-
Bug
-
Resolution: Fixed
-
P3
-
17, 20, 21
-
b16
-
x86
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307036 | 20u-cpu | Tobias Hartmann | P3 | Resolved | Fixed | master |
JDK-8305557 | 20.0.2 | Tobias Hartmann | P3 | Resolved | Fixed | b03 |
JDK-8305139 | 17.0.8-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8307441 | 17.0.8 | Goetz Lindenmaier | P3 | Resolved | Fixed | b02 |
Description
public static short testShort() {
ShortVector vecb = ShortVector.broadcast(ShortVector.SPECIES_128, -5);
return vecb.lane(1);
}
C2:
$>../build-fastdebug/images/jdk/bin/java -ea -Xbatch --add-modules=jdk.incubator.vector Test1
WARNING: Using incubator modules: jdk.incubator.vector
65531
Interpreter:
$>../build-fastdebug/images/jdk/bin/java -ea -Xbatch -Xint --add-modules=jdk.incubator.vector Test1
WARNING: Using incubator modules: jdk.incubator.vector
-5
Attachments
Issue Links
- backported by
-
JDK-8305139 Vector.lane() gets wrong value on x86
- Resolved
-
JDK-8305557 Vector.lane() gets wrong value on x86
- Resolved
-
JDK-8307036 Vector.lane() gets wrong value on x86
- Resolved
-
JDK-8307441 Vector.lane() gets wrong value on x86
- Resolved
- blocks
-
JDK-8303278 Imprecise bottom type of ExtractB/UB
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/d8d69f36
-
Commit openjdk/jdk20u/7680690e
-
Commit openjdk/jdk/d61de141
-
Review openjdk/jdk17u-dev/1311
-
Review openjdk/jdk20u/43
-
Review(master) openjdk/jdk/13152