7 Dec
2017
7 Dec
'17
11:26 p.m.
Hi Sergey, On Dec 7, 2017, at 3:14 PM, Sergey Bylokhov <Sergey.Bylokhov@oracle.com> wrote:
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