public class com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier
  super_class: java.lang.Object
{
  public int bootstrap_method_ref;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int[] bootstrap_arguments;
    descriptor: [I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int, int[]);
    descriptor: (I[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
        start local 1 // int bootstrap_method_ref
        start local 2 // int[] bootstrap_arguments
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 0 /* this */
            iload 1 /* bootstrap_method_ref */
            putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_method_ref:I
         2: .line 74
            aload 0 /* this */
            aload 2 /* bootstrap_arguments */
            putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
         3: .line 75
            return
        end local 2 // int[] bootstrap_arguments
        end local 1 // int bootstrap_method_ref
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
            0    4     1  bootstrap_method_ref  I
            0    4     2   bootstrap_arguments  [I
    MethodParameters:
                      Name  Flags
      bootstrap_method_ref  
      bootstrap_arguments   

  void <init>(com.sun.tools.classfile.ClassReader);
    descriptor: (Lcom/sun/tools/classfile/ClassReader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
        start local 1 // com.sun.tools.classfile.ClassReader cr
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_method_ref:I
         2: .line 78
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            istore 2 /* method_count */
        start local 2 // int method_count
         3: .line 79
            aload 0 /* this */
            iload 2 /* method_count */
            newarray 10
            putfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
         4: .line 80
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 81
      StackMap locals: com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier com.sun.tools.classfile.ClassReader int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
            iload 3 /* i */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            iastore
         7: .line 80
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
            arraylength
            if_icmplt 6
        end local 3 // int i
         9: .line 83
            return
        end local 2 // int method_count
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
            0   10     1            cr  Lcom/sun/tools/classfile/ClassReader;
            3   10     2  method_count  I
            5    9     3             i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cr    

  int length();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
         0: .line 87
            iconst_4
            aload 0 /* this */
            getfield com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier.bootstrap_arguments:[I
            arraylength
            iconst_2
            imul
            iadd
            ireturn
        end local 0 // com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/BootstrapMethods_attribute$BootstrapMethodSpecifier;
}
SourceFile: "BootstrapMethods_attribute.java"
NestHost: com.sun.tools.classfile.BootstrapMethods_attribute
InnerClasses:
  public BootstrapMethodSpecifier = com.sun.tools.classfile.BootstrapMethods_attribute$BootstrapMethodSpecifier of com.sun.tools.classfile.BootstrapMethods_attribute