Code Review for jdk

Prepared by:bpb on Tue Sep 17 17:06:44 PDT 2013
Workspace:/Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Compare against version:8055
Summary of changes: 66 lines changed: 65 ins; 0 del; 1 mod; 4317 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/util/HashMap.java

rev 8056 : 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Summary: Explicitly check for null remappingFunction parameter.
Reviewed-by: TBD
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
2 lines changed: 2 ins; 0 del; 0 mod; 2360 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/util/Map.java

rev 8056 : 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Summary: Explicitly check for null remappingFunction parameter.
Reviewed-by: TBD
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
4 lines changed: 4 ins; 0 del; 0 mod; 1199 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/util/Map/Defaults.java

rev 8056 : 8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
Summary: Explicitly check for null remappingFunction parameter.
Reviewed-by: TBD
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
60 lines changed: 59 ins; 0 del; 1 mod; 758 unchg

This code review page was prepared using ../make/scripts/webrev.ksh (vers 24.1-hg+openjdk.java.net).