jdk/src/jdk.jstatd/share/classes/module-info.java
changeset 45654 5ff2edfa03fc
parent 45528 1e8c2f062ad3
equal deleted inserted replaced
45653:532c2d82aed0 45654:5ff2edfa03fc
    40     requires jdk.internal.jvmstat;
    40     requires jdk.internal.jvmstat;
    41 
    41 
    42     // RMI needs to serialize types in this package
    42     // RMI needs to serialize types in this package
    43     exports sun.jvmstat.monitor.remote to java.rmi;
    43     exports sun.jvmstat.monitor.remote to java.rmi;
    44 
    44 
    45     provides sun.jvmstat.monitor.MonitoredHostService with sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostRmiService;
    45     provides sun.jvmstat.monitor.MonitoredHostService with
       
    46         sun.jvmstat.perfdata.monitor.protocol.rmi.MonitoredHostRmiService;
    46 }
    47 }