public class sun.jvm.hotspot.memory.StringTable extends sun.jvm.hotspot.utilities.Hashtable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.memory.StringTable
  super_class: sun.jvm.hotspot.utilities.Hashtable
{
  private static sun.jvm.hotspot.types.AddressField theTableField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 37
            new sun.jvm.hotspot.memory.StringTable$1
            dup
            invokespecial sun.jvm.hotspot.memory.StringTable$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 50
            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=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 45
            aload 0 /* db */
            ldc "StringTable"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 46
            aload 1 /* type */
            ldc "_the_table"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.memory.StringTable.theTableField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 47
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    3     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public static sun.jvm.hotspot.memory.StringTable getTheTable();
    descriptor: ()Lsun/jvm/hotspot/memory/StringTable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 54
            getstatic sun.jvm.hotspot.memory.StringTable.theTableField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            astore 0 /* tmp */
        start local 0 // sun.jvm.hotspot.debugger.Address tmp
         1: .line 55
            ldc Lsun/jvm/hotspot/memory/StringTable;
            aload 0 /* tmp */
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.memory.StringTable
            areturn
        end local 0 // sun.jvm.hotspot.debugger.Address tmp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    2     0   tmp  Lsun/jvm/hotspot/debugger/Address;

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

  public void stringsDo(sun.jvm.hotspot.memory.StringTable$StringVisitor);
    descriptor: (Lsun/jvm/hotspot/memory/StringTable$StringVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.memory.StringTable this
        start local 1 // sun.jvm.hotspot.memory.StringTable$StringVisitor visitor
         0: .line 67
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            astore 2 /* oh */
        start local 2 // sun.jvm.hotspot.oops.ObjectHeap oh
         1: .line 68
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.StringTable.tableSize:()I
            istore 3 /* numBuckets */
        start local 3 // int numBuckets
         2: .line 69
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 11
         4: .line 70
      StackMap locals: sun.jvm.hotspot.oops.ObjectHeap int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual sun.jvm.hotspot.memory.StringTable.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.utilities.HashtableEntry
            astore 5 /* e */
        start local 5 // sun.jvm.hotspot.utilities.HashtableEntry e
         5: goto 9
         6: .line 72
      StackMap locals: sun.jvm.hotspot.utilities.HashtableEntry
      StackMap stack:
            aload 2 /* oh */
            aload 5 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.literalValue:()Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetToAsOopHandle:(J)Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            checkcast sun.jvm.hotspot.oops.Instance
            astore 6 /* s */
        start local 6 // sun.jvm.hotspot.oops.Instance s
         7: .line 73
            aload 1 /* visitor */
            aload 6 /* s */
            invokeinterface sun.jvm.hotspot.memory.StringTable$StringVisitor.visit:(Lsun/jvm/hotspot/oops/Instance;)V
        end local 6 // sun.jvm.hotspot.oops.Instance s
         8: .line 71
            aload 5 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.utilities.HashtableEntry
            astore 5 /* e */
         9: .line 70
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnonnull 6
        end local 5 // sun.jvm.hotspot.utilities.HashtableEntry e
        10: .line 69
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* numBuckets */
            if_icmplt 4
        end local 4 // int i
        12: .line 76
            return
        end local 3 // int numBuckets
        end local 2 // sun.jvm.hotspot.oops.ObjectHeap oh
        end local 1 // sun.jvm.hotspot.memory.StringTable$StringVisitor visitor
        end local 0 // sun.jvm.hotspot.memory.StringTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/jvm/hotspot/memory/StringTable;
            0   13     1     visitor  Lsun/jvm/hotspot/memory/StringTable$StringVisitor;
            1   13     2          oh  Lsun/jvm/hotspot/oops/ObjectHeap;
            2   13     3  numBuckets  I
            3   12     4           i  I
            5   10     5           e  Lsun/jvm/hotspot/utilities/HashtableEntry;
            7    8     6           s  Lsun/jvm/hotspot/oops/Instance;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "StringTable.java"
NestMembers:
  sun.jvm.hotspot.memory.StringTable$1  sun.jvm.hotspot.memory.StringTable$StringVisitor
InnerClasses:
  sun.jvm.hotspot.memory.StringTable$1
  public abstract StringVisitor = sun.jvm.hotspot.memory.StringTable$StringVisitor of sun.jvm.hotspot.memory.StringTable