diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
commit | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-FloatingDecimal.java | |
parent | - Update to 5.2.4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Notes
Notes:
svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk16/files/patch-FloatingDecimal.java')
-rw-r--r-- | java/jdk16/files/patch-FloatingDecimal.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/jdk16/files/patch-FloatingDecimal.java b/java/jdk16/files/patch-FloatingDecimal.java deleted file mode 100644 index 6141b18cb7eb..000000000000 --- a/java/jdk16/files/patch-FloatingDecimal.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java.orig 2011-02-08 21:47:56.000000000 -0800 -+++ ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java 2011-02-08 21:48:18.000000000 -0800 -@@ -1529,7 +1529,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 |