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: 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: 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 0: aload 0
ldc "StringTable"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
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: return
end local 1 end local 0 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: 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
start local 0 1: ldc Lsun/jvm/hotspot/memory/StringTable;
aload 0
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 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 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/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 start local 1 0: 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
start local 2 1: aload 0
invokevirtual sun.jvm.hotspot.memory.StringTable.tableSize:()I
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 11
4: StackMap locals: sun.jvm.hotspot.oops.ObjectHeap int int
StackMap stack:
aload 0
iload 4
invokevirtual sun.jvm.hotspot.memory.StringTable.bucket:(I)Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.utilities.HashtableEntry
astore 5
start local 5 5: goto 9
6: StackMap locals: sun.jvm.hotspot.utilities.HashtableEntry
StackMap stack:
aload 2
aload 5
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
start local 6 7: aload 1
aload 6
invokeinterface sun.jvm.hotspot.memory.StringTable$StringVisitor.visit:(Lsun/jvm/hotspot/oops/Instance;)V
end local 6 8: aload 5
invokevirtual sun.jvm.hotspot.utilities.HashtableEntry.next:()Lsun/jvm/hotspot/utilities/BasicHashtableEntry;
checkcast sun.jvm.hotspot.utilities.HashtableEntry
astore 5
9: StackMap locals:
StackMap stack:
aload 5
ifnonnull 6
end local 5 10: iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
iload 3
if_icmplt 4
end local 4 12: return
end local 3 end local 2 end local 1 end local 0 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