duke [Wed, 05 Jul 2017 19:36:18 +0200] rev 23817
Added tag jdk9-b08 for changeset b47e02119575
duke [Wed, 05 Jul 2017 19:36:17 +0200] rev 23816
Merge
duke [Wed, 05 Jul 2017 19:36:14 +0200] rev 23815
Merge
emc [Thu, 03 Apr 2014 20:28:23 -0400] rev 23814
8038263: Refactor annotation handling after actualEnterAnnotations
Summary: Move all repeating annotations code into Annotate, rework annotations pipeline into a more completer-like design, eliminate a cast from enterAnnotations/enterTypeAnnotations
Reviewed-by: jjg, jfranck
lana [Wed, 09 Apr 2014 17:18:22 -0700] rev 23813
Merge
pgovereau [Wed, 09 Apr 2014 17:41:27 +0100] rev 23812
8015499: javac, Gen is generating extra checkcast instructions in some corner cases
Reviewed-by: vromero, jjg
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