dlsmith [Tue, 13 May 2014 15:29:09 -0600] rev 24404
8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
Summary: Rewrite most-specific logic to conform to JLS 8 15.12.2.5
Reviewed-by: vromero
emc [Fri, 09 May 2014 22:27:07 -0400] rev 24403
8035763: Error parsing binary type annotations data in javac
Summary: Fix accidental reversal of read order from a previous change
Reviewed-by: jjg
jjg [Fri, 09 May 2014 18:50:12 -0700] rev 24402
8042886: Test langtools/test/com/sun/javadoc/testHtmlDocument/TestHtmlDocument.java fails on Windows
Reviewed-by: darcy
vromero [Sat, 10 May 2014 01:24:35 +0100] rev 24401
8028503: javac, for method references a primitive type can be added as a bound
Reviewed-by: jjg, dlsmith
vromero [Sat, 10 May 2014 00:46:47 +0100] rev 24400
8037379: fix for JDK-8029569 doesn't cover all possible cases
Reviewed-by: jjg
jjg [Fri, 09 May 2014 15:37:12 -0700] rev 24399
8038730: Clean up the way JavadocTester is invoked, and checks for errors.
Reviewed-by: ksrini, sogoel, bpatel
jlahoda [Fri, 09 May 2014 23:31:05 +0200] rev 24398
8042867: Missing license header for langtools/make/netbeans/langtools/nbproject/project.properties
Reviewed-by: ksrini
dlsmith [Fri, 09 May 2014 14:56:59 -0600] rev 24397
8042656: Inference produces spurious error for intersection type bounds check
Summary: Fix subtyping for intersections involving capture variables
Reviewed-by: vromero
emc [Fri, 09 May 2014 09:28:47 -0400] rev 24396
8040327: Eliminate AnnotatedType
Summary: Replace AnnotatedType with type annotations being stored in the Type class as metadata
Reviewed-by: jjg, jfranck, wmdietl, jlahoda
jjg [Fri, 09 May 2014 08:52:57 -0700] rev 24395
8042839: XPreferTest fails on Windows
Reviewed-by: vromero
ksrini [Thu, 08 May 2014 08:23:44 -0700] rev 24394
8042601: Javadoc sort fails
Reviewed-by: jjg
jlahoda [Fri, 09 May 2014 12:55:58 +0200] rev 24393
8041663: Sensitive dependence on location of nested interface
Summary: Adding a method among ambiguous candidates only if it is more specific than some of the existing candidates.
Reviewed-by: dlsmith, vromero
jlahoda [Fri, 09 May 2014 09:36:35 +0200] rev 24392
8040822: Duplicated notifications can be sent to TaskListener
Summary: The analyze finished event must only be sent on the first call to JavaCompiler.flow for a given class.
Reviewed-by: jjg
katleman [Thu, 15 May 2014 10:26:01 -0700] rev 24391
Added tag jdk9-b13 for changeset 069586f14799
duke [Wed, 05 Jul 2017 19:41:05 +0200] rev 24390
Merge