History log of /openjdk10/jdk/test/java/nio/Buffer/BasicByte.java
Revision Date Author Comments
# 14438:bad3f8a33db2 16-May-2016 prappo

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


# 14074:5e0fd2cdcd55 24-Mar-2016 psandoz

8149469: ByteBuffer API and implementation enhancements for VarHandles
Reviewed-by: chegar, alanb


# 12439:6b0ba4ed1ea4 24-Jul-2015 bpb

8065556: (bf) Buffer.position and other methods should include detail in IAE
Summary: Add messages to IAEs which have none.
Reviewed-by: alanb


# 6073:cea72c2bf071 02-Nov-2012 alanb

7197491: update copyright year to match last edit in jdk8 jdk repository
Reviewed-by: chegar, ksrini


# 5910:3cfb621d5e7e 21-Sep-2012 alanb

7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
Reviewed-by: iris, dxu, chegar


# 5727:bf0c6f91bc22 13-Aug-2012 luchsh

7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
Reviewed-by: alanb


# 2362:00cd9dc3c2b5 25-May-2010 ohair

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


# 2005:a0f6963b1618 08-Dec-2009 martin

6903754: (bf) Improve floating-point buffer comparison
Summary: Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
Contributed-by: jessewilson@google.com


# 1108:0b3660c68262 15-Apr-2009 alanb

6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
Reviewed-by: sherman, iris


# 726:3ef0bdfa7609 15-Dec-2008 xdono

6785258: Update copyright year
Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell


# 721:b7c47f49a53d 25-Nov-2008 alanb

6593946: (bf) X-Buffer.compact() does not discard mark as specified
Summary: InvalidMarkException now correctly thrown. Thanks to keiths@redhat.com for the bug report and initial fix.
Reviewed-by: sherman, darcy


# 0:37a05a11f281 30-Nov-2007 duke

Initial load