xdono [Wed, 09 Apr 2008 11:18:55 -0700] rev 175
Added tag jdk7-b25 for changeset 41658053480c
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 174
Added tag jdk7-b25 for changeset bf2517e15f0c
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 173
Merge
duke [Wed, 05 Jul 2017 16:34:30 +0200] rev 172
Merge
jjg [Fri, 14 Mar 2008 16:09:30 -0700] rev 171
6638501: Regression with Javac in JDK6 U4 b03?
Summary: replace some String paths with File paths in Paths.java
Reviewed-by: ksrini
jjg [Thu, 13 Mar 2008 13:42:38 -0700] rev 170
6559315: Inconsistent non-standard Sun copyright in src/share/opensource/javac/doc/document.css
Summary: Remove obsolete files
Reviewed-by: mcimadamore
jjg [Wed, 12 Mar 2008 13:06:00 -0700] rev 169
6668794: javac puts localized text in raw diagnostics
6668796: bad diagnostic "bad class file" given for source files
Summary: Replace internal use of localized text with JCDiagnostic fragments; fix diagnostic for bad source file
Reviewed-by: mcimadamore
jjg [Tue, 11 Mar 2008 13:14:55 -0700] rev 168
6307187: clean up code for -Xlint:options
Summary: introduce common code for handling one-of and any-of options
Reviewed-by: mcimadamore
jjg [Thu, 06 Mar 2008 10:25:04 -0800] rev 167
6668802: javac handles diagnostics for last line badly, if line not terminated by newline
Summary: use CharBuffer.limit(), not the length of the backing array
Reviewed-by: mcimadamore
jjg [Thu, 06 Mar 2008 10:07:25 -0800] rev 166
4741726: allow Object += String
Summary: remove code in line with restriction removed from JLS
Reviewed-by: mcimadamore
Contributed-by: michaelbailey0@gmail.com
mcimadamore [Tue, 04 Mar 2008 15:45:20 +0000] rev 165
6663588: Compiler goes into infinite loop for Cyclic Inheritance test case
Summary: interplay between cyclic inheritance and tvar bounds hangs javac
Reviewed-by: jjg
mcimadamore [Tue, 04 Mar 2008 15:19:06 +0000] rev 164
6608214: Exception throw while analysing a file with error
Summary: bad error-recovery after bad type-variable bound is detected
Reviewed-by: jjg
mcimadamore [Tue, 04 Mar 2008 13:00:08 +0000] rev 163
6660289: declared bound in inner class referring a type variable of the outer class
Summary: NPE caused by a defect in type-variable attribution
Reviewed-by: jjg
mcimadamore [Tue, 04 Mar 2008 12:14:13 +0000] rev 162
6611449: Internal Error thrown during generic method/constructor invocation
Summary: type-inference should fail since lub is not defined for primitive types
Reviewed-by: jjg
mcimadamore [Mon, 03 Mar 2008 16:03:53 +0000] rev 161
6614974: javac successfully compiles code that throws java.lang.VerifyError when run
Summary: synthetic cast missing when translating autoboxing expressions
Reviewed-by: jjg
mr [Fri, 29 Feb 2008 20:04:03 -0800] rev 160
6669216: Add jcheck configuration directories
Reviewed-by: ohair, xdono
xdono [Tue, 04 Dec 2007 16:28:45 -0800] rev 159
Added tag jdk7-b24 for changeset 06bc494ca11e
duke [Wed, 05 Jul 2017 16:34:27 +0200] rev 158
Merge
ohair [Tue, 04 Mar 2008 10:58:50 -0800] rev 157
6652588: Fix broken JPRT makefile target, no bundle saved
Summary: jprt make rules were missing the bundle logic
Reviewed-by: xdono
mr [Fri, 29 Feb 2008 20:03:59 -0800] rev 156
6669216: Add jcheck configuration directories
Reviewed-by: ohair, xdono
xdono [Tue, 04 Dec 2007 16:28:24 -0800] rev 155
Added tag jdk7-b24 for changeset 474761f14bca
duke [Wed, 05 Jul 2017 16:34:23 +0200] rev 154
Merge
ohair [Tue, 04 Mar 2008 10:58:04 -0800] rev 153
6652588: Fix broken JPRT makefile target, no bundle saved
Summary: jprt make rules missing the bundle up of the output
Reviewed-by: xdono
mr [Fri, 29 Feb 2008 20:03:59 -0800] rev 152
6669216: Add jcheck configuration directories
Reviewed-by: ohair, xdono
xdono [Tue, 04 Dec 2007 16:28:22 -0800] rev 151
Added tag jdk7-b24 for changeset 7f561c08de6b
duke [Wed, 05 Jul 2017 16:34:21 +0200] rev 150
Merge
ohair [Tue, 25 Mar 2008 14:42:28 -0700] rev 149
6627817: Remove ^M characters in all files (Makefiles too)
Summary: Some files included the use of the ^M character, which has been deleted
Reviewed-by: xdono
ohair [Thu, 06 Mar 2008 13:56:47 -0800] rev 148
6624808: corba makefiles not using langtools compiler
Summary: If supplied, the langtools javac should be used.
Reviewed-by: xdono
mr [Fri, 29 Feb 2008 20:03:57 -0800] rev 147
6669216: Add jcheck configuration directories
Reviewed-by: ohair, xdono
xdono [Tue, 04 Dec 2007 16:28:13 -0800] rev 146
Added tag jdk7-b24 for changeset 02bb8761fcce
duke [Wed, 05 Jul 2017 16:34:18 +0200] rev 145
Merge
xdono [Thu, 27 Mar 2008 12:09:50 -0700] rev 144
Merge
ohair [Wed, 26 Mar 2008 17:48:05 -0700] rev 143
Merge
ohair [Tue, 25 Mar 2008 14:40:43 -0700] rev 142
6627817: Remove ^M characters in all files (Makefiles too)
Summary: Some files included the use of the ^M character, which has been deleted.
Reviewed-by: xdono
ohair [Wed, 19 Mar 2008 13:26:29 -0700] rev 141
6611629: Avoid hardcoded cygwin paths for memory detection
Summary: Use free with sygwin, mem or systeminfo otherwise, to get MB_OF_MEMORY on windows.
Reviewed-by: tbell
ohair [Tue, 18 Mar 2008 11:08:09 -0700] rev 140
6654458: /java/devtools findbugs doesn't work on windows
Summary: Changes to both ant and findbugs version checking.
Reviewed-by: tbell
ohair [Tue, 18 Mar 2008 11:06:34 -0700] rev 139
6674232: OPENJDK=false is same as OPENJDK=true
Summary: OPENJDK should be empty (undefined) or "true".
Reviewed-by: tbell
ohair [Tue, 18 Mar 2008 11:04:42 -0700] rev 138
6611788: chmod a+x bin/winver.exe in make/tools/winver/Makefile fails on a read only file system
Summary: Tell Mercurial this file has execute permission.
Reviewed-by: tbell
ohair [Tue, 18 Mar 2008 11:03:27 -0700] rev 137
6674226: Warning errors in freetypecheck
Summary: Just corrected some C code to remove warning errors from gcc.
Reviewed-by: tbell
yan [Mon, 24 Mar 2008 06:33:16 -0700] rev 136
Merge
ant [Fri, 21 Mar 2008 09:54:50 +0300] rev 135
6599270: Using EmbeddedFrame in SWT leads to a hang
Summary: Excluding EmbeddedFrame from the workaround of activating a toplevel in not foreground process.
Reviewed-by: son
ant [Thu, 20 Mar 2008 18:06:41 +0300] rev 134
6598089: JDK 7: AWT often goes into busy loop when showing dialog
Summary: Preventing focus from getting in an endless loop.
Reviewed-by: son
son [Thu, 20 Mar 2008 16:21:44 +0300] rev 133
6630878: clean target in sun/xawt is incomplete
Summary: clean target should remove .gen_icons
Reviewed-by: yan
ant [Thu, 20 Mar 2008 14:26:38 +0300] rev 132
Merge
ant [Wed, 19 Mar 2008 16:23:50 +0300] rev 131
6567410: PIT : java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java fails
Summary: A filter flag has been added to the HCBT focus hook.
Reviewed-by: dcherepanov
anthony [Thu, 20 Mar 2008 11:09:16 +0300] rev 130
4993545: NativeInLightFixer adds asynchronousity
Summary: All the hooks related to the NativeInLightFixer have been moved to the HW/LW mixing handling methods. The NativeInLightFixer itself has been removed.
Reviewed-by: son, alexp
anthony [Tue, 18 Mar 2008 16:19:03 +0300] rev 129
6589527: Window and Frame instances can hide their "Applet Warning"
Summary: Additional constraints have been added for the setBounds() operation.
Reviewed-by: son, art
anthony [Tue, 18 Mar 2008 15:07:42 +0300] rev 128
6581927: REG : Non focusable frame can be minimized to very small & Frame icon can be seen on frame buttons.
Summary: The SWP_NOSENDCHANGING flag should not be passed to the ::SetWindowPos() WinAPI function when we receive the WM_MOUSEMOVE message while manually handling the resizing of non-focusable frames.
Reviewed-by: son, ant