Martin Buchholz
|
45b78120fc
|
6944584: Improvements to subprocess handling on Unix
Use thread pool for reaper thread; move most I/O operations out of reaper thread
Reviewed-by: michaelm, hiroshi
|
2010-06-11 18:55:45 -07:00 |
|
Alan Bateman
|
82adf1a224
|
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
Reviewed-by: chegar
|
2010-06-11 14:31:26 +01:00 |
|
Weijun Wang
|
b0277a9631
|
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
Reviewed-by: xuelei, wetmore, mullan
|
2010-06-11 11:38:36 +08:00 |
|
Mandy Chung
|
50cb7df534
|
Merge
|
2010-06-10 14:21:37 -07:00 |
|
Mandy Chung
|
22ac1684a0
|
6959965: jstat: Add new -classload option to print class loading statistics
Add a new jstat -classload option
Reviewed-by: alanb
|
2010-06-10 14:14:17 -07:00 |
|
Alan Bateman
|
3c05d51ed6
|
6935563: (dc) Improve connection reset/port unreachable handling [win]
Reviewed-by: chegar
|
2010-06-09 18:51:32 +01:00 |
|
Chris Hegarty
|
2f408651fb
|
6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
Reviewed-by: ohair, wetmore, alanb
|
2010-06-08 10:46:14 +01:00 |
|
Weijun Wang
|
2d9fcecd29
|
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
Reviewed-by: valeriep, xuelei
|
2010-06-04 19:28:53 +08:00 |
|
Weijun Wang
|
141897fe19
|
6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
Reviewed-by: wetmore, xuelei
|
2010-06-01 10:52:42 +08:00 |
|
Lana Steuck
|
fd45b4188c
|
Merge
|
2010-05-28 12:10:14 -07:00 |
|
Kelly O'Hair
|
fe008ae27a
|
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
|
2010-05-25 15:58:33 -07:00 |
|
Jonathan Gibbons
|
d864e54627
|
6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic
Reviewed-by: darcy
|
2010-05-25 15:39:38 -07:00 |
|
Weijun Wang
|
235a3e379c
|
6948287: KDC test strange knvo
Reviewed-by: xuelei
|
2010-05-25 18:20:54 +08:00 |
|
Lana Steuck
|
ff8daaf36c
|
Merge
|
2010-05-24 09:06:11 -07:00 |
|
Xueming Shen
|
0bc8b10673
|
4691425: GZIPInputStream fails to read concatenated .gz files
To support concatenated .gz streams
Reviewed-by: martin
|
2010-05-24 00:39:57 -04:00 |
|
Weijun Wang
|
480f0af4e8
|
6932525: Incorrect encryption types of KDC_REQ_BODY of AS-REQ with pre-authentication
Reviewed-by: valeriep
|
2010-05-24 10:05:04 +08:00 |
|
Weijun Wang
|
37ae69dba3
|
6948781: CertificateFactory.generateCertificate doesn't throw CertificateException for malformed certificate
Reviewed-by: mullan
|
2010-05-24 09:37:16 +08:00 |
|
Weijun Wang
|
a7fbe2d858
|
6882687: KerberosTime too imprecise
Reviewed-by: valeriep
|
2010-05-24 09:37:02 +08:00 |
|
Weijun Wang
|
874ec0972c
|
6948803: CertPath validation regression caused by SHA1 replacement root and MD2 disable feature
Reviewed-by: xuelei, mullan
|
2010-05-24 09:28:06 +08:00 |
|
Michael McMahon
|
8f950e676a
|
6773270: java.net.URI fails to escape \u0000
Check for \u0000
Reviewed-by: alanb
|
2010-05-21 07:29:48 +01:00 |
|
Kelly O'Hair
|
d738280014
|
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
Reviewed-by: wetmore
|
2010-05-20 13:57:58 -07:00 |
|
Xueming Shen
|
bb2be852aa
|
6945564: Unicode script support in Character class
6948903: Make Unicode scripts available for use in regular expressions
Added Unicode script suport
Reviewed-by: martin
|
2010-05-18 15:36:47 -07:00 |
|
Xueming Shen
|
6d1dc62ab1
|
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
Added new constructors to allow flush() work in Z_SYNC_FLUSH mode
Reviewed-by: martin
|
2010-05-17 12:19:49 -07:00 |
|
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 |
|
Pavel Tisnovsky
|
fb9c4505a1
|
6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh
Testcase correction.
Reviewed-by: sherman
|
2010-05-13 10:11:17 +02:00 |
|
Kelly O'Hair
|
56131863a7
|
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
And adjustments to test problem list.
Reviewed-by: jjg
|
2010-05-12 21:35:55 -07:00 |
|
Lana Steuck
|
6125917976
|
Merge
|
2010-05-11 16:35:36 -07:00 |
|
Lana Steuck
|
490e8fb7d3
|
Merge
|
2010-05-11 16:34:07 -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 |
|
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 |
|
Peter Zhelezniakov
|
5a66416a07
|
6919629: Nimbus L&F Nimbus.Overrides option leaks significant amounts of memory
Reviewed-by: rupashka
|
2010-05-06 12:57:30 +04: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 |
|
Lana Steuck
|
529eba0d94
|
Merge
|
2010-04-30 17:03:15 -07:00 |
|
Lana Steuck
|
5d6c7f37ba
|
Merge
|
2010-04-30 11:03:38 -07:00 |
|
Weijun Wang
|
20fbeb53cd
|
6844193: support max_retries in krb5.conf
Reviewed-by: valeriep
|
2010-04-29 15:51:10 +08:00 |
|
Michael Wilkerson
|
dc22d413ff
|
Merge
|
2010-04-28 20:04:33 -07:00 |
|
Artem Ananiev
|
d052130c49
|
6880336: SwingWorker deadlocks due one thread in the swingworker-pool
Reviewed-by: dcherepanov, alexp
|
2010-04-27 18:08:26 +04: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 |
|
Pavel Porvatov
|
f05dd156c2
|
6945316: The Win32ShellFolderManager2.isFileSystemRoot can throw NPE
Reviewed-by: alexp
|
2010-04-21 18:12:21 +04:00 |
|
Yuka Kamiya
|
ed15f54cfb
|
6943963: NumericShaper with ARABIC doesn't shape digits correctly after calling another instance
Reviewed-by: okutsu
|
2010-04-21 10:34:56 +09: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 |
|
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 |
|