hg: panama/dev: 1. FIRST_NON_ZERO operation caused crash 2. added masking for shift operations on IntegerVectors and LongVector
kishor.kharbas at intel.com
kishor.kharbas at intel.com
Fri Jun 21 01:34:40 UTC 2019
Changeset: 4abc9fdecac6
Author: kkharbas
Date: 2019-06-20 18:34 -0700
URL: http://hg.openjdk.java.net/panama/dev/rev/4abc9fdecac6
1. FIRST_NON_ZERO operation caused crash 2. added masking for shift operations on IntegerVectors and LongVector
Summary: More details for [1] : the fromElementType passed to reinterpret() was not same as the element type of vector. Because of which expand_vunbox_node() could not find the vec[] field in the class"
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/AbstractVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/IntVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/LongVector.java
! src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template
More information about the panama-dev
mailing list