< prev index next >

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

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

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