Changeset: 3cfb621d5e7e
Author:alanb
Date: 2012-09-21 15:39 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3cfb621d5e7e
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException
for read-only buffer
Reviewed-by: iris, dxu, chegar
! src/share/classes/java/
Thanks Rob, I missed this when adding the tunneling state way back.
I guess a test would be a little convoluted here, I'm ok to add
noreg-hard ( hard to write a new automatic regression test) to the CR.
-Chris.
On 20/09/12 16:14, Rob McKenna wrote:
Hi folks,
Looking for a review for:
71992