< prev index next >

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

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

*** 77,87 **** */ public class SourceInterpreter extends Interpreter<SourceValue> implements Opcodes { public SourceInterpreter() { ! super(ASM5); } protected SourceInterpreter(final int api) { super(api); } --- 77,87 ---- */ public class SourceInterpreter extends Interpreter<SourceValue> implements Opcodes { public SourceInterpreter() { ! super(ASM6); } protected SourceInterpreter(final int api) { super(api); }
< prev index next >