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 // sun.jvm.hotspot.runtime.StaticBaseConstructor this
        start local 1 // java.lang.Class t
         0: .line 40
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.runtime.InstanceConstructor.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* t */
            putfield sun.jvm.hotspot.runtime.StaticBaseConstructor.staticType:Ljava/lang/Class;
         2: .line 42
            return
        end local 1 // java.lang.Class t
        end local 0 // sun.jvm.hotspot.runtime.StaticBaseConstructor this
      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 // sun.jvm.hotspot.runtime.StaticBaseConstructor this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 46
            aload 1 /* addr */
            ifnonnull 2
         1: .line 47
            aconst_null
            areturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.StaticBaseConstructor.staticType:Ljava/lang/Class;
            aload 1 /* addr */
            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 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.StaticBaseConstructor this
      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: .line 1
            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"