public class sun.security.util.Cache$EqualByteArray
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.util.Cache$EqualByteArray
  super_class: java.lang.Object
{
  private final byte[] b;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile int hash;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.util.Cache$EqualByteArray this
        start local 1 // byte[] b
         0: .line 153
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 154
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.security.util.Cache$EqualByteArray.b:[B
         2: .line 155
            return
        end local 1 // byte[] b
        end local 0 // sun.security.util.Cache$EqualByteArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/util/Cache$EqualByteArray;
            0    3     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.security.util.Cache$EqualByteArray this
         0: .line 158
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 159
            iload 1 /* h */
            ifne 9
         2: .line 160
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            arraylength
            iconst_1
            iadd
            istore 1 /* h */
         3: .line 161
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 162
      StackMap locals: int int
      StackMap stack:
            iload 1 /* h */
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            iload 2 /* i */
            baload
            sipush 255
            iand
            bipush 37
            imul
            iadd
            istore 1 /* h */
         6: .line 161
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 164
            aload 0 /* this */
            iload 1 /* h */
            putfield sun.security.util.Cache$EqualByteArray.hash:I
         9: .line 166
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // sun.security.util.Cache$EqualByteArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/util/Cache$EqualByteArray;
            1   10     1     h  I
            4    8     2     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.util.Cache$EqualByteArray this
        start local 1 // java.lang.Object obj
         0: .line 170
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 171
            iconst_1
            ireturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.util.Cache$EqualByteArray
            ifne 4
         3: .line 174
            iconst_0
            ireturn
         4: .line 176
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.security.util.Cache$EqualByteArray
            astore 2 /* other */
        start local 2 // sun.security.util.Cache$EqualByteArray other
         5: .line 177
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            aload 2 /* other */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
        end local 2 // sun.security.util.Cache$EqualByteArray other
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.util.Cache$EqualByteArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/security/util/Cache$EqualByteArray;
            0    6     1    obj  Ljava/lang/Object;
            5    6     2  other  Lsun/security/util/Cache$EqualByteArray;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "Cache.java"
NestHost: sun.security.util.Cache
InnerClasses:
  public EqualByteArray = sun.security.util.Cache$EqualByteArray of sun.security.util.Cache