Looks good to me.

Cheers,
Henry

On Sep 30, 2013, at 2:27 PM, Mike Duigou <mike.dui...@oracle.com> wrote:

> Hello all;
> 
> This changeset fixes a small corner case where Arrays.parallelPrefix (all 
> variants) failed to throw NPE if the operation was null. If the array or 
> range was empty then op was never examined. The solution in this patch is to 
> add an an explicit Objects.requireNonNull(op) check.
> 
> http://cr.openjdk.java.net/~mduigou/JDK-8025067/0/webrev/
> 
> Cheers,
> 
> Mike

Reply via email to