Code Review for jdk

Prepared by:bpb on Thu Sep 5 09:39:45 PDT 2013
Workspace:/Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk
Compare against: http://hg.openjdk.java.net/jdk8/tl/jdk
Compare against version:7993
Summary of changes: 126 lines changed: 111 ins; 0 del; 15 mod; 4119 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/lang/Math.java

rev 7994 : 8010430: Math.round has surprising behavior for odd values of ulp 1
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
55 lines changed: 44 ins; 0 del; 11 mod; 2315 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/classes/java/lang/StrictMath.java

rev 7994 : 8010430: Math.round has surprising behavior for odd values of ulp 1
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
2 lines changed: 0 ins; 0 del; 2 mod; 1708 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/java/lang/Math/RoundTests.java

rev 7994 : 8010430: Math.round has surprising behavior for odd values of ulp 1
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
69 lines changed: 67 ins; 0 del; 2 mod; 96 unchg

This code review page was prepared using ../make/scripts/webrev.ksh (vers 24.0-hg+jbs).