History log of /openjdk9/jdk/test/java/nio/Buffer/Order.java
Revision Date Author Comments
# 14441:db250cfb765a 16-May-2016 prappo

8150785: (bf) Hoist slice and duplicate methods up to java.nio.Buffer
Reviewed-by: alanb, rriggs, chegar


# 14438:bad3f8a33db2 16-May-2016 prappo

8156931: java.nio.Buffer tests cleanup
Reviewed-by: alanb


# 12404:950f14c10fc9 15-Jul-2015 bpb

8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
Summary: Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer.
Reviewed-by: alanb


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 0:37a05a11f281 30-Nov-2007 duke

Initial load