Re: RFR 8196740 : Character.digit(int,int) returns wrong value for out of range radix

2018-02-03 Thread Claes Redestad
On 2018-02-03 07:51, Ivan Gerasimov wrote: After some experimentation, I couldn't find anything faster than the variant with the check (value >= 0), so let's go ahead with it. Here's the updated webrev: http://cr.openjdk.java.net/~igerasim/8196740/01/webrev/ Looks good to me! /Claes

Re: RFR 8196298 Add null Reader and Writer

2018-02-03 Thread Patrick Reinhart
> Am 02.02.2018 um 02:45 schrieb Stuart Marks : > > > > On 2/1/18 10:35 AM, Patrick Reinhart wrote: >> Here is my first shot of the actual implementation and tests: >> http://cr.openjdk.java.net/~reinhapa/reviews/8196298/webrev.00 > > I looked at the specification of ready() vs the implementa