Tue, 12 Feb 2008 16:07:46 -0800 6659981: +ParallelRefProcEnabled crashes on single core platform
ysr [Tue, 12 Feb 2008 16:07:46 -0800] rev 178
6659981: +ParallelRefProcEnabled crashes on single core platform Summary: Disable parallel reference processing when there are no worker threads Reviewed-by: apetrusenko, pbk, jmasa, tonyp
Mon, 11 Feb 2008 15:40:07 -0800 6624782: Bigapps crashes during CMS precleaning.
jmasa [Mon, 11 Feb 2008 15:40:07 -0800] rev 177
6624782: Bigapps crashes during CMS precleaning. Summary: Lowered optimization level for files instanceKlass.cpp and objArrayKlass.cpp Reviewed-by: ysr
Wed, 09 Apr 2008 11:18:58 -0700 Added tag jdk7-b25 for changeset 408b55da75b0
xdono [Wed, 09 Apr 2008 11:18:58 -0700] rev 176
Added tag jdk7-b25 for changeset 408b55da75b0
Wed, 09 Apr 2008 11:18:55 -0700 Added tag jdk7-b25 for changeset 41658053480c
xdono [Wed, 09 Apr 2008 11:18:55 -0700] rev 175
Added tag jdk7-b25 for changeset 41658053480c
Wed, 05 Jul 2017 16:34:33 +0200 Added tag jdk7-b25 for changeset bf2517e15f0c
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 174
Added tag jdk7-b25 for changeset bf2517e15f0c
Wed, 05 Jul 2017 16:34:33 +0200 Merge jdk7-b25
duke [Wed, 05 Jul 2017 16:34:33 +0200] rev 173
Merge
Wed, 05 Jul 2017 16:34:30 +0200 Merge
duke [Wed, 05 Jul 2017 16:34:30 +0200] rev 172
Merge
Fri, 14 Mar 2008 16:09:30 -0700 6638501: Regression with Javac in JDK6 U4 b03?
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
Thu, 13 Mar 2008 13:42:38 -0700 6559315: Inconsistent non-standard Sun copyright in src/share/opensource/javac/doc/document.css
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
Wed, 12 Mar 2008 13:06:00 -0700 6668794: javac puts localized text in raw diagnostics
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
Tue, 11 Mar 2008 13:14:55 -0700 6307187: clean up code for -Xlint:options
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
Thu, 06 Mar 2008 10:25:04 -0800 6668802: javac handles diagnostics for last line badly, if line not terminated by newline
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
Thu, 06 Mar 2008 10:07:25 -0800 4741726: allow Object += String
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
Tue, 04 Mar 2008 15:45:20 +0000 6663588: Compiler goes into infinite loop for Cyclic Inheritance test case
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
Tue, 04 Mar 2008 15:19:06 +0000 6608214: Exception throw while analysing a file with error
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
Tue, 04 Mar 2008 13:00:08 +0000 6660289: declared bound in inner class referring a type variable of the outer class
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
Tue, 04 Mar 2008 12:14:13 +0000 6611449: Internal Error thrown during generic method/constructor invocation
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
Mon, 03 Mar 2008 16:03:53 +0000 6614974: javac successfully compiles code that throws java.lang.VerifyError when run
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
Fri, 29 Feb 2008 20:04:03 -0800 6669216: Add jcheck configuration directories
mr [Fri, 29 Feb 2008 20:04:03 -0800] rev 160
6669216: Add jcheck configuration directories Reviewed-by: ohair, xdono
Tue, 04 Dec 2007 16:28:45 -0800 Added tag jdk7-b24 for changeset 06bc494ca11e
xdono [Tue, 04 Dec 2007 16:28:45 -0800] rev 159
Added tag jdk7-b24 for changeset 06bc494ca11e
Wed, 05 Jul 2017 16:34:27 +0200 Merge
duke [Wed, 05 Jul 2017 16:34:27 +0200] rev 158
Merge
Tue, 04 Mar 2008 10:58:50 -0800 6652588: Fix broken JPRT makefile target, no bundle saved
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
Fri, 29 Feb 2008 20:03:59 -0800 6669216: Add jcheck configuration directories
mr [Fri, 29 Feb 2008 20:03:59 -0800] rev 156
6669216: Add jcheck configuration directories Reviewed-by: ohair, xdono
Tue, 04 Dec 2007 16:28:24 -0800 Added tag jdk7-b24 for changeset 474761f14bca
xdono [Tue, 04 Dec 2007 16:28:24 -0800] rev 155
Added tag jdk7-b24 for changeset 474761f14bca
Wed, 05 Jul 2017 16:34:23 +0200 Merge
duke [Wed, 05 Jul 2017 16:34:23 +0200] rev 154
Merge
Tue, 04 Mar 2008 10:58:04 -0800 6652588: Fix broken JPRT makefile target, no bundle saved
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
Fri, 29 Feb 2008 20:03:59 -0800 6669216: Add jcheck configuration directories
mr [Fri, 29 Feb 2008 20:03:59 -0800] rev 152
6669216: Add jcheck configuration directories Reviewed-by: ohair, xdono
Tue, 04 Dec 2007 16:28:22 -0800 Added tag jdk7-b24 for changeset 7f561c08de6b
xdono [Tue, 04 Dec 2007 16:28:22 -0800] rev 151
Added tag jdk7-b24 for changeset 7f561c08de6b
Wed, 05 Jul 2017 16:34:21 +0200 Merge
duke [Wed, 05 Jul 2017 16:34:21 +0200] rev 150
Merge
Tue, 25 Mar 2008 14:42:28 -0700 6627817: Remove ^M characters in all files (Makefiles too)
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
(0) -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip