--- old/test/jdk/jdk/modules/etc/UpgradeableModules.java 2018-02-07 17:12:40.000000000 -0500 +++ new/test/jdk/jdk/modules/etc/UpgradeableModules.java 2018-02-07 17:12:40.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -43,21 +43,14 @@ public class UpgradeableModules { private static final List UPGRADEABLE_MODULES = - List.of("java.activation", - "java.compiler", - "java.corba", + List.of("java.compiler", "java.jnlp", - "java.transaction", - "java.xml.bind", - "java.xml.ws", - "java.xml.ws.annotation", "jdk.internal.vm.compiler", "jdk.deploy", "jdk.javaws", "jdk.plugin", - "jdk.plugin.dom", - "jdk.xml.bind", - "jdk.xml.ws"); + "jdk.plugin.dom" + ); public static void main(String... args) { Set hashedModules = hashedModules();