public class sun.jvm.hotspot.utilities.Hashtable extends sun.jvm.hotspot.utilities.BasicHashtable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.Hashtable
  super_class: sun.jvm.hotspot.utilities.BasicHashtable
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new sun.jvm.hotspot.utilities.Hashtable$1
            dup
            invokespecial sun.jvm.hotspot.utilities.Hashtable$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 39
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 43
            aload 0 /* db */
            ldc "IntptrHashtable"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         1: .line 44
            return
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
    MethodParameters:
      Name  Flags
      db    

  protected java.lang.Class getHashtableEntryClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.Hashtable this
         0: .line 48
            ldc Lsun/jvm/hotspot/utilities/HashtableEntry;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.Hashtable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/Hashtable;

  public int hashToIndex(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.Hashtable this
        start local 1 // long fullHash
         0: .line 52
            lload 1 /* fullHash */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.Hashtable.tableSize:()I
            i2l
            lrem
            l2i
            ireturn
        end local 1 // long fullHash
        end local 0 // sun.jvm.hotspot.utilities.Hashtable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/jvm/hotspot/utilities/Hashtable;
            0    1     1  fullHash  J
    MethodParameters:
          Name  Flags
      fullHash  

  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.Hashtable this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 56
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.utilities.BasicHashtable.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 57
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.utilities.Hashtable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/Hashtable;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  protected static long hashSymbol(byte[]);
    descriptor: ([B)J
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // byte[] buf
         0: .line 61
            lconst_0
            lstore 1 /* h */
        start local 1 // long h
         1: .line 62
            iconst_0
            istore 3 /* s */
        start local 3 // int s
         2: .line 63
            aload 0 /* buf */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         3: .line 64
            goto 6
         4: .line 65
      StackMap locals: long int int
      StackMap stack:
            ldc 31
            lload 1 /* h */
            lmul
            ldc 255
            aload 0 /* buf */
            iload 3 /* s */
            baload
            i2l
            land
            ladd
            lstore 1 /* h */
         5: .line 66
            iinc 3 /* s */ 1
         6: .line 64
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iinc 4 /* len */ -1
            ifgt 4
         7: .line 68
            lload 1 /* h */
            ldc 4294967295
            land
            lreturn
        end local 4 // int len
        end local 3 // int s
        end local 1 // long h
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0   buf  [B
            1    8     1     h  J
            2    8     3     s  I
            3    8     4   len  I
    MethodParameters:
      Name  Flags
      buf   
}
SourceFile: "Hashtable.java"
NestMembers:
  sun.jvm.hotspot.utilities.Hashtable$1
InnerClasses:
  sun.jvm.hotspot.utilities.Hashtable$1