public class sun.jvm.hotspot.ci.ciObjectFactory extends sun.jvm.hotspot.runtime.VMObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.ci.ciObjectFactory
super_class: sun.jvm.hotspot.runtime.VMObject
{
private static sun.jvm.hotspot.types.AddressField unloadedMethodsField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField ciMetadataField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.types.AddressField symbolsField;
descriptor: Lsun/jvm/hotspot/types/AddressField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static sun.jvm.hotspot.runtime.VirtualBaseConstructor<sun.jvm.hotspot.ci.ciObject> ciObjectConstructor;
descriptor: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Signature: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<Lsun/jvm/hotspot/ci/ciObject;>;
private static sun.jvm.hotspot.runtime.VirtualBaseConstructor<sun.jvm.hotspot.ci.ciMetadata> ciMetadataConstructor;
descriptor: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Signature: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<Lsun/jvm/hotspot/ci/ciMetadata;>;
private static sun.jvm.hotspot.runtime.VirtualBaseConstructor<sun.jvm.hotspot.ci.ciSymbol> ciSymbolConstructor;
descriptor: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Signature: Lsun/jvm/hotspot/runtime/VirtualBaseConstructor<Lsun/jvm/hotspot/ci/ciSymbol;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.jvm.hotspot.ci.ciObjectFactory$1
dup
invokespecial sun.jvm.hotspot.ci.ciObjectFactory$1.<init>:()V
invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
ldc "ciObjectFactory"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_unloaded_methods"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.ci.ciObjectFactory.unloadedMethodsField:Lsun/jvm/hotspot/types/AddressField;
2: aload 1
ldc "_ci_metadata"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataField:Lsun/jvm/hotspot/types/AddressField;
3: aload 1
ldc "_symbols"
invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
putstatic sun.jvm.hotspot.ci.ciObjectFactory.symbolsField:Lsun/jvm/hotspot/types/AddressField;
4: new sun.jvm.hotspot.runtime.VirtualBaseConstructor
dup
aload 0
aload 0
ldc "ciObject"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
ldc "sun.jvm.hotspot.ci"
ldc Lsun/jvm/hotspot/ci/ciObject;
invokespecial sun.jvm.hotspot.runtime.VirtualBaseConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/types/Type;Ljava/lang/String;Ljava/lang/Class;)V
putstatic sun.jvm.hotspot.ci.ciObjectFactory.ciObjectConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
5: new sun.jvm.hotspot.runtime.VirtualBaseConstructor
dup
aload 0
aload 0
ldc "ciMetadata"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
ldc "sun.jvm.hotspot.ci"
ldc Lsun/jvm/hotspot/ci/ciMetadata;
invokespecial sun.jvm.hotspot.runtime.VirtualBaseConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/types/Type;Ljava/lang/String;Ljava/lang/Class;)V
putstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
6: new sun.jvm.hotspot.runtime.VirtualBaseConstructor
dup
aload 0
aload 0
ldc "ciSymbol"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
ldc "sun.jvm.hotspot.ci"
ldc Lsun/jvm/hotspot/ci/ciSymbol;
invokespecial sun.jvm.hotspot.runtime.VirtualBaseConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;Lsun/jvm/hotspot/types/Type;Ljava/lang/String;Ljava/lang/Class;)V
putstatic sun.jvm.hotspot.ci.ciObjectFactory.ciSymbolConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 8 1 type Lsun/jvm/hotspot/types/Type;
Exceptions:
throws sun.jvm.hotspot.types.WrongTypeException
MethodParameters:
Name Flags
db
public static sun.jvm.hotspot.ci.ciObject get(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciObject;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 1
aconst_null
areturn
1: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciObjectConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
aload 0
invokevirtual sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.ci.ciObject
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public static sun.jvm.hotspot.ci.ciMetadata getMetadata(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/ci/ciMetadata;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 1
aconst_null
areturn
1: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
aload 0
invokevirtual sun.jvm.hotspot.runtime.VirtualBaseConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.ci.ciMetadata
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
public sun.jvm.hotspot.utilities.GrowableArray<sun.jvm.hotspot.ci.ciMetadata> objects();
descriptor: ()Lsun/jvm/hotspot/utilities/GrowableArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.ci.ciObjectFactory.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
invokestatic sun.jvm.hotspot.utilities.GrowableArray.create:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/runtime/InstanceConstructor;)Lsun/jvm/hotspot/utilities/GrowableArray;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ci/ciObjectFactory;
Signature: ()Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/ci/ciMetadata;>;
public sun.jvm.hotspot.utilities.GrowableArray<sun.jvm.hotspot.ci.ciSymbol> symbols();
descriptor: ()Lsun/jvm/hotspot/utilities/GrowableArray;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.ci.ciObjectFactory.symbolsField:Lsun/jvm/hotspot/types/AddressField;
aload 0
invokevirtual sun.jvm.hotspot.ci.ciObjectFactory.getAddress:()Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.AddressField.getValue:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciSymbolConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
invokestatic sun.jvm.hotspot.utilities.GrowableArray.create:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/runtime/InstanceConstructor;)Lsun/jvm/hotspot/utilities/GrowableArray;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ci/ciObjectFactory;
Signature: ()Lsun/jvm/hotspot/utilities/GrowableArray<Lsun/jvm/hotspot/ci/ciSymbol;>;
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ci/ciObjectFactory;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
}
SourceFile: "ciObjectFactory.java"
NestMembers:
sun.jvm.hotspot.ci.ciObjectFactory$1
InnerClasses:
sun.jvm.hotspot.ci.ciObjectFactory$1