--- old/src/jdk.hotspot.agent/share/classes/module-info.java 2016-07-15 07:00:11.553814745 +0100 +++ new/src/jdk.hotspot.agent/share/classes/module-info.java 2016-07-15 07:00:11.454807980 +0100 @@ -31,7 +31,7 @@ requires jdk.jdi; // RMI needs to serialize types in this package - exports sun.jvm.hotspot.debugger.remote to java.rmi; + exports dynamic sun.jvm.hotspot.debugger.remote to java.rmi; provides com.sun.jdi.connect.Connector with sun.jvm.hotspot.jdi.SACoreAttachingConnector; provides com.sun.jdi.connect.Connector with sun.jvm.hotspot.jdi.SADebugServerAttachingConnector; provides com.sun.jdi.connect.Connector with sun.jvm.hotspot.jdi.SAPIDAttachingConnector;