Code Review for panama_vecintrinsics

Prepared by:Razvan A Lupusoru on Fri Apr 13 11:28:47 PDT 2018
Workspace:/media/razvan/Kronos/projects/panama_vecintrinsics
Compare against version:49876
Branch:vectorIntrinsics
Summary of changes: 73 lines changed: 20 ins; 0 del; 53 mod; 8764 unchg
Patch of changes: panama_vecintrinsics.patch
Legend: Modified file
Deleted file
New file

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 917 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 1004 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 1004 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 939 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 939 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 918 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
31 lines changed: 20 ins; 0 del; 11 mod; 1887 unchg

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

rev 49878 : ByteBuffers need to use native order

All ByteBuffers need to use native order since intrinsification leads
to use of vector operations with native order. Additionally, using
native order means there is no preferential treatment to ordering
that would create unnecessary overheads.
6 lines changed: 0 ins; 0 del; 6 mod; 1156 unchg

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