< prev index next >

langtools/test/tools/javac/8009170/RedundantByteCodeInArrayTest.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
  * @test
  * @bug 8009170
  * @summary Regression: javac generates redundant bytecode in assignop involving
  * arrays
- * @modules jdk.compiler/com.sun.tools.classfile
+ * @modules jdk.jdeps/com.sun.tools.classfile
  * @run main RedundantByteCodeInArrayTest
  */
 
 import java.io.File;
 import java.io.IOException;
< prev index next >