Commit Graph

1140 Commits

Author SHA1 Message Date
Lana Steuck
27a539e27c Merge 2010-06-07 17:08:26 -07:00
Lana Steuck
2c036dc823 Merge 2010-06-01 21:36:00 -07:00
Lana Steuck
282d182ec2 Merge 2010-06-01 14:17:38 -07: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
Alexander Potochkin
bb99e22943 6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
Reviewed-by: rupashka
2010-05-28 19:55:52 +04:00
Alexander Potochkin
38bcbb7d6f 6889007: No resize cursor during hovering mouse over JTable
Reviewed-by: rupashka
2010-05-28 19:46:26 +04:00
Kelly O'Hair
80b67f81af 6956202: Fix a few missed rebranding issues, please contact lines etc
Reviewed-by: jjg, darcy, weijun
2010-05-26 20:28:04 -07:00
Pavel Porvatov
433dfec05a 6925473: REGRESSION: JOptionPane in dialog is full-screen height
Reviewed-by: peterz
2010-05-26 22:02:32 +04: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
Alexander Potochkin
dd916173db 6884066: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table
Reviewed-by: rupashka
2010-05-25 20:54:59 +04:00
Alexander Potochkin
f6adc01088 6768387: REGRESSION: JTable no longer serializable
Reviewed-by: rupashka
2010-05-25 20:39:52 +04:00
Alexander Potochkin
42ddf1f667 6937798: Nimbus: Issues with JTable grid
Reviewed-by: rupashka
2010-05-25 20:30:54 +04: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
Lana Steuck
f5b5248994 Merge 2010-05-21 17:49:15 -07:00
Alexander Potochkin
09d031cd10 6953396: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled
Reviewed-by: rupashka
2010-05-21 22:04:35 +04: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
Sergey Malenkov
7c2929aaf8 6910490: MatteBorder JScrollpane interaction
Reviewed-by: alexp
2010-05-20 20:42:56 +04:00
Sergey Malenkov
cd6f30d3bc 6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type
Reviewed-by: rupashka
2010-05-20 18:44:51 +04: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