Prepared by: | bpb on Fri Jun 21 11:49:38 PDT 2013 |
---|---|
Workspace: | /Users/bpb/Work/JSL/jdk/jdk8/tl8/jdk |
Compare against: | ssh://hg.openjdk.java.net/jdk8/tl/jdk |
Compare against version: | 7486 |
Summary of changes: | 741 lines changed: 493 ins; 189 del; 59 mod; 5027 unchg |
Patch of changes: | jdk.patch |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/classes/sun/misc/FDBigInteger.java
rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>2 lines changed: 0 ins; 0 del; 2 mod; 1506 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/classes/sun/misc/FloatingDecimal.java
rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>458 lines changed: 223 ins; 188 del; 47 mod; 2271 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
test/java/lang/Double/ParseDouble.java
rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>150 lines changed: 142 ins; 1 del; 7 mod; 617 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
test/java/lang/Float/ParseFloat.java
rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>123 lines changed: 120 ins; 0 del; 3 mod; 207 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
Patch
Raw
test/sun/misc/FloatingDecimal/TestFDBigInteger.java
rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monotonicity problems in floats and doubles Reviewed-by: martin Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Louis Wasserman <lowasser@google.com>8 lines changed: 8 ins; 0 del; 0 mod; 426 unchg
This code review page was prepared using ../make/scripts/webrev.ksh (vers 24.0-hg+jbs).