Martin Buchholz
e267adc80a
6960394: Stop linking with -lnsl on Linux
...
Define LIBNSL (like LIBSOCKET), non-empty only on Solaris
Reviewed-by: ohair
2010-06-10 15:54:25 -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
Joe Darcy
bc95863f7d
6935997: Please add a nested throwable constructor to AssertionError
...
Reviewed-by: martin, forax, wetmore
2010-06-08 18:52:17 -07: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
Martin Buchholz
72ec2d876a
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
...
Allow setSeed only during construction
Reviewed-by: dl, dholmes
2010-06-02 17:53:54 -07:00
Lana Steuck
fd45b4188c
Merge
2010-05-28 12:10:14 -07:00
Andrew John Hughes
6fc6efb062
Merge
2010-05-28 17:01:20 +01:00
Andrew John Hughes
c093127f24
6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture
...
Add missing generic type to CompletedFuture construction and remove unneeded SuppressWarnings annotations.
Reviewed-by: alanb
2010-05-28 16:59:44 +01:00
Weijun Wang
7e86c31fee
6955783: ServiceUnavailableException caught even the secondary DNS is available
...
Reviewed-by: vinnie
2010-05-27 17:24:40 +08: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
Xueming Shen
df80fea7a5
Merge
2010-05-24 16:41:03 -04:00
Xueming Shen
a7b730f127
4690407: JAR tool: option -i can't be combined with other options
...
-i can't combined with cxut, do sanity check on options
Reviewed-by: martin
2010-05-24 15:20:23 -04: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
6e9dba43a0
6954621: small error in 6948909
...
Reviewed-by: xuelei
2010-05-24 09:28:25 +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
Lana Steuck
26f273e24d
Merge
2010-05-19 12:27:47 -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
Mandy Chung
d1dc8092ec
6951599: Rename package of security tools for modularization
...
Move PolicyTool to sun.security.tools.policytool package
Reviewed-by: weijun
2010-05-18 13:12:46 -07:00
Xueming Shen
da26b0d878
4853493: GZIPOutputStream passes a reference to a private array into an untrusted method
...
Create a new header byte array for each header writeout
Reviewed-by: martin
2010-05-17 16:18:13 -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
Xueming Shen
6524a87e07
4465490: Suspicious about double-check locking idiom being used in the code
...
To use volatile for the double-checked object
Reviewed-by: weijun
2010-05-16 21:22:07 -07:00
Xueming Shen
2dca32f307
4263582: RFE: GZIPInputStream throws IOException on non-gzipped data
...
Throw ZipException instead of IOException
Reviewed-by: martin
2010-05-14 13:46:53 -07:00
Xueming Shen
0c958f899e
6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs
...
Replace www.isi.edu/in-notes with www.ietf.org/rfc
Reviewed-by: martin
2010-05-14 13:30:37 -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
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
Lana Steuck
6125917976
Merge
2010-05-11 16:35:36 -07:00
Lana Steuck
490e8fb7d3
Merge
2010-05-11 16:34:07 -07:00
Phil Race
325809a3cd
6931180: Migration to recent versions of MS Platform SDK
...
6944048: VS2010 build failure in make/com/sun/java/pack: missing unpack200.exe.manifest
6944015: VS2010 build failure in awt_TextArea.cpp: ambiguous call to abs()
6936319: JDK build fails in awt_DnDDS.cpp with Visual Studio 2008/Platform SDK 7
6944516: Windows L&F is broken in SwingSet2, when JDK is built with the recent Windows SDK
Changes to enable building JDK7 with Microsoft Visual Studio 2010
Reviewed-by: ohair, art, ccheung, dcubed
2010-05-11 14:36: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
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
Alexander Potochkin
16e7bb5c19
6899405: Specification for JLayer.setLayerEventMask() should mention that eventDispatch() might not be called
...
Reviewed-by: peterz
2010-04-29 19:07:26 +04:00