< prev index next >

src/jdk.hotspot.agent/share/classes/module-info.java

Print this page

        

@@ -29,11 +29,11 @@
     requires java.rmi;
     requires java.scripting;
     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;
 
 }
< prev index next >