mcimadamore [Wed, 15 Oct 2008 17:23:55 +0100] rev 1476
6759682: APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message
Summary: JavacMessages should refresh its own bundle cache when a new resource bundle is added by APT
Reviewed-by: jjg
jjg [Wed, 15 Oct 2008 08:07:59 -0700] rev 1475
6748541: javadoc should be reusable
Reviewed-by: bpatel
mcimadamore [Tue, 14 Oct 2008 17:05:48 +0100] rev 1474
6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed
Summary: push for 6406133 should have removed com.sun.tools.javac.util.Messages
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:21:04 +0100] rev 1473
6586091: javac crashes with StackOverflowError
Summary: Types.adapt should avoid infinite loops by exploiting a local cache
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:19:13 +0100] rev 1472
6731573: diagnostic output should optionally include source line
Summary: Added an -XD option to optionally prints out source lines in error messages
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:07:38 +0100] rev 1471
6406133: JCDiagnostic.getMessage ignores locale argument
Summary: Compiler API should take into account locale settings
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:04:29 +0100] rev 1470
6724345: incorrect method resolution for enum classes entered as source files
Summary: Enum's abstract methods shouldn't be skipped during method resolution
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 16:02:29 +0100] rev 1469
6738538: javac crashes when using a type parameter as a covariant method return type
Summary: Capture conversion should be applied when acccessing a member of an intersection type
Reviewed-by: jjg
mcimadamore [Thu, 09 Oct 2008 15:56:20 +0100] rev 1468
6751514: Unary post-increment with type variables crash javac during lowering
Summary: Lower.abstractRval should take into account parenthesized expressions
Reviewed-by: jjg
jjg [Tue, 07 Oct 2008 15:39:19 -0700] rev 1467
6749967: regression tests for apt should be same-vm friendly
Reviewed-by: darcy