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
sogoel [Mon, 07 Jul 2014 12:55:00 -0700] rev 25438
8049491: Remove three auxilary files in tools/javac/enum dir
Reviewed-by: jjg
sogoel [Mon, 07 Jul 2014 12:44:20 -0700] rev 25437
8046618: .out files for enum tests in tools/javac/dir
Reviewed-by: jjg
sogoel [Mon, 07 Jul 2014 12:36:45 -0700] rev 25436
8046635: .out files for enum tests in tools/javac/dir
Reviewed-by: jjg
vromero [Fri, 04 Jul 2014 16:34:44 +0100] rev 25435
8049075: javac, wildcards and generic vararg method invocation not accepted
Reviewed-by: mcimadamore
jjg [Fri, 04 Jul 2014 10:52:22 +0100] rev 25434
8042261: Implement classfile tests for Deprecated attribute.
Reviewed-by: jjg, anazarov, shurailine