class sun.jvm.hotspot.utilities.ObjectReader$9 extends sun.jvm.hotspot.oops.DefaultOopVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.ObjectReader$9
  super_class: sun.jvm.hotspot.oops.DefaultOopVisitor
{
  final sun.jvm.hotspot.utilities.ObjectReader this$0;
    descriptor: Lsun/jvm/hotspot/utilities/ObjectReader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object[] val$arrayObj;
    descriptor: [Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.utilities.ObjectReader, java.lang.Object[]);
    descriptor: (Lsun/jvm/hotspot/utilities/ObjectReader;[Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader$9 this
         0: .line 478
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.utilities.ObjectReader$9.this$0:Lsun/jvm/hotspot/utilities/ObjectReader;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.utilities.ObjectReader$9.val$arrayObj:[Ljava/lang/Object;
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.oops.DefaultOopVisitor.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ObjectReader$9;
    MethodParameters:
              Name  Flags
      this$0        final
      val$arrayObj  final

  public void doOop(sun.jvm.hotspot.oops.OopField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/OopField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader$9 this
        start local 1 // sun.jvm.hotspot.oops.OopField field
        start local 2 // boolean isVMField
         0: .line 480
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader$9.getObj:()Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValueAsOopHandle:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/debugger/OopHandle;
            astore 3 /* handle */
        start local 3 // sun.jvm.hotspot.debugger.OopHandle handle
         1: .line 481
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader$9.this$0:Lsun/jvm/hotspot/utilities/ObjectReader;
            aload 3 /* handle */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.isRobust:(Lsun/jvm/hotspot/debugger/OopHandle;)Z
            ifne 3
         2: .line 482
            return
         3: .line 485
      StackMap locals: sun.jvm.hotspot.debugger.OopHandle
      StackMap stack:
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.OopField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            checkcast sun.jvm.hotspot.oops.IndexableFieldIdentifier
            astore 4 /* ifd */
        start local 4 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifd
         4: .line 487
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader$9.val$arrayObj:[Ljava/lang/Object;
            aload 4 /* ifd */
            invokevirtual sun.jvm.hotspot.oops.IndexableFieldIdentifier.getIndex:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader$9.this$0:Lsun/jvm/hotspot/utilities/ObjectReader;
            aload 1 /* field */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader$9.getObj:()Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.oops.OopField.getValue:(Lsun/jvm/hotspot/oops/Oop;)Lsun/jvm/hotspot/oops/Oop;
            invokevirtual sun.jvm.hotspot.utilities.ObjectReader.readObject:(Lsun/jvm/hotspot/oops/Oop;)Ljava/lang/Object;
            aastore
         5: .line 488
            goto 10
      StackMap locals: sun.jvm.hotspot.utilities.ObjectReader$9 sun.jvm.hotspot.oops.OopField int sun.jvm.hotspot.debugger.OopHandle sun.jvm.hotspot.oops.IndexableFieldIdentifier
      StackMap stack: java.lang.Exception
         6: astore 5 /* e */
        start local 5 // java.lang.Exception e
         7: .line 489
            getstatic sun.jvm.hotspot.utilities.ObjectReader.DEBUG:Z
            ifeq 10
         8: .line 490
            new java.lang.StringBuilder
            dup
            ldc "Array element set failed for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* ifd */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintln:(Ljava/lang/String;)V
         9: .line 491
            aload 5 /* e */
            invokestatic sun.jvm.hotspot.utilities.ObjectReader.debugPrintStackTrace:(Ljava/lang/Exception;)V
        end local 5 // java.lang.Exception e
        10: .line 494
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifd
        end local 3 // sun.jvm.hotspot.debugger.OopHandle handle
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.OopField field
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader$9 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lsun/jvm/hotspot/utilities/ObjectReader$9;
            0   11     1      field  Lsun/jvm/hotspot/oops/OopField;
            0   11     2  isVMField  Z
            1   11     3     handle  Lsun/jvm/hotspot/debugger/OopHandle;
            4   11     4        ifd  Lsun/jvm/hotspot/oops/IndexableFieldIdentifier;
            7   10     5          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "ObjectReader.java"
EnclosingMethod: sun.jvm.hotspot.utilities.ObjectReader.readObjectArray:(Lsun/jvm/hotspot/oops/ObjArray;)Ljava/lang/Object;
NestHost: sun.jvm.hotspot.utilities.ObjectReader
InnerClasses:
  sun.jvm.hotspot.utilities.ObjectReader$9