< prev index next >

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

Print this page

        

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