lana [Tue, 26 Mar 2013 12:07:45 -0700] rev 16572
Merge
mfang [Mon, 25 Mar 2013 18:08:47 -0700] rev 16571
Merge
mfang [Mon, 25 Mar 2013 16:55:14 -0700] rev 16570
8010521: jdk8 l10n resource file translation update 2
Reviewed-by: naoto, yhuang
darcy [Fri, 22 Mar 2013 10:08:46 -0700] rev 16569
7080464: langtools regression test failures when assertions are enabled
Reviewed-by: jjg
mcimadamore [Fri, 22 Mar 2013 12:44:48 +0000] rev 16568
8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables
Summary: Rich formatter doesn't preprocess supertypes of an anonymous inner class
Reviewed-by: jjg
mcimadamore [Fri, 22 Mar 2013 12:43:09 +0000] rev 16567
8010303: Graph inference: missing incorporation step causes spurious inference error
Summary: Multiple equality constraints on inference vars are not used to generate new inference constraints
Reviewed-by: jjg
mcimadamore [Fri, 22 Mar 2013 12:41:13 +0000] rev 16566
8009820: AssertionError when compiling java code with two identical static imports
Summary: Speculative attribution is carried out twice with same method symbol in case of static imports
Reviewed-by: jjg
mcimadamore [Fri, 22 Mar 2013 12:39:34 +0000] rev 16565
8010101: Intersection type cast issues redundant unchecked warning
Summary: Code for checking intersection type cast is incorrectly swapping operands, leading to spurious warnings
Reviewed-by: jjg
mcimadamore [Fri, 22 Mar 2013 12:38:12 +0000] rev 16564
8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods
Summary: Private lambda methods should be accessed through invokespecial
Reviewed-by: jjg
darcy [Wed, 20 Mar 2013 17:41:40 -0700] rev 16563
8010364: Clarify javax.lang.model API for Type Annotations
Reviewed-by: jjg, abuckley