duke [Wed, 05 Jul 2017 22:08:57 +0200] rev 40609
Added tag jdk-9+134 for changeset a71210c0d980
duke [Wed, 05 Jul 2017 22:08:56 +0200] rev 40608
Merge
duke [Wed, 05 Jul 2017 22:08:49 +0200] rev 40607
Merge
jlahoda [Mon, 29 Aug 2016 20:55:24 +0200] rev 40606
8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
Summary: Only enabling the DefinedByAnalyzer on java.compiler and jdk.compiler; removing the @DefinedBy annotations from other modules
Reviewed-by: jjg, ksrini
ksrini [Mon, 29 Aug 2016 07:46:37 -0700] rev 40605
8157349: Missing doc-files in javadoc documentation
Reviewed-by: jjg
jlahoda [Mon, 29 Aug 2016 18:14:26 +0200] rev 40604
8164951: Build broken after JDK-8164745
Summary: Reverting the fix for JDK-8164745 to investigate a build failure.
Reviewed-by: jjg
rfield [Mon, 29 Aug 2016 08:17:14 -0700] rev 40603
8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
Summary: Remove the ClassLoader and other unused code in support of in-process execution. This is now supported through the SPI.
Reviewed-by: jlahoda
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40602
8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
Summary: Ensuring proper separation between named modules the unnamed module when using -Xmodule
Reviewed-by: jjg
ntv [Mon, 29 Aug 2016 11:13:48 +0000] rev 40601
8153897: jshell tool: "not active" must be pulled from resource file
Summary: Not active error msg pulled from resource file
Reviewed-by: rfield
ntv [Mon, 29 Aug 2016 09:58:42 +0000] rev 40600
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
Summary: Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield