yan [Tue, 16 Jun 2009 00:37:39 -0700] rev 2954
Merge
dcherepanov [Mon, 15 Jun 2009 11:15:55 -0400] rev 2953
6847584: closed/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html fails
Reviewed-by: anthony
dcherepanov [Fri, 05 Jun 2009 17:30:05 +0400] rev 2952
6829180: Removing focused component from a window causes a JVM crash for JDK7b50+ on WinXP/Vista
Summary: access pData on the toolkit thread
Reviewed-by: art, anthony, naoto
anthony [Thu, 04 Jun 2009 15:18:46 +0400] rev 2951
6832386: Fix JTreg test: java/awt/Graphics/DrawImageBG/SystemBgColorTest.java
Summary: Removed unneeded System.exit(0) call.
Reviewed-by: art, ohair, anthony
Contributed-by: Omair Majid <omajid@redhat.com>
yan [Wed, 03 Jun 2009 17:41:05 +0400] rev 2950
6839645: Swing application prints message in Control Panel if language is changed
Summary: just remove debug printout from production builds; ignore multicharacter-generating keys
Reviewed-by: uta
tbell [Sun, 21 Jun 2009 23:52:58 -0700] rev 2949
Merge
tbell [Sun, 21 Jun 2009 12:02:14 -0700] rev 2948
6853336: (process) disable or remove clone-exec feature (6850720)
Summary: clone-exec feature (6850720) needs more work on 32-bit Linux
Reviewed-by: alanb, michaelm
Contributed-by: Martin Buchholz <martinrb@google.com>
martin [Sun, 14 Jun 2009 14:33:30 -0700] rev 2947
6511515: poor performance of LogRecord.inferCaller depending on java.lang.Throwable.getStackTraceElement
Summary: Allow random access to stack trace elements; retrieve only needed ones
Reviewed-by: swamyv
Contributed-by: jeremymanson@google.com
martin [Sun, 14 Jun 2009 14:23:22 -0700] rev 2946
6850720: (process) Use clone(CLONE_VM), not fork, on Linux to avoid swap exhaustion
Summary: Use clone(CLONE_VM) on Linux; Reluctantly implement execvpe.
Reviewed-by: michaelm
tbell [Thu, 11 Jun 2009 21:32:12 -0700] rev 2945
Merge
xuelei [Fri, 12 Jun 2009 09:00:38 +0800] rev 2944
6570344: Invalid RSA OID in sun.security.x509.AlgorithmId
Summary: change RSA OID to "2.5.8.1.1"
Reviewed-by: mullan
mullan [Wed, 10 Jun 2009 09:12:15 -0700] rev 2943
6845161: Bottleneck in Configuration.getConfiguration synchronized call
Summary: Reduce scope of synchronized block
Reviewed-by: weijun
weijun [Tue, 09 Jun 2009 14:17:05 +0800] rev 2942
6578647: Undefined requesting URL in java.net.Authenticator.getPasswordAuthentication()
Reviewed-by: chegar, valeriep
xuelei [Thu, 04 Jun 2009 11:28:03 +0800] rev 2941
6847459: Allow trust anchor self-issued intermediate version 1 and version 2 certificate
Reviewed-by: weijun
sherman [Fri, 29 May 2009 16:34:49 -0700] rev 2940
6808625: Incomplete code sample in Deflater javadoc
Summary: added compresser.end() into example
Reviewed-by: martin
jjg [Fri, 29 May 2009 16:27:26 -0700] rev 2939
6838199: remove support for old javap
Reviewed-by: ohair, mcimadamore
chegar [Fri, 29 May 2009 15:51:43 +0100] rev 2938
6807602: Increase MAX_BUFFER_LEN and MAX_HEAP_BUFFER_LEN on 64-bit Solaris and Linux
Reviewed-by: alanb
kamg [Wed, 27 May 2009 15:32:21 -0700] rev 2937
Merge
kamg [Wed, 27 May 2009 13:20:23 -0700] rev 2936
6838211: jdk docs creation broken for tracing docs
Summary: Fix javadoc makefile macro
Reviewed-by: ohair, jjg
mchung [Wed, 27 May 2009 13:02:00 -0700] rev 2935
Merge
mchung [Tue, 26 May 2009 18:09:32 -0700] rev 2934
6535104: TEST_BUG: FindDeadlocks.java fails intermittently.
Summary: Retry a few times to check thread status before reporting failure
Reviewed-by: swamyv
mchung [Tue, 26 May 2009 18:07:14 -0700] rev 2933
6512493: TEST_BUG: unexpected LockInfo failure in LockedSynchronizers.java
Summary: Retry a few times to check thread status before reporting failure
Reviewed-by: swamyv
mchung [Tue, 26 May 2009 18:02:44 -0700] rev 2932
5080203: TEST_BUG: ThreadStateTest fails intermittently.
Summary: Retry a few times to check thread status before reporting failure
Reviewed-by: swamyv
mchung [Tue, 26 May 2009 17:54:28 -0700] rev 2931
6798842: TEST_BUG: ThreadStackTrace.java fails intermittently with unexpected thread status.
Summary: remove @ignore
Reviewed-by: swamyv
mchung [Tue, 26 May 2009 17:47:57 -0700] rev 2930
6829636: test/java/util/logging/LoggingDeadlock2.java is flaky
Summary: remove @ignore
Reviewed-by: swamyv
xuelei [Wed, 27 May 2009 17:48:22 +0800] rev 2929
6845286: Add regression test for name constraints
Summary: create regression test cases on name constraints
Reviewed-by: weijun
jccollet [Tue, 26 May 2009 16:03:51 +0200] rev 2928
6726695: HttpURLConnection shoul support 'Expect: 100-contimue' headers for PUT
Summary: Added code triggered when 'Expect: 100-continue' header has been added
Reviewed-by: chegar
xuelei [Tue, 26 May 2009 16:43:22 +0800] rev 2927
6720721: CRL check with circular depency support needed
Summary: checking AKID of certificates and CRLs
Reviewed-by: mullan, weijun
xuelei [Tue, 26 May 2009 16:19:18 +0800] rev 2926
6822460: support self-issued certificate
Summary: checking self-issued certificate during certification path building
Reviewed-by: mullan, weijun
weijun [Tue, 26 May 2009 10:12:22 +0800] rev 2925
6844887: NPE in TextCallbackHandler
Reviewed-by: xuelei