1893 Commits

Author SHA1 Message Date
Pavel Porvatov
04c87a2d5e 6938481: 4906607 is not fixed for NIMBUS L&F
Reviewed-by: alexp
2010-05-17 17:23:18 +04: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
John R Rose
07ee2dd259 6939196: method handle signatures off the boot class path get linkage errors
Remove workaround from MethodHandleImpl lookup code; add JUnit regression test to MethodHandlesTest.

Reviewed-by: twisti
2010-05-03 23:32:47 -07:00
Lana Steuck
fadbc27979 Merge 2010-05-02 15:54:20 -07:00
John R Rose
0d30a781cf 6939134: JSR 292 adjustments to method handle invocation
Split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces

Reviewed-by: twisti
2010-04-30 23:48:23 -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
Alexander Potochkin
98a42c6444 6899453: Remove unnecessary methods from LayerUI
Reviewed-by: peterz
2010-04-29 18:56:26 +04:00
Alexander Potochkin
ac7a6db631 6899413: Fix for CR #6878399 should be refactored
Reviewed-by: peterz
2010-04-29 18:38:25 +04: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
Costantino Cerbo
c21ea1a6d8 6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
Introduce a GTK-based alternative implementation of the FileDialogPeer on X11

Reviewed-by: anthony, peterz
2010-04-28 17:16:05 +04: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
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