public class sun.jvm.hotspot.oops.ObjArrayKlass 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.ObjArrayKlass
  super_class: sun.jvm.hotspot.oops.ArrayKlass
{
  private static sun.jvm.hotspot.oops.MetadataField elementKlass;
    descriptor: Lsun/jvm/hotspot/oops/MetadataField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  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.ObjArrayKlass$1
            dup
            invokespecial sun.jvm.hotspot.oops.ObjArrayKlass$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 56
            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 "ObjArrayKlass"
            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 47
            new sun.jvm.hotspot.oops.MetadataField
            dup
            aload 1 /* type */
            ldc "_element_klass"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.MetadataField.<init>:(Lsun/jvm/hotspot/types/AddressField;J)V
            putstatic sun.jvm.hotspot.oops.ObjArrayKlass.elementKlass:Lsun/jvm/hotspot/oops/MetadataField;
         2: .line 48
            new sun.jvm.hotspot.oops.MetadataField
            dup
            aload 1 /* type */
            ldc "_bottom_klass"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            lconst_0
            invokespecial sun.jvm.hotspot.oops.MetadataField.<init>:(Lsun/jvm/hotspot/types/AddressField;J)V
            putstatic sun.jvm.hotspot.oops.ObjArrayKlass.bottomKlass:Lsun/jvm/hotspot/oops/MetadataField;
         3: .line 49
            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    4     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    4     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);
    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.ObjArrayKlass this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 52
            aload 0 /* this */
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.oops.ArrayKlass.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 53
            return
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            0    2     1  addr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public sun.jvm.hotspot.oops.Klass getElementKlass();
    descriptor: ()Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
         0: .line 58
            getstatic sun.jvm.hotspot.oops.ObjArrayKlass.elementKlass:Lsun/jvm/hotspot/oops/MetadataField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Klass
            areturn
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ObjArrayKlass;

  public sun.jvm.hotspot.oops.Klass getBottomKlass();
    descriptor: ()Lsun/jvm/hotspot/oops/Klass;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
         0: .line 59
            getstatic sun.jvm.hotspot.oops.ObjArrayKlass.bottomKlass:Lsun/jvm/hotspot/oops/MetadataField;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.MetadataField.getValue:(Lsun/jvm/hotspot/runtime/VMObject;)Lsun/jvm/hotspot/oops/Metadata;
            checkcast sun.jvm.hotspot.oops.Klass
            areturn
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/ObjArrayKlass;

  public long computeModifierFlags();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
         0: .line 62
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getElementKlass:()Lsun/jvm/hotspot/oops/Klass;
            invokevirtual sun.jvm.hotspot.oops.Klass.computeModifierFlags:()J
            lstore 1 /* elementFlags */
        start local 1 // long elementFlags
         1: .line 63
            lconst_0
            lstore 3 /* arrayFlags */
        start local 3 // long arrayFlags
         2: .line 64
            lload 1 /* elementFlags */
            ldc 5
            land
            lconst_0
            lcmp
            ifeq 5
         3: .line 66
            ldc 1041
            lstore 3 /* arrayFlags */
         4: .line 67
            goto 6
         5: .line 69
      StackMap locals: long long
      StackMap stack:
            ldc 1040
            lstore 3 /* arrayFlags */
         6: .line 71
      StackMap locals:
      StackMap stack:
            lload 3 /* arrayFlags */
            lreturn
        end local 3 // long arrayFlags
        end local 1 // long elementFlags
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            1    7     1  elementFlags  J
            2    7     3    arrayFlags  J

  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.ObjArrayKlass this
        start local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
         0: .line 75
            aload 0 /* this */
            aload 1 /* visitor */
            invokespecial sun.jvm.hotspot.oops.ArrayKlass.iterateFields:(Lsun/jvm/hotspot/oops/MetadataVisitor;)V
         1: .line 76
            aload 1 /* visitor */
            getstatic sun.jvm.hotspot.oops.ObjArrayKlass.elementKlass:Lsun/jvm/hotspot/oops/MetadataField;
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doMetadata:(Lsun/jvm/hotspot/oops/MetadataField;Z)V
         2: .line 77
            aload 1 /* visitor */
            getstatic sun.jvm.hotspot.oops.ObjArrayKlass.bottomKlass:Lsun/jvm/hotspot/oops/MetadataField;
            iconst_1
            invokeinterface sun.jvm.hotspot.oops.MetadataVisitor.doMetadata:(Lsun/jvm/hotspot/oops/MetadataField;Z)V
         3: .line 78
            return
        end local 1 // sun.jvm.hotspot.oops.MetadataVisitor visitor
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            0    4     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=4, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
        start local 1 // boolean orNull
        start local 2 // int n
         0: .line 81
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 82
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getDimension:()J
            iload 2 /* n */
            i2l
            lcmp
            ifgt 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "check order of chain"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getDimension:()J
            l2i
            istore 3 /* dimension */
        start local 3 // int dimension
         5: .line 85
            iload 3 /* dimension */
            iload 2 /* n */
            if_icmpne 7
         6: .line 86
            aload 0 /* this */
            areturn
         7: .line 88
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.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 89
            aload 4 /* ak */
            ifnonnull 11
         9: .line 90
            iload 1 /* orNull */
            ifeq 10
            aconst_null
            areturn
        10: .line 93
      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 96
      StackMap locals:
      StackMap stack:
            iload 1 /* orNull */
            ifeq 13
        12: .line 97
            aload 4 /* ak */
            iload 2 /* n */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.arrayKlassOrNull:(I)Lsun/jvm/hotspot/oops/Klass;
            areturn
        13: .line 99
      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.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            0   14     1     orNull  Z
            0   14     2          n  I
            5   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.ObjArrayKlass this
        start local 1 // boolean orNull
         0: .line 103
            aload 0 /* this */
            iload 1 /* orNull */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getDimension:()J
            lconst_1
            ladd
            l2i
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.arrayKlassImpl:(ZI)Lsun/jvm/hotspot/oops/Klass;
            areturn
        end local 1 // boolean orNull
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            0    1     1  orNull  Z
    MethodParameters:
        Name  Flags
      orNull  

  public void printValueOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
        start local 1 // java.io.PrintStream tty
         0: .line 107
            aload 1 /* tty */
            ldc "ObjArrayKlass for "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 108
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.oops.ObjArrayKlass.getElementKlass:()Lsun/jvm/hotspot/oops/Klass;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.oops.Klass.printValueOn:(Ljava/io/PrintStream;)V
         2: .line 109
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.oops.ObjArrayKlass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/oops/ObjArrayKlass;
            0    3     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   
}
SourceFile: "ObjArrayKlass.java"
NestMembers:
  sun.jvm.hotspot.oops.ObjArrayKlass$1
InnerClasses:
  sun.jvm.hotspot.oops.ObjArrayKlass$1