public class sun.jvm.hotspot.utilities.TwoOopHashtable extends sun.jvm.hotspot.utilities.Hashtable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.TwoOopHashtable
  super_class: sun.jvm.hotspot.utilities.Hashtable
{
  public void <init>(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 32
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.utilities.Hashtable.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 33
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/TwoOopHashtable;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public long computeHash(sun.jvm.hotspot.oops.Symbol, sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;Lsun/jvm/hotspot/oops/Oop;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
        start local 1 // sun.jvm.hotspot.oops.Symbol name
        start local 2 // sun.jvm.hotspot.oops.Oop loader
         0: .line 36
            aload 1 /* name */
            invokevirtual sun.jvm.hotspot.oops.Symbol.identityHash:()I
         1: .line 37
            aload 2 /* loader */
            ifnonnull 2
            lconst_0
            goto 3
      StackMap locals:
      StackMap stack: int
         2: aload 2 /* loader */
            invokevirtual sun.jvm.hotspot.oops.Oop.identityHash:()J
      StackMap locals: sun.jvm.hotspot.utilities.TwoOopHashtable sun.jvm.hotspot.oops.Symbol sun.jvm.hotspot.oops.Oop
      StackMap stack: int long
         3: l2i
         4: .line 36
            ixor
            i2l
         5: .line 37
            ldc 4294967295
         6: .line 36
            land
            lreturn
        end local 2 // sun.jvm.hotspot.oops.Oop loader
        end local 1 // sun.jvm.hotspot.oops.Symbol name
        end local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/jvm/hotspot/utilities/TwoOopHashtable;
            0    7     1    name  Lsun/jvm/hotspot/oops/Symbol;
            0    7     2  loader  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
        Name  Flags
      name    
      loader  

  public int indexFor(sun.jvm.hotspot.oops.Symbol, sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/oops/Symbol;Lsun/jvm/hotspot/oops/Oop;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
        start local 1 // sun.jvm.hotspot.oops.Symbol name
        start local 2 // sun.jvm.hotspot.oops.Oop loader
         0: .line 41
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* loader */
            invokevirtual sun.jvm.hotspot.utilities.TwoOopHashtable.computeHash:(Lsun/jvm/hotspot/oops/Symbol;Lsun/jvm/hotspot/oops/Oop;)J
            invokevirtual sun.jvm.hotspot.utilities.TwoOopHashtable.hashToIndex:(J)I
            ireturn
        end local 2 // sun.jvm.hotspot.oops.Oop loader
        end local 1 // sun.jvm.hotspot.oops.Symbol name
        end local 0 // sun.jvm.hotspot.utilities.TwoOopHashtable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/utilities/TwoOopHashtable;
            0    1     1    name  Lsun/jvm/hotspot/oops/Symbol;
            0    1     2  loader  Lsun/jvm/hotspot/oops/Oop;
    MethodParameters:
        Name  Flags
      name    
      loader  
}
SourceFile: "TwoOopHashtable.java"