class sun.jvm.hotspot.debugger.LongHashMap$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.LongHashMap$Entry
  super_class: java.lang.Object
{
  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private long key;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.LongHashMap$Entry next;
    descriptor: Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    flags: (0x0002) ACC_PRIVATE

  void <init>(int, long, java.lang.Object, sun.jvm.hotspot.debugger.LongHashMap$Entry);
    descriptor: (IJLjava/lang/Object;Lsun/jvm/hotspot/debugger/LongHashMap$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
        start local 1 // int hash
        start local 2 // long key
        start local 4 // java.lang.Object value
        start local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry next
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            iload 1 /* hash */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
         2: .line 48
            aload 0 /* this */
            lload 2 /* key */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
         3: .line 49
            aload 0 /* this */
            aload 4 /* value */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
         4: .line 50
            aload 0 /* this */
            aload 5 /* next */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.next:Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
         5: .line 51
            return
        end local 5 // sun.jvm.hotspot.debugger.LongHashMap$Entry next
        end local 4 // java.lang.Object value
        end local 2 // long key
        end local 1 // int hash
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            0    6     1   hash  I
            0    6     2    key  J
            0    6     4  value  Ljava/lang/Object;
            0    6     5   next  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
       Name  Flags
      hash   
      key    
      value  
      next   

  long getKey();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
         0: .line 58
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;

  java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
         0: .line 67
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;

  java.lang.Object setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
        start local 1 // java.lang.Object value
         0: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            astore 2 /* oldValue */
        start local 2 // java.lang.Object oldValue
         1: .line 90
            aload 0 /* this */
            aload 1 /* value */
            putfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
         2: .line 91
            aload 2 /* oldValue */
            areturn
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object value
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            0    3     1     value  Ljava/lang/Object;
            1    3     2  oldValue  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
        start local 1 // java.lang.Object o
         0: .line 113
            aload 1 /* o */
            instanceof sun.jvm.hotspot.debugger.LongHashMap$Entry
            ifne 2
         1: .line 114
            iconst_0
            ireturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast sun.jvm.hotspot.debugger.LongHashMap$Entry
            astore 2 /* e */
        start local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
         3: .line 116
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.key:J
            aload 2 /* e */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap$Entry.getKey:()J
            lcmp
            ifne 4
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            aload 2 /* e */
            invokevirtual sun.jvm.hotspot.debugger.LongHashMap$Entry.getValue:()Ljava/lang/Object;
            invokestatic sun.jvm.hotspot.debugger.LongHashMap.eq:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // sun.jvm.hotspot.debugger.LongHashMap$Entry e
        end local 1 // java.lang.Object o
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
            0    5     1     o  Ljava/lang/Object;
            3    5     2     e  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
         0: .line 136
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.hash:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.LongHashMap$Entry.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: sun.jvm.hotspot.debugger.LongHashMap$Entry
      StackMap stack: int int
         2: ixor
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.LongHashMap$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/LongHashMap$Entry;
}
SourceFile: "LongHashMap.java"
NestHost: sun.jvm.hotspot.debugger.LongHashMap
InnerClasses:
  Entry = sun.jvm.hotspot.debugger.LongHashMap$Entry of sun.jvm.hotspot.debugger.LongHashMap