< prev index next >

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

Print this page

        

*** 29,39 **** 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; 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; } --- 29,39 ---- requires java.rmi; requires java.scripting; requires jdk.jdi; // RMI needs to serialize types in this package ! 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 >