Review Request 8205112: Remove non-existent modules from test/jdk/jdk/modules/etc/UpgradeableModules.java
Kevin Rushforth
kevin.rushforth at oracle.com
Fri Jun 15 16:57:48 UTC 2018
Looks good to me.
-- Kevin
On 6/15/2018 9:12 AM, mandy chung wrote:
> This patch cleans up the list of upgradeable modules kept in
> test/jdk/jdk/modules/etc/UpgradeableModules.java test verification and
> take out the modules that have been removed.
>
> thanks
> Mandy
>
> --- a/test/jdk/jdk/modules/etc/UpgradeableModules.java
> +++ b/test/jdk/jdk/modules/etc/UpgradeableModules.java
> @@ -44,14 +44,8 @@
> public class UpgradeableModules {
> private static final List<String> UPGRADEABLE_MODULES =
> List.of("java.compiler",
> - "java.jnlp",
> "jdk.internal.vm.compiler",
> - "jdk.internal.vm.compiler.management",
> - "jdk.deploy",
> - "jdk.javaws",
> - "jdk.plugin",
> - "jdk.plugin.dom"
> - );
> + "jdk.internal.vm.compiler.management");
>
> public static void main(String... args) {
> Set<String> hashedModules = hashedModules();
More information about the jigsaw-dev
mailing list