Martin Buchholz
|
3927da83d0
|
6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
Make sure to grow with size => size * 2 + 2
Reviewed-by: dholmes, chegar, ohair
|
2010-05-13 21:56:13 -07:00 |
|
Xueming Shen
|
0f4df9f618
|
6951064: Typo in javadoc for ZipException ctors
Fixed the doc typo
Reviewed-by: martin
|
2010-05-13 21:30:18 -07:00 |
|
Mandy Chung
|
5ef47408fb
|
6951661: Eliminate jvmstat dependency on sun.management.counter
Jvmstat keeps its own copy of Units and Variability class
Reviewed-by: alanb
|
2010-05-12 14:41:10 -07:00 |
|
Martin Buchholz
|
3adf1d8538
|
6937842: Unreadable \uXXXX in javadoc
Replace \uXXXX by \u005CXXXX, or simply delete
Reviewed-by: sherman
|
2010-05-09 16:37:06 -07:00 |
|
Martin Buchholz
|
75e3cde928
|
6937857: Concurrent calls to new Random() not random enough
Seed uniquifier should use an independent PRNG
Reviewed-by: dl
|
2010-05-09 16:03:13 -07:00 |
|
Martin Buchholz
|
b455514c89
|
6950540: PriorityQueue(collection) should throw NPE if collection contains a null
Rewrite PriorityQueue constructors for best performance and error handling
Reviewed-by: dholmes, chegar
|
2010-05-09 00:59:49 -07:00 |
|
Martin Buchholz
|
4a29f05c6a
|
6933217: Huge arrays handled poorly in core libraries
Write overflow-conscious array resizing code
Reviewed-by: chegar
|
2010-05-09 00:59:30 -07:00 |
|
Chris Hegarty
|
521354406a
|
6946673: DatagramSocket.connect() documentation contradicts the implementation
Reviewed-by: alanb
|
2010-05-07 16:11:13 +01:00 |
|
Chris Hegarty
|
473182bb12
|
6947917: Error in basic authentication when user name and password are long
Reviewed-by: weijun
|
2010-05-07 10:11:37 +01:00 |
|
Chris Hegarty
|
1a12511929
|
6946825: com.sun.net.httpserver.HttpServer; Memory Leak on Non HTTP conform open socket
Reviewed-by: michaelm
|
2010-05-06 17:17:09 +01:00 |
|
Weijun Wang
|
7c6813eb7a
|
6890876: jarsigner can add CRL info into signed jar
Reviewed-by: mullan
|
2010-05-06 13:42:52 +08:00 |
|
Weijun Wang
|
a94d06f6b7
|
6948909: Jarsigner removes MANIFEST.MF info for badly packages jar's
Reviewed-by: mullan, xuelei
|
2010-05-06 11:26:16 +08:00 |
|
Chris Hegarty
|
e3e5b8ad72
|
6886723: light weight http server doesn't return correct status code for HEAD requests
Reviewed-by: michaelm
|
2010-05-05 13:18:31 +01:00 |
|
Lana Steuck
|
fadbc27979
|
Merge
|
2010-05-02 15:54:20 -07:00 |
|
Weijun Wang
|
20fbeb53cd
|
6844193: support max_retries in krb5.conf
Reviewed-by: valeriep
|
2010-04-29 15:51:10 +08:00 |
|
Weijun Wang
|
46ebf10e26
|
6947487: use HexDumpEncoder.encodeBuffer()
Reviewed-by: mullan
|
2010-04-29 15:50:40 +08:00 |
|
Michael Wilkerson
|
dc22d413ff
|
Merge
|
2010-04-28 20:04:33 -07:00 |
|
Chris Hegarty
|
77a56e5d33
|
6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
Reviewed-by: alanb
|
2010-04-27 09:42:51 +01:00 |
|
Weijun Wang
|
7cc72590c7
|
6856069: PrincipalName.clone() does not invoke super.clone()
Reviewed-by: chegar
|
2010-04-22 12:45:36 +08:00 |
|
Lana Steuck
|
561ea30dc6
|
Merge
|
2010-04-20 16:51:13 -07:00 |
|
Lana Steuck
|
dbd75e1a7d
|
Merge
|
2010-04-20 16:50:10 -07:00 |
|
Lana Steuck
|
4e53387036
|
Merge
|
2010-04-20 16:48:56 -07:00 |
|
Bradford Wetmore
|
09ae7d4842
|
6945604: wrong error message in CardImpl.java
Reviewed-by: mullan
|
2010-04-20 14:24:06 -07:00 |
|
Weijun Wang
|
5d137e0d2f
|
6944847: native gss lib names on linux
Reviewed-by: valeriep
|
2010-04-20 19:30:31 +08:00 |
|
Yong Jeffrey Huang
|
a7b302b493
|
Merge
|
2010-04-20 01:24:48 -07:00 |
|
Andrew Brygin
|
8403ec67a3
|
6936389: FontManager.fileCloser may cause memory leak in applets
Reviewed-by: igor, prr, ant
|
2010-04-20 11:06:47 +04:00 |
|
Lana Steuck
|
552f2a578c
|
Merge
|
2010-04-17 08:12:00 -07:00 |
|
Pavel Porvatov
|
3157c37cf5
|
6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified
Reviewed-by: alexp
|
2010-04-16 13:05:14 +04:00 |
|
Andrew John Hughes
|
41515b3a35
|
6944361: Missing CKR_ values in PKCS11Exception
Allow native NSS errors to be observed and correctly reported
Reviewed-by: wetmore, valeriep
|
2010-04-16 09:54:13 +01:00 |
|
Masayoshi Okutsu
|
471633a591
|
6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone
Reviewed-by: peytoia
|
2010-04-16 15:53:18 +09:00 |
|
Weijun Wang
|
592e8de4e1
|
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
Reviewed-by: xuelei, mullan
|
2010-04-16 10:13:23 +08:00 |
|
Weijun Wang
|
7afbc895a8
|
6937978: let keytool -gencert generate the chain
Reviewed-by: mullan
|
2010-04-16 10:06:07 +08:00 |
|
Lana Steuck
|
3c5df27232
|
Merge
|
2010-04-15 15:19:02 -07:00 |
|
Lana Steuck
|
951fbb9129
|
Merge
|
2010-04-15 11:51:48 -07:00 |
|
Alexey Utkin
|
b984132c16
|
6920842: Wheel events do not bubbling to the browser if they was not treated in applet
Reviewed-by: art, anthony, peterz
|
2010-04-14 15:28:37 +04:00 |
|
Masayoshi Okutsu
|
6cfd12db85
|
6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC
Reviewed-by: peytoia
|
2010-04-14 13:53:17 +09:00 |
|
Chris Hegarty
|
87fe7a4376
|
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
Reviewed-by: alanb, michaelm, andrew
|
2010-04-13 12:02:06 +01:00 |
|
Yuka Kamiya
|
2790d3b818
|
6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later
Reviewed-by: okutsu
|
2010-04-13 13:47:54 +09:00 |
|
Valerie Peng
|
3a0f478ce5
|
Merge
|
2010-04-12 15:53:20 -07:00 |
|
Yong Jeffrey Huang
|
144741e52c
|
6875904: Java 7 message synchronization 1
Reviewed-by: ogino, faryad
|
2010-04-11 23:21:23 -07:00 |
|
Yong Jeffrey Huang
|
6798c200f0
|
Merge
|
2010-04-11 21:04:45 -07:00 |
|
Sean Mullan
|
5794ed41e6
|
6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class
Reviewed-by: andrew
|
2010-04-09 07:21:46 -07:00 |
|
Lana Steuck
|
e98b3651ea
|
Merge
|
2010-04-08 15:34:29 -07:00 |
|
Lana Steuck
|
7098706784
|
Merge
|
2010-04-08 15:01:57 -07:00 |
|
Valerie Peng
|
a0d85f3139
|
6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
Removed the finalize() methods and use PhantomReference in Session to do auto clean up.
Reviewed-by: wetmore
|
2010-04-07 17:20:11 -07:00 |
|
Martin Buchholz
|
6b4917957f
|
6941130: Semaphore should throw if number of permits overflows or underflows
Check if release could make number of permits negative
Reviewed-by: dl, dholmes
|
2010-04-07 12:30:49 -07:00 |
|
Xueming Shen
|
e6d3771bc3
|
6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works
Restoring the javadoc
Reviewed-by: alanb
|
2010-04-06 15:45:21 -07:00 |
|
Chris Hegarty
|
eb427a0e84
|
6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
Reviewed-by: alanb
|
2010-04-06 15:44:17 +01:00 |
|
Chris Hegarty
|
cb7c94da7e
|
6648001: Cancelling HTTP authentication causes subsequent deadlocks
Reviewed-by: michaelm
|
2010-04-06 13:47:59 +01:00 |
|
Abhijit Saha
|
9039997db4
|
Merge
|
2010-04-05 16:11:59 -07:00 |
|