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 int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  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 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 170
            aload 0 /* this */
            aload 1 /* b */
            putfield sun.security.util.Cache$EqualByteArray.b:[B
         2: .line 171
            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=2, args_size=1
        start local 0 // sun.security.util.Cache$EqualByteArray this
         0: .line 174
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.hash:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 175
            iload 1 /* h */
            ifne 3
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            arraylength
            ifle 3
         2: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.util.Cache$EqualByteArray.b:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            dup
            istore 1 /* h */
            putfield sun.security.util.Cache$EqualByteArray.hash:I
         3: .line 178
      StackMap locals: int
      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    4     0  this  Lsun/security/util/Cache$EqualByteArray;
            1    4     1     h  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 182
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 183
            iconst_1
            ireturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.util.Cache$EqualByteArray
            ifne 4
         3: .line 186
            iconst_0
            ireturn
         4: .line 188
      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 189
            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