< prev index next >

test/com/sun/jdi/FinalLocalsTest.java

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

*** 25,38 **** * @test * @bug 4326648 4768329 * @summary Test to verify that table entries are generated for all final * locals when a class is built for debug, even if they could be * inlined otherwise. - * * @author Tim Bell * - * @modules jdk.jdi * @run build TestScaffold VMConnection TargetListener TargetAdapter * @run compile -g FinalLocalsTest.java * @run driver FinalLocalsTest */ import com.sun.jdi.*; --- 25,36 ----
< prev index next >