duke [Wed, 05 Jul 2017 23:18:55 +0200] rev 44823
Merge
jjg [Mon, 24 Apr 2017 14:59:43 -0700] rev 44822
8176327: javac produces wrong module-info
8178518: Add method JavaFileManager.contains
Reviewed-by: jlahoda
jlahoda [Mon, 24 Apr 2017 18:58:50 +0200] rev 44821
8179002: jdk/jshell/MergedTabShiftTabExpressionTest.java fails intermittently
Summary: Handle incomming byte arrays in batches, to avoid unnecessary matching.
Reviewed-by: rfield
jjg [Fri, 21 Apr 2017 13:58:57 -0700] rev 44820
Merge
jjg [Thu, 20 Apr 2017 16:13:40 -0700] rev 44819
8178017: JDK 9 change to symlink handling causes misleading class.public.should.be.in.file diagnostic
Reviewed-by: jlahoda, cushon
rfield [Fri, 21 Apr 2017 12:27:02 -0700] rev 44818
8178992: jshell tool: missing references in /help /set mode
Reviewed-by: jlahoda
jjiang [Fri, 21 Apr 2017 19:33:57 +0200] rev 44817
8179066: Add jdk/jshell/MergedTabShiftTabExpressionTest.java to ProblemList due to JDK-8179002
Reviewed-by: rfield
lana [Fri, 21 Apr 2017 03:34:47 +0000] rev 44816
Merge
ksrini [Thu, 20 Apr 2017 14:37:15 -0700] rev 44815
8178830: standard doclet: -javafx option should be unhidden
Reviewed-by: bpatel, jjg
jlahoda [Thu, 20 Apr 2017 13:43:03 +0200] rev 44814
8178481: jdk/jshell/CompletionSuggestionTest.java routinely fails
Summary: Depending on the test order, the completion after 'import c<tab>' may include additional entries besides 'com', only checking 'com' is present.
Reviewed-by: rfield