--- old/src/jdk.rmic/share/classes/module-info.java 2018-02-06 17:16:34.000000000 -0500 +++ new/src/jdk.rmic/share/classes/module-info.java 2018-02-06 17:16:33.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 @@ -25,8 +25,7 @@ /** * Defines the {@index rmic rmic} compiler for generating stubs and - * skeletons using the Java Remote Method Protocol (JRMP) and - * stubs and tie class files (IIOP protocol) for remote objects. + * skeletons using the Java Remote Method Protocol (JRMP) for remote objects. * *
*
Tool Guides: @@ -37,7 +36,6 @@ * @since 9 */ module jdk.rmic { - requires java.corba; requires jdk.compiler; requires jdk.javadoc; }