< prev index next >

test/com/sun/jdi/GetLocalVariables2Test.java

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

*** 23,36 **** /** * @test * @bug 4349534 4690242 4695338 * @summary regression - bad LocalVariableTable attribute when no initialization needed - * * @author Tim Bell * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g GetLocalVariables2Test.java * @run driver GetLocalVariables2Test */ import com.sun.jdi.*; --- 23,34 ----
< prev index next >