public interface org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tOpcodes cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tALOAD cannot be resolved to a variable\n\tINVOKESPECIAL cannot be resolved to a variable\n\tRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tACC_PRIVATE cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n\tICONST_0 cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tLabel cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract int m();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int m2(int, int, int, int, int, int, int, int, int, int);
    descriptor: (IIIIIIIIII)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     
      f     
      g     
      h     
      i     
      j     
}
SourceFile: "InterfaceMethodHandleTest.java"
NestHost: org.graalvm.compiler.core.test.InterfaceMethodHandleTest
InnerClasses:
  public abstract I = org.graalvm.compiler.core.test.InterfaceMethodHandleTest$I of org.graalvm.compiler.core.test.InterfaceMethodHandleTest