< prev index next >

src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/BasicInterpreter.java

Print this page
rev 47452 : imported patch jdk-new-asmv6.patch

@@ -80,11 +80,11 @@
  */
 public class BasicInterpreter extends Interpreter<BasicValue> implements
         Opcodes {
 
     public BasicInterpreter() {
-        super(ASM5);
+        super(ASM6);
     }
 
     protected BasicInterpreter(final int api) {
         super(api);
     }
< prev index next >