Code Review for dev

Prepared by:njian on Fri Sep 7 13:15:43 CST 2018
Workspace:/home/ninjia02/Work/jdk/panama/dev-hg/dev
Compare against: http://hg.openjdk.java.net/panama/dev/
Compare against version:52230
Branch:vectorIntrinsics
Summary of changes: 9172 lines changed: 9154 ins; 0 del; 18 mod; 71682 unchg
Changeset: dev.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/aarch64/aarch64.ad

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
6 lines changed: 2 ins; 0 del; 4 mod; 16821 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/aarch64/globals_aarch64.hpp

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 171 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/cpu/aarch64/vm_version_aarch64.cpp

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
5 lines changed: 5 ins; 0 del; 0 mod; 439 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/ci/ciType.cpp

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
90 lines changed: 78 ins; 0 del; 12 mod; 497 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/vmSymbols.hpp

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
18 lines changed: 18 ins; 0 del; 0 mod; 1809 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/runtime/stackValue.cpp

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
26 lines changed: 26 ins; 0 del; 0 mod; 485 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Byte128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1467 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Byte256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1467 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Byte512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1467 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Byte64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1467 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ByteVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1134 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Double128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Double256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Double512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Double64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/DoubleVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1643 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Float64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1621 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/FloatVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1643 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Int128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Int256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Int512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Int64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/IntVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1385 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Long128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Long256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Long512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Long64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1538 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/LongVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1385 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Shapes.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
10 lines changed: 10 ins; 0 del; 0 mod; 68 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Short128Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1468 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Short256Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1468 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Short512Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1468 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Short64Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1468 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ShortVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1135 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Vector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
5 lines changed: 4 ins; 0 del; 1 mod; 1810 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-Vector.java.template

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 2168 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/X-VectorBits.java.template

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
2 lines changed: 2 ins; 0 del; 0 mod; 1961 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/gen-src.sh

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1 line changed: 0 ins; 0 del; 1 mod; 116 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ByteScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1469 lines changed: 1469 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/DoubleScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1463 lines changed: 1463 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/FloatScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1463 lines changed: 1463 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/IntScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1540 lines changed: 1540 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/LongScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1540 lines changed: 1540 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ ------ --- New ----- Raw src/jdk.incubator.vector/share/classes/jdk/incubator/vector/ShortScalableVector.java

rev 52233 : Add scalable shapes for Arm Scalable Vector Extension.
Summary: Add scalable vector shapes to support Arm SVE better.
Reviewed-by: duke
1470 lines changed: 1470 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /home/ninjia02/bin/webrev.ksh (vers 25.16-hg+openjdk.java.net).