History log of /openjdk9/jdk/test/java/nio/Buffer/Basic.java
Revision Date Author Comments
# 16177:89ef4b822745 01-Dec-2016 alanb

8169069: Module system implementation refresh (11/2016)
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, claes.redestad@oracle.com, mark.reinhold@oracle.com


# 14084:d4032d0578bb 06-Apr-2016 amlu

8153563: java/nio/Buffer/Basic.java and CopyDirectMemory.java are failing after JDK-8149469
Reviewed-by: alanb


# 14074:5e0fd2cdcd55 24-Mar-2016 psandoz

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


# 12495:6db2a5a855ec 31-Jul-2015 bpb

8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
Summary: Add 8065556 to list of IDs in the @bug tag list.
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


# 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