class sun.jvm.hotspot.utilities.ObjectReader$8 extends sun.jvm.hotspot.oops.DefaultOopVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.ObjectReader$8
  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 long[] val$arrayObj;
    descriptor: [J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final sun.jvm.hotspot.oops.TypeArray val$array;
    descriptor: Lsun/jvm/hotspot/oops/TypeArray;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void doLong(sun.jvm.hotspot.oops.LongField, boolean);
    descriptor: (Lsun/jvm/hotspot/oops/LongField;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.utilities.ObjectReader$8 this
        start local 1 // sun.jvm.hotspot.oops.LongField field
        start local 2 // boolean isVMField
         0: .line 430
            aload 1 /* field */
            invokevirtual sun.jvm.hotspot.oops.LongField.getID:()Lsun/jvm/hotspot/oops/FieldIdentifier;
            checkcast sun.jvm.hotspot.oops.IndexableFieldIdentifier
            astore 3 /* ifd */
        start local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifd
         1: .line 431
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader$8.val$arrayObj:[J
            aload 3 /* ifd */
            invokevirtual sun.jvm.hotspot.oops.IndexableFieldIdentifier.getIndex:()I
            aload 1 /* field */
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ObjectReader$8.val$array:Lsun/jvm/hotspot/oops/TypeArray;
            invokevirtual sun.jvm.hotspot.oops.LongField.getValue:(Lsun/jvm/hotspot/oops/Oop;)J
            lastore
         2: .line 432
            return
        end local 3 // sun.jvm.hotspot.oops.IndexableFieldIdentifier ifd
        end local 2 // boolean isVMField
        end local 1 // sun.jvm.hotspot.oops.LongField field
        end local 0 // sun.jvm.hotspot.utilities.ObjectReader$8 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lsun/jvm/hotspot/utilities/ObjectReader$8;
            0    3     1      field  Lsun/jvm/hotspot/oops/LongField;
            0    3     2  isVMField  Z
            1    3     3        ifd  Lsun/jvm/hotspot/oops/IndexableFieldIdentifier;
    MethodParameters:
           Name  Flags
      field      
      isVMField  
}
SourceFile: "ObjectReader.java"
EnclosingMethod: sun.jvm.hotspot.utilities.ObjectReader.readPrimitiveArray:(Lsun/jvm/hotspot/oops/TypeArray;)Ljava/lang/Object;
NestHost: sun.jvm.hotspot.utilities.ObjectReader
InnerClasses:
  sun.jvm.hotspot.utilities.ObjectReader$8