jjg [Thu, 29 Jul 2010 19:27:11 -0700] rev 6158
6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
Reviewed-by: darcy
jjg [Thu, 29 Jul 2010 18:06:34 -0700] rev 6157
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
Reviewed-by: darcy
mcimadamore [Thu, 29 Jul 2010 15:57:43 +0100] rev 6156
6970833: Try-with-resource implementation throws an NPE during Flow analysis
Summary: Updated logic not to rely upon Symbol.implementation (which check in superinterfaces)
Reviewed-by: jjg
mcimadamore [Thu, 29 Jul 2010 15:57:18 +0100] rev 6155
6972747: CheckExamples fail when assertions are enabled
Summary: The test calls the wrong version of JavacMessage constructor
Reviewed-by: jjg
mcimadamore [Thu, 29 Jul 2010 15:56:25 +0100] rev 6154
6938454: Unable to determine generic type in program that compiles under Java 6
Summary: a redundant dubtyping check causes spurious inference failure
Reviewed-by: jjg
jjg [Tue, 27 Jul 2010 11:52:11 -0700] rev 6153
6403456: -Werror should work with annotation processing
Reviewed-by: darcy
jjg [Tue, 27 Jul 2010 11:32:03 -0700] rev 6152
6972327: JCTree.pos incorrect for annotations without modifiers and package
Reviewed-by: mcimadamore
Contributed-by: jan.lahoda@sun.com