JDK 9 RFR of 8130679: Writer/StringWriter.write methods do not specify index out bounds

Brian Burkhalter brian.burkhalter at oracle.com
Fri May 13 18:04:55 UTC 2016


Correction: wrong link provided below:

http://cr.openjdk.java.net/~bpb/8130679/webrev.02/

Sorry for the confusion.

Brian

On May 13, 2016, at 10:42 AM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

> I have a third version of the patch here:
> 
> http://cr.openjdk.java.net/~bpb/8130679/webrev.00/
> 
> This one I believe addresses all the inconsistencies including the one in https://bugs.openjdk.java.net/browse/JDK-8029804 at the expense of a slight weakening of the specification of the Writer.write({char[],String},int,int) methods, and matches the behavior of all the classes affected. I have tested it and inspected the code extensively.




More information about the core-libs-dev mailing list