< prev index next >

test/sun/jvmstat/monitor/VmIdentifier/VmIdentifierCreateResolve.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 22,33 **** */ /* * @test * @bug 4990825 - * @modules jdk.internal.jvmstat/sun.jvmstat.monitor * @summary test that VmIdentifier objects get created as expected */ import java.io.*; import java.net.*; import javax.xml.parsers.*; --- 22,35 ---- */ /* * @test * @bug 4990825 * @summary test that VmIdentifier objects get created as expected + * + * @modules java.xml + * jdk.internal.jvmstat/sun.jvmstat.monitor */ import java.io.*; import java.net.*; import javax.xml.parsers.*;
< prev index next >