Hi Sherman,
On 19.11.2015 21:27, Xueming Shen wrote:
> Hi
>
> Please help review the change for 8143330.
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8143330
> webrev: http://cr.openjdk.java.net/~sherman/8143330/webrev
What about this
733 protected synchronized void getBytes(byte dst[], int dstBegin, byte
coder) {
734 super.getBytes(dst, dstBegin, coder);
735 }
which was added to StringBuffer?
Best,
Tobias
> Cause: two implementation methods ABS.getBytes/initBytes were
> mistakenly declared as "protected" and exposed to the public. Both
> should be package private.
>
> Thanks,
> Sherman