duke [Wed, 05 Jul 2017 17:21:29 +0200] rev 6362
Merge
cl [Thu, 09 Sep 2010 13:49:03 -0700] rev 6361
Merge
cl [Fri, 03 Sep 2010 12:50:19 -0700] rev 6360
Added tag jdk7-b108 for changeset 44d515c5b5b6
ohair [Tue, 07 Sep 2010 15:14:49 -0700] rev 6359
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
Reviewed-by: kamg
lana [Sun, 29 Aug 2010 22:42:08 -0700] rev 6358
Merge
lana [Mon, 23 Aug 2010 19:14:55 -0700] rev 6357
Merge
jjg [Mon, 23 Aug 2010 15:13:33 -0700] rev 6356
6976747: JCDiagnostic: replace "boolean mandatory" with new "Set<JCDiagnostic.Flag>"
Reviewed-by: mcimadamore
jjg [Mon, 23 Aug 2010 11:56:53 -0700] rev 6355
6975005: improve JavacProcessingEnvironment.Round abstraction
Reviewed-by: darcy
mcimadamore [Mon, 23 Aug 2010 17:00:07 +0100] rev 6354
6978574: return statement in try block with multi-catch causes ClassFormatError
Summary: Wrong nested loops in Gen.java causes javac to generate bad bytecode
Reviewed-by: jjg
mcimadamore [Mon, 23 Aug 2010 16:59:30 +0100] rev 6353
6932571: Compiling Generics causing Inconvertible types
Summary: Types.rewriteQuantifiers() does not work well with recursive type-variable bounds
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:54:25 +0100] rev 6352
6977800: Regression: invalid resolution of supertype for local class
Summary: resolution of superclass/superinterfaces in extends/implements clause skips local classes
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:52:58 +0100] rev 6351
6885255: Improve usability of raw warnings
Summary: raw warnings should be disabled in (i) instanceof expressions and (ii) when java.lang.Class is not parameterized
Reviewed-by: jjg
mcimadamore [Thu, 19 Aug 2010 11:50:50 +0100] rev 6350
6886247: regression: javac crashes with an assertion error in Attr.java
Summary: capture conversion does not work on nested types
Reviewed-by: jjg
jjg [Mon, 16 Aug 2010 14:59:21 -0700] rev 6349
6976833: options included twice in Example SimpleCompiler
Reviewed-by: darcy
mcimadamore [Mon, 16 Aug 2010 14:58:10 +0100] rev 6348
6369605: Unconstrained type variables fails to include bounds
Summary: unconstrained type-variables with recursive bounds are not inferred properly
Reviewed-by: jjg