ohair [Wed, 06 May 2009 11:27:39 -0700] rev 2832
6837665: Deal with windows ant problem where commas in -D options do not work
Reviewed-by: xdono
aph [Mon, 20 Apr 2009 19:00:51 +0100] rev 2831
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
Summary: Correct fallout from 100028 patch
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>
aph [Fri, 17 Apr 2009 15:55:53 +0100] rev 2830
6829575: 100028: Debug information is incomplete or missing
Summary: Enable debugging in many places
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>
vasya [Thu, 14 May 2009 10:58:01 -0700] rev 2829
Added tag jdk7-b59 for changeset bb13aa7f099b
duke [Wed, 05 Jul 2017 16:53:43 +0200] rev 2828
Merge
ohair [Tue, 19 May 2009 18:09:31 -0700] rev 2827
6733313: corba build warnings: /bin/sh: gcc: not found
Reviewed-by: tbell
ohair [Tue, 19 May 2009 17:38:09 -0700] rev 2826
6843041: Remove duplicate README files in repositories (make/README)
Reviewed-by: robilad
ohair [Fri, 15 May 2009 13:18:10 -0700] rev 2825
Merge
ohair [Fri, 08 May 2009 16:42:11 -0700] rev 2824
Merge
ohair [Thu, 26 Mar 2009 16:47:41 -0700] rev 2823
6822374: Windows: detect X64 when PROCESSOR_IDENTIFIER contains EM64T or Intel64
6822913: Consolidate make/jprt.config files, let JPRT manage this file make it optional in repos
Reviewed-by: tbell
vasya [Thu, 14 May 2009 10:57:56 -0700] rev 2822
Added tag jdk7-b59 for changeset a6cb451eede5
duke [Wed, 05 Jul 2017 16:53:40 +0200] rev 2821
Merge
yan [Tue, 09 Jun 2009 23:47:38 -0700] rev 2820
Merge
yan [Mon, 01 Jun 2009 01:06:28 -0700] rev 2819
Merge
rupashka [Thu, 28 May 2009 18:11:07 +0400] rev 2818
6845805: Test for CR 6713352 is failed under Linux
Reviewed-by: malenkov
rupashka [Fri, 15 May 2009 17:26:45 +0400] rev 2817
6713352: Deadlock in JFileChooser with synchronized custom FileSystemView
Reviewed-by: malenkov, peterz
peterz [Fri, 15 May 2009 12:06:22 +0400] rev 2816
6827581: Contextkey does not work in Nimbus
Reviewed-by: rupashka
peterz [Thu, 14 May 2009 18:12:13 +0400] rev 2815
6741426: ClassCastException from ComboBoxEditableState (Nimbus LaF) in JDK 1.6.0_10 RC
Reviewed-by: rupashka
yan [Thu, 14 May 2009 00:17:25 -0700] rev 2814
Merge
peytoia [Tue, 12 May 2009 15:21:55 +0900] rev 2813
6834474: (tz) Support tzdata2009g
Reviewed-by: okutsu
yan [Mon, 01 Jun 2009 01:05:22 -0700] rev 2812
Merge
dav [Mon, 25 May 2009 18:22:23 +0400] rev 2811
6844750: Solaris build failed after 6799099
Reviewed-by: yan
dav [Fri, 22 May 2009 16:09:45 +0400] rev 2810
6799099: All automatic regression tests that create Robot fail on X11
Reviewed-by: art, ant
ant [Thu, 21 May 2009 15:04:23 +0400] rev 2809
6833019: KeyboardFocusManager.getCurrentKeyboardFocusManager() throws unspecified HeadlessException
Reviewed-by: art
art [Thu, 21 May 2009 12:29:25 +0400] rev 2808
6794764: Translucent windows are completely repainted on every paint event, on Windows
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
anthony [Tue, 19 May 2009 17:03:13 +0400] rev 2807
6839999: Cumulative fix for 6762511 and 6838003
Summary: Adds support for ARGB and ABGR X11 surfaces.
Reviewed-by: art, yan
anthony [Tue, 19 May 2009 14:43:49 +0400] rev 2806
6833444: _BOOTDIR1/_BOOTDIR2 on MS Windows should be consistent with other platforms
Summary: Added optional _BOOTDIR3 that provides the J: path for the BOOTDIR on Windows
Reviewed-by: ohair, xdono
anthony [Tue, 19 May 2009 14:14:31 +0400] rev 2805
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
Summary: The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov