Hi Sergey, On Dec 7, 2017, at 3:14 PM, Sergey Bylokhov <sergey.bylok...@oracle.com> wrote:
>> http://cr.openjdk.java.net/~bpb/4358774/webrev.02/. > > Why the > Objects.requireNonNull(b); > should be called before > Objects.checkFromIndexSize(off, len, b.length); > since the second call will gen NPW at b.length anyway? Good point. I’ll update after I see whether any other updates will be needed. I think this situation probably obtains in some other files as well. Thanks, Brian