public class sun.jvm.hotspot.runtime.VMObjectFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VMObjectFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VMObjectFactory this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.runtime.VMObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VMObjectFactory;

  public static java.lang.Object newObject(java.lang.Class, sun.jvm.hotspot.debugger.Address);
    descriptor: (Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 51
            aload 1 /* addr */
            ifnonnull 2
         1: .line 52
            aconst_null
            areturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* clazz */
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
         3: .line 56
            ldc Lsun/jvm/hotspot/debugger/Address;
            aastore
         4: .line 55
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* c */
        start local 2 // java.lang.reflect.Constructor c
         5: .line 58
            aload 2 /* c */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* addr */
            aastore
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
         6: areturn
        end local 2 // java.lang.reflect.Constructor c
         7: .line 60
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 2 /* ite */
        start local 2 // java.lang.reflect.InvocationTargetException ite
         8: .line 61
            aload 2 /* ite */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            instanceof java.lang.RuntimeException
            ifeq 10
         9: .line 62
            aload 2 /* ite */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            athrow
        10: .line 64
      StackMap locals: java.lang.reflect.InvocationTargetException
      StackMap stack:
            new sun.jvm.hotspot.runtime.ConstructionException
            dup
            aload 2 /* ite */
            invokespecial sun.jvm.hotspot.runtime.ConstructionException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.reflect.InvocationTargetException ite
        11: .line 66
      StackMap locals: java.lang.Class sun.jvm.hotspot.debugger.Address
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        12: .line 67
            new sun.jvm.hotspot.runtime.ConstructionException
            dup
            aload 2 /* e */
            invokespecial sun.jvm.hotspot.runtime.ConstructionException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0  clazz  Ljava/lang/Class;
            0   13     1   addr  Lsun/jvm/hotspot/debugger/Address;
            5    7     2      c  Ljava/lang/reflect/Constructor;
            8   11     2    ite  Ljava/lang/reflect/InvocationTargetException;
           12   13     2      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       7  Class java.lang.reflect.InvocationTargetException
           2     6       7  Class java.lang.reflect.InvocationTargetException
           0     1      11  Class java.lang.Exception
           2     6      11  Class java.lang.Exception
    Exceptions:
      throws sun.jvm.hotspot.runtime.ConstructionException
    MethodParameters:
       Name  Flags
      clazz  
      addr   
}
SourceFile: "VMObjectFactory.java"