yan [Wed, 17 Jun 2009 23:27:56 -0700] rev 2957
Merge
peytoia [Sat, 13 Jun 2009 06:43:54 +0900] rev 2956
6850113: Bidi class needs to be updated to support Unicode 5.1
Reviewed-by: okutsu
andrew [Wed, 17 Jun 2009 21:13:04 +0100] rev 2955
6851515: awt_p.h incorporates a chunk of the XRender header
Summary: Use XRender header directly rather than copying chunks locally
Reviewed-by: anthony, ohair
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