public class sun.jvm.hotspot.memory.Dictionary 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.Dictionary
  super_class: sun.jvm.hotspot.utilities.Hashtable
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 39
            new sun.jvm.hotspot.memory.Dictionary$1
            dup
            invokespecial sun.jvm.hotspot.memory.Dictionary$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 44
            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 48
            aload 0 /* db */
            ldc "Dictionary"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         1: .line 49
            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    

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

  protected java.lang.Class<? extends sun.jvm.hotspot.utilities.HashtableEntry> getHashtableEntryClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.memory.Dictionary this
         0: .line 58
            ldc Lsun/jvm/hotspot/memory/DictionaryEntry;
            areturn
        end local 0 // sun.jvm.hotspot.memory.Dictionary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Dictionary;
    Signature: ()Ljava/lang/Class<+Lsun/jvm/hotspot/utilities/HashtableEntry;>;

  public void allEntriesDo(sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor, sun.jvm.hotspot.oops.Oop);
    descriptor: (Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;Lsun/jvm/hotspot/oops/Oop;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.jvm.hotspot.memory.Dictionary this
        start local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor v
        start local 2 // sun.jvm.hotspot.oops.Oop loader
         0: .line 63
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.Dictionary.tableSize:()I
            istore 3 /* tblSize */
        start local 3 // int tblSize
         1: .line 64
            iconst_0
            istore 4 /* index */
        start local 4 // int index
         2: goto 12
         3: .line 65
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* index */
            invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* probe */
        start local 5 // sun.jvm.hotspot.memory.DictionaryEntry probe
         4: goto 10
         5: .line 67
      StackMap locals: sun.jvm.hotspot.memory.DictionaryEntry
      StackMap stack:
            aload 5 /* probe */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.klass:()Lsun/jvm/hotspot/oops/Klass;
            astore 6 /* k */
        start local 6 // sun.jvm.hotspot.oops.Klass k
         6: .line 70
            aload 6 /* k */
            instanceof sun.jvm.hotspot.oops.InstanceKlass
            ifeq 8
            aload 6 /* k */
            checkcast sun.jvm.hotspot.oops.InstanceKlass
            invokevirtual sun.jvm.hotspot.oops.InstanceKlass.isLoaded:()Z
            ifne 8
         7: .line 71
            goto 9
         8: .line 73
      StackMap locals: sun.jvm.hotspot.oops.Klass
      StackMap stack:
            aload 1 /* v */
            aload 6 /* k */
            aload 2 /* loader */
            invokeinterface sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor.visit:(Lsun/jvm/hotspot/oops/Klass;Lsun/jvm/hotspot/oops/Oop;)V
        end local 6 // sun.jvm.hotspot.oops.Klass k
         9: .line 66
      StackMap locals:
      StackMap stack:
            aload 5 /* probe */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* probe */
        10: .line 65
      StackMap locals:
      StackMap stack:
            aload 5 /* probe */
            ifnonnull 5
        end local 5 // sun.jvm.hotspot.memory.DictionaryEntry probe
        11: .line 64
            iinc 4 /* index */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* index */
            iload 3 /* tblSize */
            if_icmplt 3
        end local 4 // int index
        13: .line 76
            return
        end local 3 // int tblSize
        end local 2 // sun.jvm.hotspot.oops.Oop loader
        end local 1 // sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor v
        end local 0 // sun.jvm.hotspot.memory.Dictionary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lsun/jvm/hotspot/memory/Dictionary;
            0   14     1        v  Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;
            0   14     2   loader  Lsun/jvm/hotspot/oops/Oop;
            1   14     3  tblSize  I
            2   13     4    index  I
            4   11     5    probe  Lsun/jvm/hotspot/memory/DictionaryEntry;
            6    9     6        k  Lsun/jvm/hotspot/oops/Klass;
    MethodParameters:
        Name  Flags
      v       
      loader  

  private sun.jvm.hotspot.memory.DictionaryEntry getEntry(int, long, sun.jvm.hotspot.oops.Symbol);
    descriptor: (IJLsun/jvm/hotspot/oops/Symbol;)Lsun/jvm/hotspot/memory/DictionaryEntry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.jvm.hotspot.memory.Dictionary this
        start local 1 // int index
        start local 2 // long hash
        start local 4 // sun.jvm.hotspot.oops.Symbol className
         0: .line 81
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* entry */
        start local 5 // sun.jvm.hotspot.memory.DictionaryEntry entry
         1: goto 5
         2: .line 83
      StackMap locals: sun.jvm.hotspot.memory.DictionaryEntry
      StackMap stack:
            aload 5 /* entry */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.hash:()J
            lload 2 /* hash */
            lcmp
            ifne 4
            aload 5 /* entry */
            aload 4 /* className */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.equals:(Lsun/jvm/hotspot/oops/Symbol;)Z
            ifeq 4
         3: .line 84
            aload 5 /* entry */
            areturn
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* entry */
         5: .line 81
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            ifnonnull 2
        end local 5 // sun.jvm.hotspot.memory.DictionaryEntry entry
         6: .line 87
            aconst_null
            areturn
        end local 4 // sun.jvm.hotspot.oops.Symbol className
        end local 2 // long hash
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.memory.Dictionary this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lsun/jvm/hotspot/memory/Dictionary;
            0    7     1      index  I
            0    7     2       hash  J
            0    7     4  className  Lsun/jvm/hotspot/oops/Symbol;
            1    6     5      entry  Lsun/jvm/hotspot/memory/DictionaryEntry;
    MethodParameters:
           Name  Flags
      index      
      hash       
      className  

  public boolean contains(sun.jvm.hotspot.oops.Klass);
    descriptor: (Lsun/jvm/hotspot/oops/Klass;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.memory.Dictionary this
        start local 1 // sun.jvm.hotspot.oops.Klass c
         0: .line 91
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
            invokevirtual sun.jvm.hotspot.memory.Dictionary.computeHash:(Lsun/jvm/hotspot/oops/Symbol;)J
            lstore 2 /* hash */
        start local 2 // long hash
         1: .line 92
            aload 0 /* this */
            lload 2 /* hash */
            invokevirtual sun.jvm.hotspot.memory.Dictionary.hashToIndex:(J)I
            istore 4 /* index */
        start local 4 // int index
         2: .line 94
            aload 0 /* this */
            iload 4 /* index */
            invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* entry */
        start local 5 // sun.jvm.hotspot.memory.DictionaryEntry entry
         3: goto 7
         4: .line 96
      StackMap locals: long int sun.jvm.hotspot.memory.DictionaryEntry
      StackMap stack:
            aload 5 /* entry */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.literalValue:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* c */
            invokevirtual sun.jvm.hotspot.oops.Klass.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 97
            iconst_1
            ireturn
         6: .line 95
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
            checkcast sun.jvm.hotspot.memory.DictionaryEntry
            astore 5 /* entry */
         7: .line 94
      StackMap locals:
      StackMap stack:
            aload 5 /* entry */
            ifnonnull 4
        end local 5 // sun.jvm.hotspot.memory.DictionaryEntry entry
         8: .line 100
            iconst_0
            ireturn
        end local 4 // int index
        end local 2 // long hash
        end local 1 // sun.jvm.hotspot.oops.Klass c
        end local 0 // sun.jvm.hotspot.memory.Dictionary this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lsun/jvm/hotspot/memory/Dictionary;
            0    9     1      c  Lsun/jvm/hotspot/oops/Klass;
            1    9     2   hash  J
            2    9     4  index  I
            3    8     5  entry  Lsun/jvm/hotspot/memory/DictionaryEntry;
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "Dictionary.java"
NestMembers:
  sun.jvm.hotspot.memory.Dictionary$1
InnerClasses:
  public abstract ClassAndLoaderVisitor = sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor of sun.jvm.hotspot.classfile.ClassLoaderDataGraph
  sun.jvm.hotspot.memory.Dictionary$1