wetmore [Thu, 11 Sep 2014 12:18:01 -0700] rev 26539
8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg
lana [Wed, 10 Sep 2014 19:38:20 -0700] rev 26538
Merge
vromero [Tue, 09 Sep 2014 10:43:06 -0700] rev 26537
8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
Reviewed-by: mcimadamore, jjg, jlahoda
pgovereau [Tue, 09 Sep 2014 12:16:25 -0400] rev 26536
8054210: NullPointerException when compiling specific code.
Reviewed-by: vromero, jlahoda
pgovereau [Tue, 09 Sep 2014 11:55:47 -0400] rev 26535
8055500: fix for 8030046 is incorrect
Reviewed-by: jjg, ksrini
jlahoda [Mon, 08 Sep 2014 15:51:29 +0200] rev 26534
8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java
Summary: Removing javac/NoClass test, as it is superseded by javac/importChecks/InvalidImportsNoClasses.java
Reviewed-by: jfranck
mcimadamore [Mon, 08 Sep 2014 14:16:33 +0100] rev 26533
8055514: Wrong, confusing error when non-static varargs referenced in static context
Summary: Improved heuristics in MethodResolutionPhase.mergeResults()
Reviewed-by: vromero
jfranck [Mon, 08 Sep 2014 13:11:28 +0200] rev 26532
8056021: checkin for JDK-8027262 breaks Checker Framework
Reviewed-by: jjg, mcimadamore