public class sun.jvm.hotspot.runtime.VirtualBaseConstructor<T> extends sun.jvm.hotspot.runtime.InstanceConstructor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.runtime.VirtualBaseConstructor
super_class: sun.jvm.hotspot.runtime.InstanceConstructor
{
private sun.jvm.hotspot.types.TypeDataBase db;
descriptor: Lsun/jvm/hotspot/types/TypeDataBase;
flags: (0x0002) ACC_PRIVATE
private java.util.HashMap map;
descriptor: Ljava/util/HashMap;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.types.Type baseType;
descriptor: Lsun/jvm/hotspot/types/Type;
flags: (0x0002) ACC_PRIVATE
private java.lang.Class unknownTypeHandler;
descriptor: Ljava/lang/Class;
flags: (0x0002) ACC_PRIVATE
public void <init>(sun.jvm.hotspot.types.TypeDataBase, sun.jvm.hotspot.types.Type, java.lang.String, java.lang.Class);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/types/Type;Ljava/lang/String;Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial sun.jvm.hotspot.runtime.InstanceConstructor.<init>:()V
1: aload 0
aload 1
checkcast sun.jvm.hotspot.HotSpotTypeDataBase
putfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.db:Lsun/jvm/hotspot/types/TypeDataBase;
2: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.map:Ljava/util/HashMap;
3: aload 0
aload 2
putfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.baseType:Lsun/jvm/hotspot/types/Type;
4: aload 0
aload 4
putfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.unknownTypeHandler:Ljava/lang/Class;
5: aload 3
ifnull 26
6: aload 1
invokeinterface sun.jvm.hotspot.types.TypeDataBase.getTypes:()Ljava/util/Iterator;
astore 5
start local 5 7: goto 25
8: StackMap locals: sun.jvm.hotspot.runtime.VirtualBaseConstructor sun.jvm.hotspot.types.TypeDataBase sun.jvm.hotspot.types.Type java.lang.String java.lang.Class java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.jvm.hotspot.types.Type
astore 6
start local 6 9: aload 6
astore 7
start local 7 10: goto 12
11: StackMap locals: sun.jvm.hotspot.types.Type sun.jvm.hotspot.types.Type
StackMap stack:
aload 7
invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
astore 7
12: StackMap locals:
StackMap stack:
aload 7
ifnull 13
aload 7
aload 2
if_acmpne 11
13: StackMap locals:
StackMap stack:
aload 7
aload 2
if_acmpne 25
14: aload 6
astore 7
15: aconst_null
astore 8
start local 8 16: goto 21
17: StackMap locals: java.lang.Class
StackMap stack:
new java.lang.StringBuilder
dup
aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 7
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
astore 8
18: goto 20
StackMap locals:
StackMap stack: java.lang.Exception
19: pop
20: StackMap locals:
StackMap stack:
aload 8
ifnonnull 21
aload 7
invokeinterface sun.jvm.hotspot.types.Type.getSuperclass:()Lsun/jvm/hotspot/types/Type;
astore 7
21: StackMap locals:
StackMap stack:
aload 8
ifnonnull 22
aload 7
ifnonnull 17
22: StackMap locals:
StackMap stack:
aload 8
ifnonnull 24
23: aload 4
astore 8
24: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.map:Ljava/util/HashMap;
aload 6
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
aload 8
invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 8 end local 7 end local 6 25: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
end local 5 26: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<TT;>;
0 27 1 db Lsun/jvm/hotspot/types/TypeDataBase;
0 27 2 baseType Lsun/jvm/hotspot/types/Type;
0 27 3 packageName Ljava/lang/String;
0 27 4 unknownTypeHandler Ljava/lang/Class;
7 26 5 iter Ljava/util/Iterator;
9 25 6 t Lsun/jvm/hotspot/types/Type;
10 25 7 superType Lsun/jvm/hotspot/types/Type;
16 25 8 c Ljava/lang/Class;
Exception table:
from to target type
17 18 19 Class java.lang.Exception
MethodParameters:
Name Flags
db
baseType
packageName
unknownTypeHandler
public boolean addMapping(java.lang.String, java.lang.Class);
descriptor: (Ljava/lang/String;Ljava/lang/Class;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.map:Ljava/util/HashMap;
aload 1
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
ifnull 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.map:Ljava/util/HashMap;
aload 1
aload 2
invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
3: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<TT;>;
0 4 1 cTypeName Ljava/lang/String;
0 4 2 clazz Ljava/lang/Class;
MethodParameters:
Name Flags
cTypeName
clazz
public T instantiateWrapperFor(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.db:Lsun/jvm/hotspot/types/TypeDataBase;
aload 1
aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.baseType:Lsun/jvm/hotspot/types/Type;
invokeinterface sun.jvm.hotspot.types.TypeDataBase.findDynamicTypeForAddress:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/types/Type;)Lsun/jvm/hotspot/types/Type;
astore 2
start local 2 3: aload 2
ifnull 5
4: aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.map:Ljava/util/HashMap;
aload 2
invokeinterface sun.jvm.hotspot.types.Type.getName:()Ljava/lang/String;
invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Class
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
areturn
5: StackMap locals: sun.jvm.hotspot.types.Type
StackMap stack:
aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.unknownTypeHandler:Ljava/lang/Class;
ifnull 7
6: aload 0
getfield sun.jvm.hotspot.runtime.VirtualBaseConstructor.unknownTypeHandler:Ljava/lang/Class;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
areturn
7: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.VirtualBaseConstructor.newWrongTypeException:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/types/WrongTypeException;
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<TT;>;
0 8 1 addr Lsun/jvm/hotspot/debugger/Address;
3 8 2 type Lsun/jvm/hotspot/types/Type;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
Signature: (Lsun/jvm/hotspot/debugger/Address;)TT;
MethodParameters:
Name Flags
addr
}
Signature: <T:Ljava/lang/Object;>Lsun/jvm/hotspot/runtime/InstanceConstructor;
SourceFile: "VirtualBaseConstructor.java"