commit | ca9e74c63d031db3f4bba330411831d01013d020 | [log] [tgz] |
---|---|---|
author | Brian Burkhalter <brian.burkhalter@oracle.com> | Fri Sep 20 15:12:05 2013 -0700 |
committer | Brian Burkhalter <bpb@openjdk.org> | Fri Sep 20 15:12:05 2013 -0700 |
tree | 392c54bca36c849731be5d9197cabcad2ef8da90 | |
parent | 851fd0447ee2e0ee042d4025663d6f9b6ee69fa7 [diff] |
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent Explicitly check for null remappingFunction parameter. Reviewed-by: mduigou, forax, psandoz