< prev index next >

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

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

@@ -110,11 +110,11 @@
     /**
      * Creates a new {@link AdviceAdapter}.
      *
      * @param api
      *            the ASM API version implemented by this visitor. Must be one
-     *            of {@link Opcodes#ASM4} or {@link Opcodes#ASM5}.
+     *            of {@link Opcodes#ASM4}, {@link Opcodes#ASM5} or {@link Opcodes#ASM6}.
      * @param mv
      *            the method visitor to which this adapter delegates calls.
      * @param access
      *            the method's access flags (see {@link Opcodes}).
      * @param name
< prev index next >