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: .line 39
            new sun.jvm.hotspot.ci.ciObjectFactory$1
            dup
            invokespecial sun.jvm.hotspot.ci.ciObjectFactory$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 63
            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 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 47
            aload 0 /* db */
            ldc "ciObjectFactory"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 48
            aload 1 /* type */
            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: .line 49
            aload 1 /* type */
            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: .line 50
            aload 1 /* type */
            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: .line 52
            new sun.jvm.hotspot.runtime.VirtualBaseConstructor
            dup
            aload 0 /* db */
            aload 0 /* db */
            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: .line 53
            new sun.jvm.hotspot.runtime.VirtualBaseConstructor
            dup
            aload 0 /* db */
            aload 0 /* db */
            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: .line 54
            new sun.jvm.hotspot.runtime.VirtualBaseConstructor
            dup
            aload 0 /* db */
            aload 0 /* db */
            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: .line 55
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      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 // sun.jvm.hotspot.debugger.Address addr
         0: .line 66
            aload 0 /* addr */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 68
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciObjectConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
            aload 0 /* addr */
            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 // sun.jvm.hotspot.debugger.Address addr
      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 // sun.jvm.hotspot.debugger.Address addr
         0: .line 72
            aload 0 /* addr */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 74
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataConstructor:Lsun/jvm/hotspot/runtime/VirtualBaseConstructor;
            aload 0 /* addr */
            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 // sun.jvm.hotspot.debugger.Address addr
      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 // sun.jvm.hotspot.ci.ciObjectFactory this
         0: .line 78
            getstatic sun.jvm.hotspot.ci.ciObjectFactory.ciMetadataField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            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 // sun.jvm.hotspot.ci.ciObjectFactory this
      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 // sun.jvm.hotspot.ci.ciObjectFactory this
         0: .line 82
            getstatic sun.jvm.hotspot.ci.ciObjectFactory.symbolsField:Lsun/jvm/hotspot/types/AddressField;
            aload 0 /* this */
            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 // sun.jvm.hotspot.ci.ciObjectFactory this
      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 // sun.jvm.hotspot.ci.ciObjectFactory this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 86
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 87
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ci.ciObjectFactory this
      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