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: new sun.jvm.hotspot.memory.Dictionary$1
dup
invokespecial sun.jvm.hotspot.memory.Dictionary$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: 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 0: aload 0
ldc "Dictionary"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
pop
1: return
end local 0 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 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.utilities.Hashtable.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 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 getHashtableEntryClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc Lsun/jvm/hotspot/memory/DictionaryEntry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/memory/Dictionary;
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 start local 1 start local 2 0: aload 0
invokevirtual sun.jvm.hotspot.memory.Dictionary.tableSize:()I
istore 3
start local 3 1: iconst_0
istore 4
start local 4 2: goto 10
3: StackMap locals: int int
StackMap stack:
aload 0
iload 4
invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
start local 5 4: goto 8
5: StackMap locals: sun.jvm.hotspot.memory.DictionaryEntry
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.klass:()Lsun/jvm/hotspot/oops/Klass;
astore 6
start local 6 6: aload 1
aload 6
aload 2
invokeinterface sun.jvm.hotspot.classfile.ClassLoaderDataGraph$ClassAndLoaderVisitor.visit:(Lsun/jvm/hotspot/oops/Klass;Lsun/jvm/hotspot/oops/Oop;)V
end local 6 7: aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 5
end local 5 9: iinc 4 1
StackMap locals:
StackMap stack:
10: iload 4
iload 3
if_icmplt 3
end local 4 11: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/jvm/hotspot/memory/Dictionary;
0 12 1 v Lsun/jvm/hotspot/classfile/ClassLoaderDataGraph$ClassAndLoaderVisitor;
0 12 2 loader Lsun/jvm/hotspot/oops/Oop;
1 12 3 tblSize I
2 11 4 index I
4 9 5 probe Lsun/jvm/hotspot/memory/DictionaryEntry;
6 7 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 start local 1 start local 2 start local 4 0: aload 0
iload 1
invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
start local 5 1: goto 5
2: StackMap locals: sun.jvm.hotspot.memory.DictionaryEntry
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.hash:()J
lload 2
lcmp
ifne 4
aload 5
aload 4
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.equals:(Lsun/jvm/hotspot/oops/Symbol;)Z
ifeq 4
3: aload 5
areturn
4: StackMap locals:
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
5: StackMap locals:
StackMap stack:
aload 5
ifnonnull 2
end local 5 6: aconst_null
areturn
end local 4 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.oops.Klass.getName:()Lsun/jvm/hotspot/oops/Symbol;
invokevirtual sun.jvm.hotspot.memory.Dictionary.computeHash:(Lsun/jvm/hotspot/oops/Symbol;)I
i2l
lstore 2
start local 2 1: aload 0
lload 2
invokevirtual sun.jvm.hotspot.memory.Dictionary.hashToIndex:(J)I
istore 4
start local 4 2: aload 0
iload 4
invokevirtual sun.jvm.hotspot.memory.Dictionary.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
start local 5 3: goto 7
4: StackMap locals: long int sun.jvm.hotspot.memory.DictionaryEntry
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.literalValue:()Lsun/jvm/hotspot/debugger/Address;
aload 1
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: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
aload 5
invokevirtual sun.jvm.hotspot.memory.DictionaryEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.memory.DictionaryEntry
astore 5
7: StackMap locals:
StackMap stack:
aload 5
ifnonnull 4
end local 5 8: iconst_0
ireturn
end local 4 end local 2 end local 1 end local 0 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