public class sun.jvm.hotspot.debugger.ReadResult implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.ReadResult
  super_class: java.lang.Object
{
  private byte[] data;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.ReadResult this
        start local 1 // byte[] data
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* data */
            putfield sun.jvm.hotspot.debugger.ReadResult.data:[B
         2: .line 40
            return
        end local 1 // byte[] data
        end local 0 // sun.jvm.hotspot.debugger.ReadResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/ReadResult;
            0    3     1  data  [B
    MethodParameters:
      Name  Flags
      data  

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.ReadResult this
        start local 1 // long failureAddress
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            lload 1 /* failureAddress */
            putfield sun.jvm.hotspot.debugger.ReadResult.failureAddress:J
         2: .line 45
            return
        end local 1 // long failureAddress
        end local 0 // sun.jvm.hotspot.debugger.ReadResult this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lsun/jvm/hotspot/debugger/ReadResult;
            0    3     1  failureAddress  J
    MethodParameters:
                Name  Flags
      failureAddress  

  public byte[] getData();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.ReadResult this
         0: .line 48
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.ReadResult.data:[B
            areturn
        end local 0 // sun.jvm.hotspot.debugger.ReadResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/ReadResult;

  public long getFailureAddress();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.ReadResult this
         0: .line 52
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.ReadResult.failureAddress:J
            lreturn
        end local 0 // sun.jvm.hotspot.debugger.ReadResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/ReadResult;
}
SourceFile: "ReadResult.java"