Thu, 10 Mar 2011 20:51:07 -0800 Merge
lana [Thu, 10 Mar 2011 20:51:07 -0800] rev 8638
Merge
Mon, 07 Mar 2011 13:45:06 -0800 6980021: javac should document @file command line option
jjg [Mon, 07 Mar 2011 13:45:06 -0800] rev 8637
6980021: javac should document @file command line option Reviewed-by: mcimadamore
Mon, 07 Mar 2011 11:37:54 -0800 Merge
lana [Mon, 07 Mar 2011 11:37:54 -0800] rev 8636
Merge
Mon, 07 Mar 2011 14:31:50 +0000 7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes
mcimadamore [Mon, 07 Mar 2011 14:31:50 +0000] rev 8635
7020044: Project Coin: diamond erroneous allowed on some anonymous inner classes Summary: Disallow diamond on anonymous innner class creation expression (as per JSR 334's EDR) Reviewed-by: jjg
Mon, 07 Mar 2011 14:11:48 +0000 7024568: Very long method resolution causing OOM error
mcimadamore [Mon, 07 Mar 2011 14:11:48 +0000] rev 8634
7024568: Very long method resolution causing OOM error Summary: Resolve.findMethod scans same receiver type more than once in certain inheritance graphs Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
Fri, 04 Mar 2011 19:59:04 -0800 6964914: javadoc does not output number of warnings using user written doclet
jjg [Fri, 04 Mar 2011 19:59:04 -0800] rev 8633
6964914: javadoc does not output number of warnings using user written doclet Reviewed-by: bpatel
Fri, 04 Mar 2011 19:56:02 -0800 6227454: package.html and overview.html may not be read fully
jjg [Fri, 04 Mar 2011 19:56:02 -0800] rev 8632
6227454: package.html and overview.html may not be read fully Reviewed-by: bpatel
Fri, 04 Mar 2011 19:53:03 -0800 6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and related cleanup
jjg [Fri, 04 Mar 2011 19:53:03 -0800] rev 8631
6866185: Util.getPackageSourcePath should use lastIndexOf not indexOf and related cleanup Reviewed-by: bpatel
Fri, 04 Mar 2011 11:33:37 -0800 6966736: javac verbose output is inconsistent
jjg [Fri, 04 Mar 2011 11:33:37 -0800] rev 8630
6966736: javac verbose output is inconsistent Reviewed-by: mcimadamore
Thu, 03 Mar 2011 18:05:52 +0000 7024212: TestWarnErrorCount fails
mcimadamore [Thu, 03 Mar 2011 18:05:52 +0000] rev 8629
7024212: TestWarnErrorCount fails Summary: TestWarnErrorCount should be executed with -Xlint:all,-path to avoid spurious failures Reviewed-by: jjg
Thu, 03 Mar 2011 17:34:58 +0000 7022054: Invalid compiler error on covariant overriding methods with the same erasure
mcimadamore [Thu, 03 Mar 2011 17:34:58 +0000] rev 8628
7022054: Invalid compiler error on covariant overriding methods with the same erasure Summary: Rules for method clash use notion of subsignature, which is sometimes too strict and incompatible with JDK 6 Reviewed-by: jjg
Thu, 03 Mar 2011 17:32:35 +0000 7023703: Valid code doesn't compile
mcimadamore [Thu, 03 Mar 2011 17:32:35 +0000] rev 8627
7023703: Valid code doesn't compile Summary: leftovers cause problems when analyzing loops in Flow.java Reviewed-by: jjg
Thu, 03 Mar 2011 09:43:24 +0000 7023233: False positive for -Xlint:try with nested try with resources blocks
mcimadamore [Thu, 03 Mar 2011 09:43:24 +0000] rev 8626
7023233: False positive for -Xlint:try with nested try with resources blocks Summary: Wrong lint warning issued about unused resource when nested try-with-resource blocks are found Reviewed-by: jjg
Wed, 02 Mar 2011 21:13:55 -0800 6639645: Modeling type implementing missing interfaces
jjg [Wed, 02 Mar 2011 21:13:55 -0800] rev 8625
6639645: Modeling type implementing missing interfaces Reviewed-by: darcy, mcimadamore
Wed, 02 Mar 2011 21:06:17 -0800 6986892: confusing warning given after errors in annotation processing
jjg [Wed, 02 Mar 2011 21:06:17 -0800] rev 8624
6986892: confusing warning given after errors in annotation processing Reviewed-by: darcy
Wed, 02 Mar 2011 14:03:38 -0800 6986895: compiler gives misleading message for no input files
jjg [Wed, 02 Mar 2011 14:03:38 -0800] rev 8623
6986895: compiler gives misleading message for no input files Reviewed-by: darcy
Wed, 02 Mar 2011 10:56:39 +0000 6541876: "Enclosing Instance" error new in 1.6
mcimadamore [Wed, 02 Mar 2011 10:56:39 +0000] rev 8622
6541876: "Enclosing Instance" error new in 1.6 Summary: unqualified 'this' should not be selected in a qualified super() call in a default constructor Reviewed-by: jjg
Tue, 01 Mar 2011 12:00:06 -0800 7021183: 269: assertion failure getting enclosing element of an undefined name
jjg [Tue, 01 Mar 2011 12:00:06 -0800] rev 8621
7021183: 269: assertion failure getting enclosing element of an undefined name Reviewed-by: mcimadamore
Mon, 28 Feb 2011 13:42:24 -0800 7022711: compiler crash in try-with-resources
jjg [Mon, 28 Feb 2011 13:42:24 -0800] rev 8620
7022711: compiler crash in try-with-resources Reviewed-by: mcimadamore
Mon, 28 Feb 2011 13:37:48 -0800 7022741: warning counts are wrong after anno processing
jjg [Mon, 28 Feb 2011 13:37:48 -0800] rev 8619
7022741: warning counts are wrong after anno processing Reviewed-by: mcimadamore
Mon, 28 Feb 2011 12:19:18 -0800 7022337: repeated warnings about bootclasspath not set
jjg [Mon, 28 Feb 2011 12:19:18 -0800] rev 8618
7022337: repeated warnings about bootclasspath not set Reviewed-by: mcimadamore
Mon, 28 Feb 2011 11:50:56 +0000 7015715: lub gets stuck on type with complex supertype
mcimadamore [Mon, 28 Feb 2011 11:50:56 +0000] rev 8617
7015715: lub gets stuck on type with complex supertype Summary: lub should not scan supertypes unnecessarily Reviewed-by: jjg, dlsmith
Mon, 28 Feb 2011 11:48:53 +0000 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore [Mon, 28 Feb 2011 11:48:53 +0000] rev 8616
7015430: Incorrect thrown type determined for unchecked invocations Summary: Thrown types do not get updated after 15.12.2.8, and do not get erased as per 15.12.2.6 Reviewed-by: jjg, dlsmith
Fri, 25 Feb 2011 12:19:00 -0800 7022310: test/tools/javac/diags/Example: args added twice
jjg [Fri, 25 Feb 2011 12:19:00 -0800] rev 8615
7022310: test/tools/javac/diags/Example: args added twice Reviewed-by: mcimadamore
Fri, 25 Feb 2011 12:09:33 -0800 7021650: fix Context issues
jjg [Fri, 25 Feb 2011 12:09:33 -0800] rev 8614
7021650: fix Context issues Reviewed-by: mcimadamore
Thu, 24 Feb 2011 08:40:49 -0800 7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines
jjh [Thu, 24 Feb 2011 08:40:49 -0800] rev 8613
7018753: tools/javac/varargs/warning/Warn5.java times out on slow machines Summary: Use a single file manager for all JavacTasks Reviewed-by: jjg, mcimadamore
Wed, 23 Feb 2011 10:34:45 -0800 Merge
lana [Wed, 23 Feb 2011 10:34:45 -0800] rev 8612
Merge
Wed, 23 Feb 2011 14:17:08 +0000 7019631: issues in test headers in b130
mcimadamore [Wed, 23 Feb 2011 14:17:08 +0000] rev 8611
7019631: issues in test headers in b130 Summary: fix to test headers not containing correct bug ID Reviewed-by: jjg
Wed, 23 Feb 2011 14:16:12 +0000 7020657: Javac rejects a fairly common idiom with raw override and interfaces
mcimadamore [Wed, 23 Feb 2011 14:16:12 +0000] rev 8610
7020657: Javac rejects a fairly common idiom with raw override and interfaces Summary: name clash should not be reported if subinterface/implementing class resolves the clash by defining common overrider Reviewed-by: jjg
Thu, 10 Mar 2011 17:11:19 -0800 Added tag jdk7-b133 for changeset 527e04a21c75
cl [Thu, 10 Mar 2011 17:11:19 -0800] rev 8609
Added tag jdk7-b133 for changeset 527e04a21c75
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip