Thank you Alan, I just moved it to com/sun/jndi/dns/ as you suggested and removed unused "@modules jdk.naming.dns/com.sun.jndi.dns”, updated webrev as below, thanks
http://cr.openjdk.java.net/~xiaofeya/8195976/webrev.00/ <http://cr.openjdk.java.net/~xiaofeya/8195976/webrev.00/> Regards, Chris > On 23 Jan 2018, at 3:53 PM, Alan Bateman <alan.bate...@oracle.com> wrote: > > > > On 23/01/2018 07:01, Chris Yin wrote: >> Please review the added JNDI test >> javax/naming/dns/AttributeTests/GetAny.java, thanks >> >> > You may want to move it to com/sun/jndi/dns so that it's with the other tests > for the DNS provider (as there is no javax.naming.dns API). Also I suspect > you don't need "@modules jdk.naming.dns/com.sun.jndi.dns" as it doesn't > appear to make direct use of the classes in the implementation. > > -Alan