hg: hsx/hotspot-comp/hotspot: 8001183: incorrect results of char vectors right shift operaiton
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Tue Oct 23 15:24:56 PDT 2012
Changeset: b2c669fd8114
Author: kvn
Date: 2012-10-23 13:06 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/b2c669fd8114
8001183: incorrect results of char vectors right shift operaiton
Summary: do vector right shift operation for small int types only after loads
Reviewed-by: jrose, dlong
! src/cpu/x86/vm/x86.ad
! src/share/vm/opto/superword.cpp
! src/share/vm/opto/vectornode.cpp
! test/compiler/6340864/TestByteVect.java
! test/compiler/6340864/TestIntVect.java
! test/compiler/6340864/TestLongVect.java
! test/compiler/6340864/TestShortVect.java
+ test/compiler/8001183/TestCharVect.java
More information about the hotspot-compiler-dev
mailing list