< prev index next >

test/com/sun/jdi/ConstantPoolInfoGC.java

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

*** 23,36 **** /* * @test * @bug 6822627 * @summary Test that ReferenceType.constantPool does not produce an NPE - * * @author Egor Ushakov * * @modules jdk.jdi/com.sun.tools.jdi:+open * @run build TestScaffold VMConnection * @run compile -g ConstantPoolInfoGC.java * @run main/othervm ConstantPoolInfoGC */ --- 23,36 ---- /* * @test * @bug 6822627 * @summary Test that ReferenceType.constantPool does not produce an NPE * @author Egor Ushakov * * @modules jdk.jdi/com.sun.tools.jdi:+open + * * @run build TestScaffold VMConnection * @run compile -g ConstantPoolInfoGC.java * @run main/othervm ConstantPoolInfoGC */
< prev index next >