jjg [Wed, 16 Oct 2013 10:47:21 -0700] rev 21042
8026704: Build failure with --enable-debug
Reviewed-by: ksrini
jjg [Tue, 15 Oct 2013 15:57:13 -0700] rev 21041
8026564: import changes from type-annotations forest
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com, steve.sides@oracle.com
jlahoda [Tue, 15 Oct 2013 22:15:35 +0200] rev 21040
8026510: The name of com.sun.tools.javac.comp.Annotate.Annotator is confusing
Summary: A mostly automated rename Annotate.Annotator->Annotate.Worker and enterAnnotation->run.
Reviewed-by: emc, jjg
chegar [Tue, 15 Oct 2013 21:12:33 +0100] rev 21039
Merge
chegar [Tue, 15 Oct 2013 20:47:55 +0100] rev 21038
Merge
chegar [Tue, 15 Oct 2013 14:17:11 +0100] rev 21037
Merge
chegar [Fri, 11 Oct 2013 19:05:18 +0100] rev 21036
Merge
chegar [Thu, 03 Oct 2013 19:28:07 +0100] rev 21035
Merge
chegar [Sat, 14 Sep 2013 20:46:37 +0100] rev 21034
Merge
chegar [Fri, 06 Sep 2013 10:05:08 +0100] rev 21033
Merge
chegar [Fri, 30 Aug 2013 10:17:10 +0100] rev 21032
Merge
chegar [Fri, 23 Aug 2013 22:12:54 +0100] rev 21031
Merge
chegar [Thu, 15 Aug 2013 21:34:46 +0100] rev 21030
Merge
chegar [Fri, 09 Aug 2013 14:44:53 +0100] rev 21029
Merge
chegar [Fri, 02 Aug 2013 11:11:28 +0100] rev 21028
Merge
chegar [Thu, 25 Jul 2013 19:06:03 +0100] rev 21027
Merge
bpatel [Wed, 24 Jul 2013 15:18:33 -0700] rev 21026
8016675: Make Javadoc pages more robust
Reviewed-by: jlaskey, ksrini
vromero [Tue, 15 Oct 2013 21:02:21 +0100] rev 21025
8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
Reviewed-by: jjg
vromero [Tue, 15 Oct 2013 19:36:45 +0100] rev 21024
8025816: javac crash with method reference with a type variable as the site
Reviewed-by: jjg
bpatel [Tue, 15 Oct 2013 11:20:27 -0700] rev 21023
8026370: javadoc creates empty <span class="italic"></span>
Reviewed-by: jjg
jlahoda [Tue, 15 Oct 2013 16:23:18 +0200] rev 21022
8026180: com.sun.source.tree.NewArrayTree refers to com.sun.tools.javac.util.List
Summary: Correcting import in NewArrayTree, adding test protecting againts improper types in API signatures
Reviewed-by: jjg
jjg [Mon, 14 Oct 2013 23:07:43 -0700] rev 21021
8025998: Missing LV table in lambda bodies
Reviewed-by: vromero
jjg [Mon, 14 Oct 2013 22:34:37 -0700] rev 21020
8025693: recent javadoc changes cause com/sun/javadoc/testLinkOption/TestLinkOption.java to fail
Reviewed-by: darcy
jjg [Mon, 14 Oct 2013 16:28:44 -0700] rev 21019
8026371: "tidy" issues in langtools/src/**/*.html files
Reviewed-by: darcy
jlahoda [Mon, 14 Oct 2013 22:11:09 +0200] rev 21018
8014016: javac is too late detecting invalid annotation usage
Summary: Adding new queue to Annotate for validation tasks, performing annotation validation during enter
Reviewed-by: jjg, emc, jfranck
jjg [Mon, 14 Oct 2013 12:38:09 -0700] rev 21017
8026368: doclint does not report empty tags when tag closed implicitly
Reviewed-by: darcy
lana [Fri, 11 Oct 2013 23:31:06 -0700] rev 21016
Merge
jlahoda [Fri, 11 Oct 2013 15:49:15 +0200] rev 21015
6278240: Exception from AnnotationValue.getValue() should list the found type not the required type
Reviewed-by: darcy, jfranck, jjg
rfield [Thu, 10 Oct 2013 23:26:56 -0700] rev 21014
8012557: Implement lambda methods on interfaces as private
8016320: Method reference in subinterface of type I.super::foo produces exception at runtime
Summary: Now that the VM supports interface instance private methods, lambda methods and lambda bridges are always private. Access is now through invokespecial.
Reviewed-by: vromero, jlahoda
lana [Thu, 10 Oct 2013 20:57:27 -0700] rev 21013
Merge
lana [Thu, 10 Oct 2013 13:41:08 -0700] rev 21012
Merge
jjg [Thu, 10 Oct 2013 17:13:32 -0700] rev 21011
8026294: 8025633 breaks langtools/test/com/sun/javadoc/testRepeatedAnnotations/TestRepeatedAnnotations.java
Reviewed-by: darcy
emc [Thu, 10 Oct 2013 20:12:08 -0400] rev 21010
8008762: Type annotation on inner class in anonymous class show up as regular type annotations
8015257: type annotation with TYPE_USE and FIELD attributed differently if repeated.
8013409: test failures for type annotations
Summary: Fixes to address some problems in type annotations
Reviewed-by: jfranck, jjg
emc [Thu, 10 Oct 2013 13:55:41 -0400] rev 21009
8019461: Clean up javac diagnostics
7196553: Review error messages for repeating annotations
Summary: Changes to the diagnostic messages to improve clarity and JLS coherence
Reviewed-by: jjg
bpatel [Thu, 10 Oct 2013 10:51:15 -0700] rev 21008
8025633: Fix javadoc to generate valid anchor names
Reviewed-by: jjg
alundblad [Thu, 10 Oct 2013 08:51:55 +0200] rev 21007
8021237: clean up JavacAnnotatedConstruct
Summary: Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type.
Reviewed-by: jjg, vromero, jfranck
jlahoda [Wed, 09 Oct 2013 13:09:31 +0200] rev 21006
8025087: Annotation processing api returns default modifier for interface static method
Summary: ClassReader must not set Flags.DEFAULT for interface static methods
Reviewed-by: vromero, jjg
jlahoda [Wed, 09 Oct 2013 13:06:49 +0200] rev 21005
8025141: java.lang.ClassFormatError: Illegal field modifiers in class (...)
Summary: Should not generate non-public $assertionsDisabled field into interfaces
Reviewed-by: jjg, vromero
alundblad [Tue, 08 Oct 2013 15:33:28 +0200] rev 21004
8024415: Bug in javac Pretty: Wrong precedence in JCConditional trees
Summary: Fixed precedence and associativity issues with pretty printing of JCConditional expressions.
Reviewed-by: jfranck
Contributed-by: Andreas Lundblad <andreas.lundblad@oracle.com>, Matthew Dempsky <mdempsky@google.com>
cl [Thu, 17 Oct 2013 09:41:12 -0700] rev 21003
Added tag jdk8-b112 for changeset 96faa2507e3a
duke [Wed, 05 Jul 2017 19:18:32 +0200] rev 21002
Merge
tbell [Tue, 22 Oct 2013 16:29:42 -0700] rev 21001
8027039: [jprt] Remove 32-bit Solaris from jprt.properties files
Reviewed-by: mduigou, mchung
katleman [Tue, 22 Oct 2013 16:10:31 -0700] rev 21000
Merge
simonis [Mon, 21 Oct 2013 15:11:05 +0200] rev 20999
8026874: During JAXWS build the newly built JAXP classes should be in the bootclasspath (not only in the classpath)
Reviewed-by: erikj
lana [Thu, 17 Oct 2013 16:12:58 -0700] rev 20998
Merge
chegar [Tue, 15 Oct 2013 13:46:18 +0100] rev 20997
Merge
chegar [Fri, 11 Oct 2013 19:24:06 +0100] rev 20996
Merge
chegar [Thu, 03 Oct 2013 19:18:54 +0100] rev 20995
Merge
chegar [Sat, 14 Sep 2013 20:43:34 +0100] rev 20994
Merge
chegar [Fri, 06 Sep 2013 09:55:59 +0100] rev 20993
Merge
chegar [Fri, 30 Aug 2013 10:15:43 +0100] rev 20992
Merge
chegar [Fri, 23 Aug 2013 22:12:39 +0100] rev 20991
Merge
chegar [Thu, 15 Aug 2013 21:33:56 +0100] rev 20990
Merge
chegar [Fri, 09 Aug 2013 14:31:17 +0100] rev 20989
Merge
chegar [Fri, 02 Aug 2013 11:11:03 +0100] rev 20988
Merge
mkos [Thu, 01 Aug 2013 16:09:17 -0400] rev 20987
8017505: Better Client Service
Reviewed-by: mullan, ahgross, mgrebac