< prev index next >

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

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

@@ -71,11 +71,11 @@
 
     protected final Remapper remapper;
 
     public AnnotationRemapper(final AnnotationVisitor av,
             final Remapper remapper) {
-        this(Opcodes.ASM5, av, remapper);
+        this(Opcodes.ASM6, av, remapper);
     }
 
     protected AnnotationRemapper(final int api, final AnnotationVisitor av,
             final Remapper remapper) {
         super(api, av);
< prev index next >