dlsmith [Tue, 13 May 2014 15:34:13 -0600] rev 24405
8042882: Support verbosity options in langtools testing
8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
Reviewed-by: mduigou
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