Re: Review request 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd

2016-04-27 Thread Alan Bateman
On 26/04/2016 21:29, Mandy Chung wrote: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8154905/webrev.00/ jdk.jvmstat.rmi does not have any API but instead is a tool module. This patch proposes to rename jdk.jvmstat.rmi to jdk.statd to follow JDK module naming convention. This looks okay

Re: Review request 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd

2016-04-26 Thread Sundararajan Athijegannathan
+1 -Sundar On 4/27/2016 1:59 AM, Mandy Chung wrote: > http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8154905/webrev.00/ > > jdk.jvmstat.rmi does not have any API but instead is a tool module. This > patch proposes to rename jdk.jvmstat.rmi to jdk.statd to follow JDK module > naming convention.

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

2016-04-26 Thread Mandy Chung
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8154905/webrev.00/ jdk.jvmstat.rmi does not have any API but instead is a tool module. This patch proposes to rename jdk.jvmstat.rmi to jdk.statd to follow JDK module naming convention. Mandy