ntoda [Thu, 10 Jul 2014 16:03:45 -0700] rev 25448
8030610: replace test/tools/javac/versions/check.sh
Reviewed-by: jjg
lana [Thu, 10 Jul 2014 14:06:04 -0700] rev 25447
Merge
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
mchung [Tue, 08 Jul 2014 18:26:34 -0700] rev 25442
8029548: (jdeps) use @jdk.Exported to determine supported vs JDK internal API
8031092: jdeps does not recognize --help option.
8048063: (jdeps) Add filtering capability
Reviewed-by: alanb, dfuchs
mcimadamore [Tue, 08 Jul 2014 15:42:04 +0100] rev 25441
8043926: javac, code valid in 7 is not compiling for 8
Summary: type-containment doesn't handle inference variables correctly
Reviewed-by: vromero, dlsmith
jlahoda [Tue, 08 Jul 2014 15:13:16 +0200] rev 25440
8042239: javac: TreeMaker.Type(Type t) does not handle UnionClassType
Summary: Enhancing TreeMaker.Type(Type t) with support for UnionClassType and IntersectionClassType.
Reviewed-by: vromero, rfield
Contributed-by: robert.field@oracle.com, jan.lahoda@oracle.com
sogoel [Mon, 07 Jul 2014 13:39:31 -0700] rev 25439
8044080: .out files for unicode, implicitThis and importChecks tests in tools/javac dir
Reviewed-by: jjg