8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
Reviewed-by: alanb, sundar
This commit is contained in:
parent
0b7775586f
commit
f340281533
@ -23,7 +23,7 @@
|
||||
* questions.
|
||||
*/
|
||||
|
||||
module jdk.jvmstat.rmi {
|
||||
module jdk.jstatd {
|
||||
requires java.rmi;
|
||||
requires jdk.jvmstat;
|
||||
|
@ -28,12 +28,12 @@ module jdk.jvmstat {
|
||||
jdk.attach,
|
||||
jdk.jcmd,
|
||||
jdk.jconsole,
|
||||
jdk.jvmstat.rmi;
|
||||
jdk.jstatd;
|
||||
exports sun.jvmstat.monitor.event to
|
||||
jdk.jcmd,
|
||||
jdk.jvmstat.rmi;
|
||||
jdk.jstatd;
|
||||
exports sun.jvmstat.perfdata.monitor to
|
||||
jdk.jvmstat.rmi;
|
||||
jdk.jstatd;
|
||||
|
||||
uses sun.jvmstat.monitor.MonitoredHostService;
|
||||
provides sun.jvmstat.monitor.MonitoredHostService with sun.jvmstat.perfdata.monitor.protocol.file.MonitoredHostFileService;
|
||||
|
Loading…
x
Reference in New Issue
Block a user