anthony [Wed, 25 Mar 2009 13:37:08 +0300] rev 2471
6714678: IDE (Netbeans, Eclipse, JDeveloper) Debugger hangs process on Linux
Summary: Added the system property sun.awt.disablegrab
Reviewed-by: art, dcherepanov
rkennke [Tue, 24 Mar 2009 21:57:50 +0100] rev 2470
6809233: Modal dialog blocks calling thread after it is hidden and disposed
Summary: Send WakingRunnable to toolkit to prevent early cleanup.
Reviewed-by: art, son
dcherepanov [Mon, 23 Mar 2009 09:47:39 -0400] rev 2469
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
Reviewed-by: art, dav
dcherepanov [Mon, 23 Mar 2009 11:59:55 +0300] rev 2468
6516404: regression: Choice vertical scrollbar is not seen when the item in the choice is increased more than
Reviewed-by: art, dav
dcherepanov [Fri, 20 Mar 2009 08:41:43 -0400] rev 2467
6774258: api/java_awt/Component/index.html#PaintUpdate fails randomly
Reviewed-by: art
dcherepanov [Fri, 13 Mar 2009 18:07:13 +0300] rev 2466
6805897: Gap present between the choice and its drop down list in Jdk 7 build for a non resizable frame.
Reviewed-by: art, anthony
ant [Wed, 11 Mar 2009 16:11:31 +0300] rev 2465
6815946: regression: failed to build MToolkit
Reviewed-by: anthony
ant [Tue, 10 Mar 2009 18:33:29 +0300] rev 2464
6806217: implement synthetic focus model for MS Windows
Reviewed-by: art, dcherepanov
art [Wed, 04 Mar 2009 18:10:48 +0300] rev 2463
6784816: Remove AWT tree lock from Container methods: getComponent, getComponents, getComponentCount
Reviewed-by: anthony, dav
dcherepanov [Wed, 04 Mar 2009 13:05:56 +0300] rev 2462
6809227: poor performance on Panel.Add() method in jdk6
Reviewed-by: art, anthony
anthony [Tue, 03 Mar 2009 13:54:47 +0300] rev 2461
6811674: Container.setComponentZOrder throws NPE
Reviewed-by: art, dcherepanov
lana [Sun, 22 Feb 2009 12:26:39 -0800] rev 2460
Merge
anthony [Fri, 20 Feb 2009 17:34:16 +0300] rev 2459
6804747: Ensure consistent graphicsConfig member across components hierarchy
Reviewed-by: art, dcherepanov
dcherepanov [Thu, 19 Feb 2009 14:10:19 +0300] rev 2458
6806224: PIT : Getting java.lang.NullPointerException while opening Filedialog
Reviewed-by: art, dav
dcherepanov [Tue, 17 Feb 2009 14:44:58 +0300] rev 2457
6723941: Crash in sun.awt.windows.WToolkit.eventLoop()
Reviewed-by: art, ant
dcherepanov [Tue, 17 Feb 2009 14:30:52 +0300] rev 2456
6792023: Print suspends on Windows 2000 Pro since 6u12 b01
Reviewed-by: art, anthony
dcherepanov [Tue, 17 Feb 2009 14:27:03 +0300] rev 2455
6769607: PIT : Modal frame hangs for a while for few seconds in 6u12 b01 pit build
Reviewed-by: art, anthony
art [Tue, 17 Feb 2009 10:42:12 +0300] rev 2454
6806035: Fix for 6804680 is incomplete
Reviewed-by: yan
dcherepanov [Thu, 12 Feb 2009 18:24:35 +0300] rev 2453
6724890: Deadlock between AWT-EventQueue-1 and AWT-XAWT threads during IDE start
Reviewed-by: art, ant
art [Thu, 12 Feb 2009 17:27:39 +0300] rev 2452
6804680: Solaris AMD64 build fails after the fix for 6633275/7
Summary: addition to the fix for 6633275
Reviewed-by: yan
art [Wed, 11 Feb 2009 17:07:06 +0300] rev 2451
6633275: Need to support shaped/translucent windows
Summary: forward-port from 6u14, no public API is introduced
Reviewed-by: anthony, dcherepanov
tbell [Fri, 10 Apr 2009 15:30:37 -0700] rev 2450
Merge
valeriep [Mon, 06 Apr 2009 18:52:03 -0700] rev 2449
6440846: (cl) Deadlock between AppClassLoader and ExtClassLoader
Summary: Fixed a deadlock between the two class loaders
Reviewed-by: alanb
valeriep [Mon, 06 Apr 2009 18:46:20 -0700] rev 2448
4735126: (cl) ClassLoader.loadClass locks all instances in chain when delegating
Summary: Added support for parallel-capable class loaders
Reviewed-by: alanb
alanb [Mon, 06 Apr 2009 11:29:03 +0100] rev 2447
Merge
alanb [Mon, 06 Apr 2009 08:59:33 +0100] rev 2446
4890703: Support SDP (sol)
Reviewed-by: michaelm
alanb [Fri, 03 Apr 2009 22:10:36 +0100] rev 2445
6823609: (se) Selector.select hangs on Windows under load
Reviewed-by: sherman
alanb [Thu, 02 Apr 2009 19:47:24 +0100] rev 2444
6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low
Reviewed-by: sherman
alanb [Thu, 02 Apr 2009 16:31:44 +0100] rev 2443
6824141: test/java/rmi/activation/rmidViaInheritedChannel tests fail
Reviewed-by: peterjones
alanb [Thu, 02 Apr 2009 11:19:34 +0100] rev 2442
6666739: (ref) ReferenceQueue.poll() doesn't scale well
6711667: (ref) Update SoftReference timestamp only if clock advances
Summary: Forward port from 6u14; originally fixed by Tom Rodriguez in earlier update
Reviewed-by: martin