2721 Commits

Author SHA1 Message Date
Phil Race
5cec564989 Merge 2010-05-19 09:46:11 -07:00
Phil Race
ca5f8bd9bb 6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
Reviewed-by: ohair, art
2010-05-19 09:45:05 -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
Lana Steuck
4d3c7263af Merge 2010-05-18 11:29:45 -07:00
Anthony Petrov
5545514e60 6953275: Many Swing tests are failing because of a GTK lib
Reviewed-by: art, dcherepanov
2010-05-18 19:35:41 +04:00
Yuka Kamiya
3ee6427a9c 6953294: Fix for 6909002 was incorrectly merged
Reviewed-by: okutsu
2010-05-18 16:40:53 +09: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
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
John R Rose
8fff72a23b Merge 2010-05-13 20:01:34 -07:00
Michael Wilkerson
24b484a015 Added tag jdk7-b93 for changeset e415207ac256 2010-05-13 13:22:22 -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
Michael Wilkerson
f31c907f3c Merge 2010-05-12 17:19:58 -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
Lana Steuck
c13a42c0d1 Merge 2010-05-11 16:33:05 -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
Michael Wilkerson
41ac1559fb Added tag jdk7-b92 for changeset d36af409752e 2010-05-06 18:26:09 -07: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
Michael Wilkerson
7320b42880 Added tag jdk7-b91 for changeset bafb4ec71cd3 2010-04-29 14:32:53 -07:00
Michael Wilkerson
d58a26a190 Merge 2010-04-29 13:53:09 -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