lana [Thu, 10 Jul 2014 12:39:26 -0700] rev 25446
Merge
ntoda [Thu, 10 Jul 2014 13:57:27 -0700] rev 25445
8011044: Remove support for 1.5 and earlier source and target options
Reviewed-by: darcy, jjg
Contributed-by: neil.toda@oracle.com, brian.goetz@oracle.com
vromero [Wed, 09 Jul 2014 10:49:32 -0400] rev 25444
8033483: Should ignore nested lambda bodies during overload resolution
Reviewed-by: mcimadamore, dlsmith
jlahoda [Wed, 09 Jul 2014 16:32:05 +0200] rev 25443
8031569: Refactor javac scope implementation to enable lazy imports
Summary: Introducing an internal API for Scope; rewriting ImportScopes to extend CompoundScopes.
Reviewed-by: mcimadamore, jjg, jfranck
Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com