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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
anewarray java.lang.Class
dup
iconst_0
3: ldc Lsun/jvm/hotspot/debugger/Address;
aastore
4: invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
astore 2
start local 2 5: aload 2
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
6: areturn
end local 2 7: StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
astore 2
start local 2 8: aload 2
invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
instanceof java.lang.RuntimeException
ifeq 10
9: aload 2
invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
checkcast java.lang.RuntimeException
athrow
10: StackMap locals: java.lang.reflect.InvocationTargetException
StackMap stack:
new sun.jvm.hotspot.runtime.ConstructionException
dup
aload 2
invokespecial sun.jvm.hotspot.runtime.ConstructionException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 11: StackMap locals: java.lang.Class sun.jvm.hotspot.debugger.Address
StackMap stack: java.lang.Exception
astore 2
start local 2 12: new sun.jvm.hotspot.runtime.ConstructionException
dup
aload 2
invokespecial sun.jvm.hotspot.runtime.ConstructionException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 end local 1 end local 0 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"