8154905: Rename jdk.jvmstat.rmi to jdk.jstatd

Reviewed-by: alanb, sundar
This commit is contained in:
Mandy Chung 2016-04-27 12:06:51 -07:00
parent 0b7775586f
commit f340281533
15 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
* questions.
*/
module jdk.jvmstat.rmi {
module jdk.jstatd {
requires java.rmi;
requires jdk.jvmstat;

View File

@ -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;