public class sun.jvm.hotspot.runtime.StaticBaseConstructor<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.StaticBaseConstructor
super_class: sun.jvm.hotspot.runtime.InstanceConstructor
{
private java.lang.Class staticType;
descriptor: Ljava/lang/Class;
flags: (0x0002) ACC_PRIVATE
public void <init>(java.lang.Class<T>);
descriptor: (Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial sun.jvm.hotspot.runtime.InstanceConstructor.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.runtime.StaticBaseConstructor.staticType:Ljava/lang/Class;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/StaticBaseConstructor<TT;>;
0 3 1 t Ljava/lang/Class<TT;>;
Signature: (Ljava/lang/Class<TT;>;)V
MethodParameters:
Name Flags
t
public sun.jvm.hotspot.runtime.VMObject instantiateWrapperFor(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, 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.StaticBaseConstructor.staticType:Ljava/lang/Class;
aload 1
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.runtime.VMObject
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/runtime/StaticBaseConstructor<TT;>;
0 3 1 addr Lsun/jvm/hotspot/debugger/Address;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
addr
public java.lang.Object instantiateWrapperFor(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual sun.jvm.hotspot.runtime.StaticBaseConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
}
Signature: <T:Ljava/lang/Object;>Lsun/jvm/hotspot/runtime/InstanceConstructor;
SourceFile: "StaticBaseConstructor.java"