< 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,14 +25,12 @@
  *  @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.*;
< prev index next >