public abstract class sun.jvm.hotspot.utilities.GenericArray extends sun.jvm.hotspot.runtime.VMObject
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.utilities.GenericArray
  super_class: sun.jvm.hotspot.runtime.VMObject
{
  private static long sizeOfArray;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.oops.CIntField lengthField;
    descriptor: Lsun/jvm/hotspot/oops/CIntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private long dataFieldOffset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 22
            new sun.jvm.hotspot.utilities.GenericArray$1
            dup
            invokespecial sun.jvm.hotspot.utilities.GenericArray$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 36
            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=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 31
            aload 0 /* db */
            ldc "Array<int>"
            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 32
            new sun.jvm.hotspot.oops.CIntField
            dup
            aload 1 /* type */
            ldc "_length"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.CIntField.<init>:(Lsun/jvm/hotspot/types/CIntegerField;J)V
            putstatic sun.jvm.hotspot.utilities.GenericArray.lengthField:Lsun/jvm/hotspot/oops/CIntField;
         2: .line 33
            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    3     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    3     1  type  Lsun/jvm/hotspot/types/Type;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  public void <init>(sun.jvm.hotspot.debugger.Address, long);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
        start local 2 // long dataOffset
         0: .line 41
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 42
            aload 0 /* this */
            lload 2 /* dataOffset */
            putfield sun.jvm.hotspot.utilities.GenericArray.dataFieldOffset:J
         2: .line 43
            return
        end local 2 // long dataOffset
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/jvm/hotspot/utilities/GenericArray;
            0    3     1        addr  Lsun/jvm/hotspot/debugger/Address;
            0    3     2  dataOffset  J
    MethodParameters:
            Name  Flags
      addr        
      dataOffset  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
         0: .line 46
            getstatic sun.jvm.hotspot.utilities.GenericArray.lengthField:Lsun/jvm/hotspot/oops/CIntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.CIntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)J
            l2i
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/GenericArray;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
         0: .line 51
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.length:()I
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/GenericArray;

  protected long getIntegerAt(int);
    descriptor: (I)J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
        start local 1 // int index
         0: .line 58
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.length:()I
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.ArrayIndexOutOfBoundsException
            dup
            new java.lang.StringBuilder
            dup
            iload 1 /* index */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.length:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getElemType:()Lsun/jvm/hotspot/types/Type;
            astore 2 /* elemType */
        start local 2 // sun.jvm.hotspot.types.Type elemType
         3: .line 61
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getElemType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.isCIntegerType:()Z
            ifne 4
            new java.lang.RuntimeException
            dup
            ldc "elemType must be of CInteger type"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 63
      StackMap locals: sun.jvm.hotspot.types.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.GenericArray.dataFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* data */
        start local 3 // sun.jvm.hotspot.debugger.Address data
         5: .line 64
            aload 2 /* elemType */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            lstore 4 /* elemSize */
        start local 4 // long elemSize
         6: .line 66
            aload 3 /* data */
            iload 1 /* index */
            i2l
            lload 4 /* elemSize */
            lmul
            lload 4 /* elemSize */
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 4 // long elemSize
        end local 3 // sun.jvm.hotspot.debugger.Address data
        end local 2 // sun.jvm.hotspot.types.Type elemType
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/jvm/hotspot/utilities/GenericArray;
            0    7     1     index  I
            3    7     2  elemType  Lsun/jvm/hotspot/types/Type;
            5    7     3      data  Lsun/jvm/hotspot/debugger/Address;
            6    7     4  elemSize  J
    MethodParameters:
       Name  Flags
      index  

  protected sun.jvm.hotspot.debugger.Address getAddressAt(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
        start local 1 // int index
         0: .line 70
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.length:()I
            if_icmplt 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getElemType:()Lsun/jvm/hotspot/types/Type;
            astore 2 /* elemType */
        start local 2 // sun.jvm.hotspot.types.Type elemType
         3: .line 73
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getElemType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.isCIntegerType:()Z
            ifeq 4
            new java.lang.RuntimeException
            dup
            ldc "elemType must not be of CInteger type"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 75
      StackMap locals: sun.jvm.hotspot.types.Type
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.GenericArray.dataFieldOffset:J
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 3 /* data */
        start local 3 // sun.jvm.hotspot.debugger.Address data
         5: .line 76
            aload 2 /* elemType */
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            lstore 4 /* elemSize */
        start local 4 // long elemSize
         6: .line 78
            aload 3 /* data */
            iload 1 /* index */
            i2l
            lload 4 /* elemSize */
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 4 // long elemSize
        end local 3 // sun.jvm.hotspot.debugger.Address data
        end local 2 // sun.jvm.hotspot.types.Type elemType
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/jvm/hotspot/utilities/GenericArray;
            0    7     1     index  I
            3    7     2  elemType  Lsun/jvm/hotspot/types/Type;
            5    7     3      data  Lsun/jvm/hotspot/debugger/Address;
            6    7     4  elemSize  J
    MethodParameters:
       Name  Flags
      index  

  private long byteSizeof(int);
    descriptor: (I)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
        start local 1 // int length
         0: .line 81
            getstatic sun.jvm.hotspot.utilities.GenericArray.sizeOfArray:J
            iload 1 /* length */
            i2l
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.getElemType:()Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            lmul
            ladd
            lreturn
        end local 1 // int length
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/utilities/GenericArray;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      length  

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.GenericArray this
         0: .line 84
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.length:()I
            invokevirtual sun.jvm.hotspot.utilities.GenericArray.byteSizeof:(I)J
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getBytesPerWord:()I
            i2l
            invokevirtual sun.jvm.hotspot.runtime.VM.alignUp:(JJ)J
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getBytesPerWord:()I
            i2l
            ldiv
            lreturn
        end local 0 // sun.jvm.hotspot.utilities.GenericArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/GenericArray;

  public abstract sun.jvm.hotspot.types.Type getElemType();
    descriptor: ()Lsun/jvm/hotspot/types/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "GenericArray.java"
NestMembers:
  sun.jvm.hotspot.utilities.GenericArray$1
InnerClasses:
  sun.jvm.hotspot.utilities.GenericArray$1