diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2011-05-29 19:41:52 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2011-05-29 19:41:52 +0000 |
commit | 443627224f7fae82ec90b9a4870faf160f0053e7 (patch) | |
tree | 87fc67d3e68e03b468bcf34948597f8373887755 /java/openjdk7/files/patch-FloatingDecimal.java | |
parent | Fix MASTER_SITE* and a comment (diff) |
. Update to Build 144.
Notes
Notes:
svn path=/head/; revision=274787
Diffstat (limited to 'java/openjdk7/files/patch-FloatingDecimal.java')
-rw-r--r-- | java/openjdk7/files/patch-FloatingDecimal.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/openjdk7/files/patch-FloatingDecimal.java b/java/openjdk7/files/patch-FloatingDecimal.java deleted file mode 100644 index 23656900f75c..000000000000 --- a/java/openjdk7/files/patch-FloatingDecimal.java +++ /dev/null @@ -1,11 +0,0 @@ ---- jdk/src/share/classes/sun/misc/FloatingDecimal.java.orig 2010-06-21 14:15:30.000000000 -0700 -+++ jdk/src/share/classes/sun/misc/FloatingDecimal.java 2011-02-08 22:30:49.000000000 -0800 -@@ -1547,7 +1547,7 @@ - if ( (cmpResult = bigB.cmp( bigD ) ) > 0 ){ - overvalue = true; // our candidate is too big. - diff = bigB.sub( bigD ); -- if ( (bigIntNBits == 1) && (bigIntExp > -expBias) ){ -+ if ( (bigIntNBits == 1) && (bigIntExp > -expBias+1) ){ - // candidate is a normalized exact power of 2 and - // is too big. We will be subtracting. - // For our purposes, ulp is the ulp of the |