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