< 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,11 +93,11 @@
 
     /**
      * Constructs a new {@link SignatureWriter} object.
      */
     public SignatureWriter() {
-        super(Opcodes.ASM5);
+        super(Opcodes.ASM6);
     }
 
     // ------------------------------------------------------------------------
     // Implementation of the SignatureVisitor interface
     // ------------------------------------------------------------------------
< prev index next >