jlahoda [Tue, 08 Apr 2014 23:33:50 +0200] rev 23811
8039466: Tests failing in langtools repository.
Summary: Fixing tests broken by JDK-8038455.
Reviewed-by: jjg
jlahoda [Tue, 08 Apr 2014 14:06:11 +0200] rev 23810
8038455: Use single Context for all rounds of annotation processing
Summary: One set of javac services, as well as created ClassSymbols, is reused for all rounds of processing now.
Reviewed-by: jjg, jfranck, darcy, vromero
pgovereau [Fri, 04 Apr 2014 19:13:53 -0400] rev 23809
8023945: javac wrongly allows a subclass of an anonymous class
Reviewed-by: jjg
ksrini [Fri, 04 Apr 2014 18:36:16 -0700] rev 23808
8039231: [javadoc] test failure caused by javax.crypto fix
Reviewed-by: jjg
ksrini [Thu, 03 Apr 2014 12:04:58 -0700] rev 23807
8037881: javax.crypto is not listed in the compact* profiles javadoc
Reviewed-by: jjg
lana [Wed, 09 Apr 2014 09:20:35 -0700] rev 23806
Merge
bpatel [Tue, 01 Apr 2014 23:58:04 -0700] rev 23805
8032066: Serialized form has broken links to non private inner classes of package private
Reviewed-by: jjg
pgovereau [Tue, 01 Apr 2014 23:52:10 -0700] rev 23804
8034933: Update documentation for Types.directSupertypes to clarify behavior
Reviewed-by: darcy
igerasim [Wed, 02 Apr 2014 10:05:16 +0400] rev 23803
8034044: Class.getModifiers() returns "static" for anonymous classes
Summary: Javac sets ACC_STATIC bit for anonymous classes which contradicts the JLS
Reviewed-by: jfranck
lana [Tue, 01 Apr 2014 17:25:39 -0700] rev 23802
Merge
kizune [Tue, 01 Apr 2014 10:00:43 -0700] rev 23801
8031425: Two langtools/javac tests fail by timeout on Windows
Reviewed-by: jjg, vromero
jlahoda [Mon, 31 Mar 2014 21:27:25 +0200] rev 23800
8035890: jdk8 javac -source 7 compiles test case it should not
Summary: Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters.
Reviewed-by: jfranck, jjg
bpatel [Sat, 29 Mar 2014 11:06:33 -0700] rev 23799
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
emc [Thu, 27 Mar 2014 18:41:28 -0400] rev 23798
8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound
Summary: Move position field into Compound, making Compound into a kind of "proto-annotation", representing the situation before we know what an Annotation's kink is
Reviewed-by: jjg
jjg [Wed, 26 Mar 2014 17:50:33 -0700] rev 23797
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
kizune [Wed, 26 Mar 2014 10:47:30 -0700] rev 23796
8035956: javac, incomplete error message
Reviewed-by: vromero