< prev index next >

test/com/sun/jdi/NewInstanceTest.java

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

*** 24,37 **** /** * @test * @bug 4419450 * @summary Test newInstance() for arrays - currently covers * only reference type arrays (see bug #4450091). - * * @author Robert Field * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g NewInstanceTest.java * @run driver NewInstanceTest */ import com.sun.jdi.*; --- 24,35 ----
< prev index next >