public class com.sun.tools.classfile.ModuleHashes_attribute$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.classfile.ModuleHashes_attribute$Entry
  super_class: java.lang.Object
{
  public final int module_name_index;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final byte[] hash;
    descriptor: [B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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.ModuleHashes_attribute$Entry this
        start local 1 // com.sun.tools.classfile.ClassReader cr
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            putfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.module_name_index:I
         2: .line 80
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedShort:()I
            istore 2 /* hash_length */
        start local 2 // int hash_length
         3: .line 81
            aload 0 /* this */
            iload 2 /* hash_length */
            newarray 8
            putfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
         4: .line 82
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 8
         6: .line 83
      StackMap locals: com.sun.tools.classfile.ModuleHashes_attribute$Entry com.sun.tools.classfile.ClassReader int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
            iload 3 /* i */
            aload 1 /* cr */
            invokevirtual com.sun.tools.classfile.ClassReader.readUnsignedByte:()I
            i2b
            bastore
         7: .line 82
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* hash_length */
            if_icmplt 6
        end local 3 // int i
         9: .line 85
            return
        end local 2 // int hash_length
        end local 1 // com.sun.tools.classfile.ClassReader cr
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute$Entry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
            0   10     1           cr  Lcom/sun/tools/classfile/ClassReader;
            3   10     2  hash_length  I
            5    9     3            i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cr    

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.classfile.ModuleHashes_attribute$Entry this
         0: .line 88
            iconst_4
            aload 0 /* this */
            getfield com.sun.tools.classfile.ModuleHashes_attribute$Entry.hash:[B
            arraylength
            iadd
            ireturn
        end local 0 // com.sun.tools.classfile.ModuleHashes_attribute$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ModuleHashes_attribute$Entry;
}
SourceFile: "ModuleHashes_attribute.java"
NestHost: com.sun.tools.classfile.ModuleHashes_attribute
InnerClasses:
  public Entry = com.sun.tools.classfile.ModuleHashes_attribute$Entry of com.sun.tools.classfile.ModuleHashes_attribute