< prev index next >

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

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

@@ -131,11 +131,11 @@
      *            where in <tt>parent</tt> the number of annotation values must
      *            be stored.
      */
     AnnotationWriter(final ClassWriter cw, final boolean named,
             final ByteVector bv, final ByteVector parent, final int offset) {
-        super(Opcodes.ASM5);
+        super(Opcodes.ASM6);
         this.cw = cw;
         this.named = named;
         this.bv = bv;
         this.parent = parent;
         this.offset = offset;
< prev index next >