public class sun.jvm.hotspot.memory.SymbolTable 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.SymbolTable
  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

  private static sun.jvm.hotspot.types.AddressField sharedTableField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private sun.jvm.hotspot.utilities.CompactHashTable sharedTable;
    descriptor: Lsun/jvm/hotspot/utilities/CompactHashTable;
    flags: (0x0002) ACC_PRIVATE

  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.SymbolTable$1
            dup
            invokespecial sun.jvm.hotspot.memory.SymbolTable$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 52
            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 "SymbolTable"
            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.SymbolTable.theTableField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 47
            aload 1 /* type */
            ldc "_shared_table"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.memory.SymbolTable.sharedTableField:Lsun/jvm/hotspot/types/AddressField;
         3: .line 48
            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    4     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    4     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public static sun.jvm.hotspot.memory.SymbolTable getTheTable();
    descriptor: ()Lsun/jvm/hotspot/memory/SymbolTable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=0
         0: .line 58
            getstatic sun.jvm.hotspot.memory.SymbolTable.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 59
            ldc Lsun/jvm/hotspot/memory/SymbolTable;
            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.SymbolTable
            astore 1 /* table */
        start local 1 // sun.jvm.hotspot.memory.SymbolTable table
         2: .line 60
            getstatic sun.jvm.hotspot.memory.SymbolTable.sharedTableField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getStaticFieldAddress:()Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* shared */
        start local 2 // sun.jvm.hotspot.debugger.Address shared
         3: .line 61
            aload 1 /* table */
            ldc Lsun/jvm/hotspot/utilities/CompactHashTable;
            aload 2 /* shared */
            invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.CompactHashTable
            putfield sun.jvm.hotspot.memory.SymbolTable.sharedTable:Lsun/jvm/hotspot/utilities/CompactHashTable;
         4: .line 62
            aload 1 /* table */
            areturn
        end local 2 // sun.jvm.hotspot.debugger.Address shared
        end local 1 // sun.jvm.hotspot.memory.SymbolTable table
        end local 0 // sun.jvm.hotspot.debugger.Address tmp
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1    5     0     tmp  Lsun/jvm/hotspot/debugger/Address;
            2    5     1   table  Lsun/jvm/hotspot/memory/SymbolTable;
            3    5     2  shared  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.SymbolTable this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 66
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.utilities.Hashtable.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 67
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.memory.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/memory/SymbolTable;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.oops.Symbol probe(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.SymbolTable this
        start local 1 // java.lang.String name
         0: .line 75
            aload 0 /* this */
            aload 1 /* name */
            invokestatic sun.jvm.hotspot.memory.SymbolTable.toModifiedUTF8Bytes:(Ljava/lang/String;)[B
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.probe:([B)Lsun/jvm/hotspot/oops/Symbol;
         1: areturn
         2: .line 76
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         3: .line 77
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.memory.SymbolTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/memory/SymbolTable;
            0    4     1  name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public sun.jvm.hotspot.oops.Symbol probe(byte[]);
    descriptor: ([B)Lsun/jvm/hotspot/oops/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.jvm.hotspot.memory.SymbolTable this
        start local 1 // byte[] name
         0: .line 87
            aload 1 /* name */
            invokestatic sun.jvm.hotspot.memory.SymbolTable.hashSymbol:([B)J
            lstore 2 /* hashValue */
        start local 2 // long hashValue
         1: .line 89
            aload 0 /* this */
            getfield sun.jvm.hotspot.memory.SymbolTable.sharedTable:Lsun/jvm/hotspot/utilities/CompactHashTable;
            aload 1 /* name */
            lload 2 /* hashValue */
            invokevirtual sun.jvm.hotspot.utilities.CompactHashTable.probe:([BJ)Lsun/jvm/hotspot/oops/Symbol;
            astore 4 /* s */
        start local 4 // sun.jvm.hotspot.oops.Symbol s
         2: .line 90
            aload 4 /* s */
            ifnull 4
         3: .line 91
            aload 4 /* s */
            areturn
         4: .line 94
      StackMap locals: long sun.jvm.hotspot.oops.Symbol
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            lload 2 /* hashValue */
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.hashToIndex:(J)I
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.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 11
         6: .line 95
      StackMap locals: sun.jvm.hotspot.utilities.HashtableEntry
      StackMap stack:
            aload 5 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.hash:()J
            lload 2 /* hashValue */
            lcmp
            ifne 10
         7: .line 96
            aload 5 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.literalValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.oops.Symbol.create:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Symbol;
            astore 6 /* sym */
        start local 6 // sun.jvm.hotspot.oops.Symbol sym
         8: .line 97
            aload 6 /* sym */
            aload 1 /* name */
            invokevirtual sun.jvm.hotspot.oops.Symbol.equals:([B)Z
            ifeq 10
         9: .line 98
            aload 6 /* sym */
            areturn
        end local 6 // sun.jvm.hotspot.oops.Symbol sym
        10: .line 94
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.utilities.HashtableEntry
            astore 5 /* e */
      StackMap locals:
      StackMap stack:
        11: aload 5 /* e */
            ifnonnull 6
        end local 5 // sun.jvm.hotspot.utilities.HashtableEntry e
        12: .line 103
            aconst_null
            areturn
        end local 4 // sun.jvm.hotspot.oops.Symbol s
        end local 2 // long hashValue
        end local 1 // byte[] name
        end local 0 // sun.jvm.hotspot.memory.SymbolTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/jvm/hotspot/memory/SymbolTable;
            0   13     1       name  [B
            1   13     2  hashValue  J
            2   13     4          s  Lsun/jvm/hotspot/oops/Symbol;
            5   12     5          e  Lsun/jvm/hotspot/utilities/HashtableEntry;
            8   10     6        sym  Lsun/jvm/hotspot/oops/Symbol;
    MethodParameters:
      Name  Flags
      name  

  public void symbolsDo(sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor);
    descriptor: (Lsun/jvm/hotspot/memory/SymbolTable$SymbolVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.memory.SymbolTable this
        start local 1 // sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor visitor
         0: .line 111
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.tableSize:()I
            istore 2 /* numBuckets */
        start local 2 // int numBuckets
         1: .line 112
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 9
         3: .line 113
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.jvm.hotspot.memory.SymbolTable.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.utilities.HashtableEntry
            astore 4 /* e */
        start local 4 // sun.jvm.hotspot.utilities.HashtableEntry e
         4: goto 7
         5: .line 115
      StackMap locals: sun.jvm.hotspot.utilities.HashtableEntry
      StackMap stack:
            aload 1 /* visitor */
            aload 4 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.literalValue:()Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.oops.Symbol.create:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/oops/Symbol;
            invokeinterface sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor.visit:(Lsun/jvm/hotspot/oops/Symbol;)V
         6: .line 114
            aload 4 /* e */
            invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.utilities.HashtableEntry
            astore 4 /* e */
         7: .line 113
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            ifnonnull 5
        end local 4 // sun.jvm.hotspot.utilities.HashtableEntry e
         8: .line 112
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* numBuckets */
            if_icmplt 3
        end local 3 // int i
        10: .line 118
            return
        end local 2 // int numBuckets
        end local 1 // sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor visitor
        end local 0 // sun.jvm.hotspot.memory.SymbolTable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/jvm/hotspot/memory/SymbolTable;
            0   11     1     visitor  Lsun/jvm/hotspot/memory/SymbolTable$SymbolVisitor;
            1   11     2  numBuckets  I
            2   10     3           i  I
            4    8     4           e  Lsun/jvm/hotspot/utilities/HashtableEntry;
    MethodParameters:
         Name  Flags
      visitor  

  private static byte[] toModifiedUTF8Bytes(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // java.lang.String name
         0: .line 121
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 1 /* baos */
        start local 1 // java.io.ByteArrayOutputStream baos
         1: .line 122
            new java.io.DataOutputStream
            dup
            aload 1 /* baos */
            invokespecial java.io.DataOutputStream.<init>:(Ljava/io/OutputStream;)V
            astore 2 /* dos */
        start local 2 // java.io.DataOutputStream dos
         2: .line 123
            aload 2 /* dos */
            aload 0 /* name */
            invokevirtual java.io.DataOutputStream.writeUTF:(Ljava/lang/String;)V
         3: .line 124
            aload 2 /* dos */
            invokevirtual java.io.DataOutputStream.flush:()V
         4: .line 125
            aload 1 /* baos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            astore 3 /* buf */
        start local 3 // byte[] buf
         5: .line 126
            aload 3 /* buf */
            arraylength
            iconst_2
            isub
            newarray 8
            astore 4 /* res */
        start local 4 // byte[] res
         6: .line 128
            aload 3 /* buf */
            iconst_2
            aload 4 /* res */
            iconst_0
            aload 4 /* res */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 129
            aload 4 /* res */
            areturn
        end local 4 // byte[] res
        end local 3 // byte[] buf
        end local 2 // java.io.DataOutputStream dos
        end local 1 // java.io.ByteArrayOutputStream baos
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  name  Ljava/lang/String;
            1    8     1  baos  Ljava/io/ByteArrayOutputStream;
            2    8     2   dos  Ljava/io/DataOutputStream;
            5    8     3   buf  [B
            6    8     4   res  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "SymbolTable.java"
NestMembers:
  sun.jvm.hotspot.memory.SymbolTable$1  sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor
InnerClasses:
  sun.jvm.hotspot.memory.SymbolTable$1
  public abstract SymbolVisitor = sun.jvm.hotspot.memory.SymbolTable$SymbolVisitor of sun.jvm.hotspot.memory.SymbolTable