jjg [Fri, 07 Jun 2013 15:35:38 -0700] rev 18384
8016193: Fix OAC issue in langtools docs
Reviewed-by: darcy
mcimadamore [Thu, 06 Jun 2013 15:38:42 +0100] rev 18383
Merge
mcimadamore [Thu, 06 Jun 2013 15:37:23 +0100] rev 18382
8015648: Duplicate variable in lambda causes javac crash
Summary: Missing flag in synthetic lambda blog is causing duplicates symbol to go undetected
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:35:05 +0100] rev 18381
8015432: javac crashes with stack overflow when method called recursively from nested generic call
Summary: Check.checkMethod should only be called after inference has completed
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:33:40 +0100] rev 18380
8008627: Compiler mishandles three-way return-type-substitutability
Summary: Compiler should not enforce an order in how ambiguous methods should be resolved
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:32:41 +0100] rev 18379
7139681: Enhanced for loop: local variable scope inconsistent with JLS
Summary: For-each loop variable is incorrectly visible from the for-each expression
Reviewed-by: jjg, vromero
mcimadamore [Thu, 06 Jun 2013 15:30:14 +0100] rev 18378
6360970: javac erroneously accept ambiguous field reference
Summary: clash between ambiguous fields in superinterface and unambiguous field in subinterface is erroneously marked as unambiguous
Reviewed-by: jjg, vromero
emc [Thu, 06 Jun 2013 08:48:23 -0400] rev 18377
8015701: MethodParameters are not filled in for synthetic captured local variables
Summary: Synthetic parameters for captured local variables in an anonymous inner class are not added to MethodParameters attributes
Reviewed-by: mcimadamore