class jdk.nio.zipfs.ZipFileSystem$ParentLookup extends jdk.nio.zipfs.ZipFileSystem$IndexNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.nio.zipfs.ZipFileSystem$ParentLookup
  super_class: jdk.nio.zipfs.ZipFileSystem$IndexNode
{
  int len;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
         0: .line 2675
            aload 0 /* this */
            invokespecial jdk.nio.zipfs.ZipFileSystem$IndexNode.<init>:()V
            return
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nio/zipfs/ZipFileSystem$ParentLookup;

  final jdk.nio.zipfs.ZipFileSystem$ParentLookup as(byte[], int);
    descriptor: ([BI)Ljdk/nio/zipfs/ZipFileSystem$ParentLookup;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
        start local 1 // byte[] name
        start local 2 // int len
         0: .line 2678
            aload 0 /* this */
            aload 1 /* name */
            iload 2 /* len */
            invokevirtual jdk.nio.zipfs.ZipFileSystem$ParentLookup.name:([BI)V
         1: .line 2679
            aload 0 /* this */
            areturn
        end local 2 // int len
        end local 1 // byte[] name
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nio/zipfs/ZipFileSystem$ParentLookup;
            0    2     1  name  [B
            0    2     2   len  I
    MethodParameters:
      Name  Flags
      name  
      len   

  void name(byte[], int);
    descriptor: ([BI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
        start local 1 // byte[] name
        start local 2 // int len
         0: .line 2683
            aload 0 /* this */
            aload 1 /* name */
            putfield jdk.nio.zipfs.ZipFileSystem$ParentLookup.name:[B
         1: .line 2684
            aload 0 /* this */
            iload 2 /* len */
            putfield jdk.nio.zipfs.ZipFileSystem$ParentLookup.len:I
         2: .line 2686
            iconst_1
            istore 3 /* result */
        start local 3 // int result
         3: .line 2687
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 2688
      StackMap locals: int int
      StackMap stack:
            bipush 31
            iload 3 /* result */
            imul
            aload 1 /* name */
            iload 4 /* i */
            baload
            iadd
            istore 3 /* result */
         6: .line 2687
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 5
        end local 4 // int i
         8: .line 2689
            aload 0 /* this */
            iload 3 /* result */
            putfield jdk.nio.zipfs.ZipFileSystem$ParentLookup.hashcode:I
         9: .line 2690
            return
        end local 3 // int result
        end local 2 // int len
        end local 1 // byte[] name
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljdk/nio/zipfs/ZipFileSystem$ParentLookup;
            0   10     1    name  [B
            0   10     2     len  I
            3   10     3  result  I
            4    8     4       i  I
    MethodParameters:
      Name  Flags
      name  
      len   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
        start local 1 // java.lang.Object other
         0: .line 2694
            aload 1 /* other */
            instanceof jdk.nio.zipfs.ZipFileSystem$IndexNode
            ifne 2
         1: .line 2695
            iconst_0
            ireturn
         2: .line 2697
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast jdk.nio.zipfs.ZipFileSystem$IndexNode
            getfield jdk.nio.zipfs.ZipFileSystem$IndexNode.name:[B
            astore 2 /* oname */
        start local 2 // byte[] oname
         3: .line 2698
            aload 0 /* this */
            getfield jdk.nio.zipfs.ZipFileSystem$ParentLookup.name:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.nio.zipfs.ZipFileSystem$ParentLookup.len:I
         4: .line 2699
            aload 2 /* oname */
            iconst_0
            aload 2 /* oname */
            arraylength
         5: .line 2698
            invokestatic java.util.Arrays.equals:([BII[BII)Z
            ireturn
        end local 2 // byte[] oname
        end local 1 // java.lang.Object other
        end local 0 // jdk.nio.zipfs.ZipFileSystem$ParentLookup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/nio/zipfs/ZipFileSystem$ParentLookup;
            0    6     1  other  Ljava/lang/Object;
            3    6     2  oname  [B
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "ZipFileSystem.java"
NestHost: jdk.nio.zipfs.ZipFileSystem
InnerClasses:
  IndexNode = jdk.nio.zipfs.ZipFileSystem$IndexNode of jdk.nio.zipfs.ZipFileSystem
  ParentLookup = jdk.nio.zipfs.ZipFileSystem$ParentLookup of jdk.nio.zipfs.ZipFileSystem