public class sun.jvm.hotspot.oops.TypeArrayKlass extends sun.jvm.hotspot.oops.ArrayKlass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.TypeArrayKlass
  super_class: sun.jvm.hotspot.oops.ArrayKlass
{
  private static sun.jvm.hotspot.oops.IntField maxLength;
    descriptor: Lsun/jvm/hotspot/oops/IntField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public static final int T_BOOLEAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int T_CHAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int T_FLOAT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int T_DOUBLE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int T_BYTE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int T_SHORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int T_INT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int T_LONG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            new sun.jvm.hotspot.oops.TypeArrayKlass$1
            dup
            invokespecial sun.jvm.hotspot.oops.TypeArrayKlass$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 65
            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 46
            aload 0 /* db */
            ldc "TypeArrayKlass"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* t */
        start local 1 // sun.jvm.hotspot.types.Type t
         1: .line 47
            new sun.jvm.hotspot.oops.IntField
            dup
            aload 1 /* t */
            ldc "_max_length"
            invokeinterface sun.jvm.hotspot.types.Type.getJIntField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/JIntField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.IntField.<init>:(Lsun/jvm/hotspot/types/JIntField;J)V
            putstatic sun.jvm.hotspot.oops.TypeArrayKlass.maxLength:Lsun/jvm/hotspot/oops/IntField;
         2: .line 48
            return
        end local 1 // sun.jvm.hotspot.types.Type t
        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     t  Lsun/jvm/hotspot/types/Type;
    Exceptions:
      throws sun.jvm.hotspot.types.WrongTypeException
    MethodParameters:
      Name  Flags
      db    

  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.oops.TypeArrayKlass this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 51
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.oops.ArrayKlass.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 52
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public long getMaxLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
         0: .line 56
            getstatic sun.jvm.hotspot.oops.TypeArrayKlass.maxLength:Lsun/jvm/hotspot/oops/IntField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.IntField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)I
            i2l
            lreturn
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeArrayKlass;

  public java.lang.String getTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
         0: .line 68
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getElementType:()I
            tableswitch { // 4 - 11
                    4: 1
                    5: 2
                    6: 3
                    7: 4
                    8: 5
                    9: 6
                   10: 7
                   11: 8
              default: 9
          }
         1: .line 69
      StackMap locals:
      StackMap stack:
            ldc "[Z"
            areturn
         2: .line 70
      StackMap locals:
      StackMap stack:
            ldc "[C"
            areturn
         3: .line 71
      StackMap locals:
      StackMap stack:
            ldc "[F"
            areturn
         4: .line 72
      StackMap locals:
      StackMap stack:
            ldc "[D"
            areturn
         5: .line 73
      StackMap locals:
      StackMap stack:
            ldc "[B"
            areturn
         6: .line 74
      StackMap locals:
      StackMap stack:
            ldc "[S"
            areturn
         7: .line 75
      StackMap locals:
      StackMap stack:
            ldc "[I"
            areturn
         8: .line 76
      StackMap locals:
      StackMap stack:
            ldc "[J"
            areturn
         9: .line 78
      StackMap locals:
      StackMap stack:
            ldc "Unknown TypeArray"
            areturn
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/oops/TypeArrayKlass;

  public java.lang.String getElementTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
         0: .line 82
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getElementType:()I
            tableswitch { // 4 - 11
                    4: 1
                    5: 2
                    6: 3
                    7: 4
                    8: 5
                    9: 6
                   10: 7
                   11: 8
              default: 9
          }
         1: .line 83
      StackMap locals:
      StackMap stack:
            ldc "boolean"
            areturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            ldc "char"
            areturn
         3: .line 85
      StackMap locals:
      StackMap stack:
            ldc "float"
            areturn
         4: .line 86
      StackMap locals:
      StackMap stack:
            ldc "double"
            areturn
         5: .line 87
      StackMap locals:
      StackMap stack:
            ldc "byte"
            areturn
         6: .line 88
      StackMap locals:
      StackMap stack:
            ldc "short"
            areturn
         7: .line 89
      StackMap locals:
      StackMap stack:
            ldc "int"
            areturn
         8: .line 90
      StackMap locals:
      StackMap stack:
            ldc "long"
            areturn
         9: .line 92
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/oops/TypeArrayKlass;

  public void printValueOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
        start local 1 // java.io.PrintStream tty
         0: .line 96
            aload 1 /* tty */
            new java.lang.StringBuilder
            dup
            ldc "TypeArrayKlass for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getTypeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 97
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public void iterateFields(sun.jvm.hotspot.oops.MetadataVisitor);
    descriptor: (Lsun/jvm/hotspot/oops/MetadataVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
        start local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
         0: .line 100
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial sun.jvm.hotspot.oops.ArrayKlass.iterateFields:(Lsun/jvm/hotspot/oops/MetadataVisitor;)V
         1: .line 101
            aload 1 /* visitor */
            getstatic sun.jvm.hotspot.oops.TypeArrayKlass.maxLength:Lsun/jvm/hotspot/oops/IntField;
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doInt:(Lsun/jvm/hotspot/oops/IntField;Z)V
         2: .line 102
            return
        end local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            0    3     1  visitor  Lsun/jvm/hotspot/oops/MetadataVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public sun.jvm.hotspot.oops.Klass arrayKlassImpl(boolean, int);
    descriptor: (ZI)Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
        start local 1 // boolean orNull
        start local 2 // int n
         0: .line 105
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getDimension:()J
            l2i
            istore 3 /* dimension */
        start local 3 // int dimension
         1: .line 106
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 107
            iload 3 /* dimension */
            iload 2 /* n */
            if_icmpgt 3
            iconst_1
            goto 4
      StackMap locals: int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "check order of chain"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 109
      StackMap locals:
      StackMap stack:
            iload 3 /* dimension */
            iload 2 /* n */
            if_icmpne 7
         6: .line 110
            aload 0 /* this */
            areturn
         7: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getHigherDimension:()Lsun/jvm/hotspot/oops/Klass;
            checkcast sun.jvm.hotspot.oops.ObjArrayKlass
            astore 4 /* ak */
        start local 4 // sun.jvm.hotspot.oops.ObjArrayKlass ak
         8: .line 112
            aload 4 /* ak */
            ifnonnull 11
         9: .line 113
            iload 1 /* orNull */
            ifeq 10
            aconst_null
            areturn
        10: .line 116
      StackMap locals: sun.jvm.hotspot.oops.ObjArrayKlass
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Can not allocate array klasses in debugging system"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 118
      StackMap locals:
      StackMap stack:
            iload 1 /* orNull */
            ifeq 13
        12: .line 119
            aload 4 /* ak */
            iload 2 /* n */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.arrayKlassOrNull:(I)Lsun/jvm/hotspot/oops/Klass;
            areturn
        13: .line 121
      StackMap locals:
      StackMap stack:
            aload 4 /* ak */
            iload 2 /* n */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.arrayKlass:(I)Lsun/jvm/hotspot/oops/Klass;
            areturn
        end local 4 // sun.jvm.hotspot.oops.ObjArrayKlass ak
        end local 3 // int dimension
        end local 2 // int n
        end local 1 // boolean orNull
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            0   14     1     orNull  Z
            0   14     2          n  I
            1   14     3  dimension  I
            8   14     4         ak  Lsun/jvm/hotspot/oops/ObjArrayKlass;
    MethodParameters:
        Name  Flags
      orNull  
      n       

  public sun.jvm.hotspot.oops.Klass arrayKlassImpl(boolean);
    descriptor: (Z)Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
        start local 1 // boolean orNull
         0: .line 125
            aload 0 /* this */
            iload 1 /* orNull */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.getDimension:()J
            lconst_1
            ladd
            l2i
            invokevirtual sun.jvm.hotspot.oops.TypeArrayKlass.arrayKlassImpl:(ZI)Lsun/jvm/hotspot/oops/Klass;
            areturn
        end local 1 // boolean orNull
        end local 0 // sun.jvm.hotspot.oops.TypeArrayKlass this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/oops/TypeArrayKlass;
            0    1     1  orNull  Z
    MethodParameters:
        Name  Flags
      orNull  
}
SourceFile: "TypeArrayKlass.java"
NestMembers:
  sun.jvm.hotspot.oops.TypeArrayKlass$1
InnerClasses:
  sun.jvm.hotspot.oops.TypeArrayKlass$1