lana [Thu, 16 Sep 2010 11:20:36 -0700] rev 6602
Merge
jjg [Thu, 16 Sep 2010 09:57:37 -0700] rev 6601
6985115: tests create too much output
Reviewed-by: mcimadamore
jjg [Thu, 16 Sep 2010 09:56:25 -0700] rev 6600
6985181: Annotations lost from classfile
Reviewed-by: mcimadamore
jjg [Mon, 13 Sep 2010 11:40:58 -0700] rev 6599
6978974: [langtools] <findbugs> task should use ${target.java.home}
Reviewed-by: mcimadamore
jjg [Mon, 13 Sep 2010 11:35:27 -0700] rev 6598
6965264: langtools build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
Reviewed-by: mcimadamore
Contributed-by: jesse.glick@oracle.com
jjg [Thu, 09 Sep 2010 13:31:28 -0700] rev 6597
6983239: TreeScanner does not scan default value for method
Reviewed-by: mcimadamore
sundar [Thu, 09 Sep 2010 09:42:45 +0530] rev 6596
6900149: IllegalStateException when compiling same files and DiagnosticListener is set.
Reviewed-by: jjg
ohair [Tue, 07 Sep 2010 15:49:48 -0700] rev 6595
Merge
mcimadamore [Tue, 07 Sep 2010 17:33:43 +0100] rev 6594
6970584: Flow.java should be more error-friendly
Summary: Added a post-attribution visitor that fixup uninitialized types/symbol in AST after erroneous attribution
Reviewed-by: jjg
mcimadamore [Tue, 07 Sep 2010 17:32:52 +0100] rev 6593
6981185: com.sun.tools.model.JavacTypes.contains() calls Type.contains instead of Types.containsType
Summary: wrong implementation is causing trivial containment tests to fail unexpectedly (when such tests are executed using compiler API)
Reviewed-by: jjg
mcimadamore [Tue, 07 Sep 2010 17:32:27 +0100] rev 6592
6979327: method handle invocation should use casts instead of type parameters to specify return type
Summary: infer return type for polymorphic signature calls according to updated JSR 292 draft
Reviewed-by: jjg
Contributed-by: john.r.rose@oracle.com
mcimadamore [Tue, 07 Sep 2010 17:31:54 +0100] rev 6591
6337171: javac should create bridge methods when type variable bounds restricted
Summary: javac should add synthetic overrides for inherited abstract methods in order to preserve binary compatibility
Reviewed-by: jjg
jjg [Mon, 06 Sep 2010 12:55:09 -0700] rev 6590
6930507: Symbols for anonymous and local classes made too late for use by java tree API
Reviewed-by: mcimadamore
lana [Fri, 03 Sep 2010 12:00:21 -0700] rev 6589
Merge
lana [Thu, 02 Sep 2010 22:11:39 -0700] rev 6588
Merge
sundar [Fri, 03 Sep 2010 12:36:43 +0530] rev 6587
6956462: AssertionError exception thrown in the Compiler Tree API in JDK 7.
Reviewed-by: jjg
sundar [Fri, 03 Sep 2010 11:25:43 +0530] rev 6586
6458823: Messager messages on TypeParamterElements to not include position information.
Reviewed-by: jjg
jjg [Thu, 02 Sep 2010 18:26:21 -0700] rev 6585
6921495: spurious semicolons in class def cause empty NOPOS blocks
Reviewed-by: mcimadamore
sundar [Thu, 02 Sep 2010 23:10:05 +0530] rev 6584
6458749: TypeParameterElement.getEnclosedElements throws NPE within javac.
Reviewed-by: jjg
jrose [Wed, 01 Sep 2010 03:19:16 -0700] rev 6583
6979683: inconsistent interaction of reference cast with box/unbox conversions leaves out a useful case
Summary: Allow casts which narrow and then unbox.
Reviewed-by: mcimadamore
jjg [Mon, 30 Aug 2010 18:03:35 -0700] rev 6582
6403465: javac should defer diagnostics until it can be determined they are persistent
Reviewed-by: mcimadamore, darcy
jjg [Fri, 27 Aug 2010 17:59:08 -0700] rev 6581
6980707: Reduce use of IOException in JavaCompiler
Reviewed-by: darcy
jjg [Fri, 27 Aug 2010 17:21:17 -0700] rev 6580
6570730: com.sun.source.tree.ModifiersTree.getFlags() should return class type
Reviewed-by: mcimadamore
jjg [Fri, 27 Aug 2010 17:14:51 -0700] rev 6579
6980724: test/tools/javac/InterfaceAssert.java sometimes fails
Reviewed-by: darcy
jjg [Thu, 26 Aug 2010 16:13:33 -0700] rev 6578
6980017: javap -XDdetail:source behaves badly if source not available.
Reviewed-by: ksrini
jjg [Thu, 26 Aug 2010 15:17:17 -0700] rev 6577
6604599: ToolProvider should be less compiler-specific
Reviewed-by: darcy
naoto [Wed, 25 Aug 2010 15:31:46 -0700] rev 6576
6875847: Java Locale Enhancement
Summary: Fix for javac to allow "sun.util.locale" package accessible.
Reviewed-by: jjg
jjg [Wed, 25 Aug 2010 11:40:25 -0700] rev 6575
6960424: new option -Xpkginfo for better control of when package-info.class is generated
Reviewed-by: mcimadamore
jjg [Wed, 25 Aug 2010 11:24:30 -0700] rev 6574
6979564: ":" for path separator in dist/bin/javac does not work on Windows
Reviewed-by: jjh
jjg [Tue, 24 Aug 2010 15:09:21 -0700] rev 6573
6929404: Filer.getResource(SOURCE_PATH, ...) does not work when -sourcepath contains >1 entry
Reviewed-by: darcy