< prev index next >

src/java.base/share/classes/jdk/internal/org/objectweb/asm/signature/SignatureWriter.java

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

*** 93,103 **** /** * Constructs a new {@link SignatureWriter} object. */ public SignatureWriter() { ! super(Opcodes.ASM5); } // ------------------------------------------------------------------------ // Implementation of the SignatureVisitor interface // ------------------------------------------------------------------------ --- 93,103 ---- /** * Constructs a new {@link SignatureWriter} object. */ public SignatureWriter() { ! super(Opcodes.ASM6); } // ------------------------------------------------------------------------ // Implementation of the SignatureVisitor interface // ------------------------------------------------------------------------
< prev index next >