duke [Wed, 05 Jul 2017 22:32:29 +0200] rev 42418
Merge
bpatel [Mon, 05 Dec 2016 15:08:24 -0800] rev 42417
8139101: javadoc emits "specified by" clause when class has a method that matches a static interface method
Reviewed-by: jjg, ksrini
mcimadamore [Mon, 05 Dec 2016 19:00:56 +0000] rev 42416
8170410: inference: javac doesn't implement 18.2.5 correctly
Summary: javac does not generate constraints of the kind 'throws alpha' as described in the spec
Reviewed-by: vromero, dlsmith
jlahoda [Mon, 05 Dec 2016 19:42:42 +0100] rev 42415
8165564: langtools\test\jdk\jshell\CommandCompletionTest.java fails on some windows
Summary: Ignoring non-existent default FileSystem roots.
Reviewed-by: rfield
jjg [Fri, 02 Dec 2016 14:15:43 -0800] rev 42414
8162712: StandardJavaFileManager.getModuleLocation() can't find a module
Reviewed-by: jlahoda
rfield [Fri, 02 Dec 2016 10:48:37 -0800] rev 42413
8167185: JShell API: Exported elements referring to inaccessible types in jdk.jshell
Reviewed-by: jlahoda
rfield [Fri, 02 Dec 2016 10:17:03 -0800] rev 42412
8169828: jdk/jshell/ExternalEditorTest.java testStatementMush() fails frequently on all platform
8170015: jshell tool: /help output looks terrible on a 100 column wide terminal
8170368: jshell tool: post setting not properly applied, line-ends not prefixed correctly
Reviewed-by: jlahoda
jlahoda [Fri, 02 Dec 2016 14:39:00 +0100] rev 42411
8166628: Compiling with annotation processing, access error in specific situation
Summary: Ensure member classes inside anonymous classes have a correct owner.
Reviewed-by: mcimadamore
lana [Thu, 01 Dec 2016 21:40:58 +0000] rev 42410
Merge
erikj [Thu, 01 Dec 2016 15:10:32 +0100] rev 42409
8168607: langtools/test/Makefile should set -retain:fail,error by default
Reviewed-by: tbell, ihse