final class com.oracle.svm.hosted.image.RelocatableBuffer$Info
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.hosted.image.RelocatableBuffer$Info
  super_class: java.lang.Object
{
  private final com.oracle.objectfile.ObjectFile$RelocationKind relocationKind;
    descriptor: Lcom/oracle/objectfile/ObjectFile$RelocationKind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Long explicitAddend;
    descriptor: Ljava/lang/Long;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object targetObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.objectfile.ObjectFile$RelocationKind, java.lang.Long, java.lang.Object);
    descriptor: (Lcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/Long;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
        start local 1 // com.oracle.objectfile.ObjectFile$RelocationKind kind
        start local 2 // java.lang.Long explicitAddend
        start local 3 // java.lang.Object targetObject
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* kind */
            putfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.relocationKind:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
         2: .line 91
            aload 0 /* this */
            aload 2 /* explicitAddend */
            putfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.explicitAddend:Ljava/lang/Long;
         3: .line 92
            aload 0 /* this */
            aload 3 /* targetObject */
            putfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.targetObject:Ljava/lang/Object;
         4: .line 93
            return
        end local 3 // java.lang.Object targetObject
        end local 2 // java.lang.Long explicitAddend
        end local 1 // com.oracle.objectfile.ObjectFile$RelocationKind kind
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;
            0    5     1            kind  Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            0    5     2  explicitAddend  Ljava/lang/Long;
            0    5     3    targetObject  Ljava/lang/Object;
    MethodParameters:
                Name  Flags
      kind            
      explicitAddend  
      targetObject    

  public int getRelocationSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 96
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.relocationKind:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokestatic com.oracle.objectfile.ObjectFile$RelocationKind.getRelocationSize:(Lcom/oracle/objectfile/ObjectFile$RelocationKind;)I
            ireturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;

  public com.oracle.objectfile.ObjectFile$RelocationKind getRelocationKind();
    descriptor: ()Lcom/oracle/objectfile/ObjectFile$RelocationKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 100
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.relocationKind:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            areturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;

  public boolean hasExplicitAddend();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 104
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.explicitAddend:Ljava/lang/Long;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;

  public java.lang.Long getExplicitAddend();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 108
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.explicitAddend:Ljava/lang/Long;
            areturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;

  public java.lang.Object getTargetObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 112
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.targetObject:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
         0: .line 117
            new java.lang.StringBuilder
            dup
            ldc "RelocatableBuffer.Info(targetObject="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.targetObject:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " relocationKind="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.relocationKind:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " explicitAddend="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.svm.hosted.image.RelocatableBuffer$Info.explicitAddend:Ljava/lang/Long;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.hosted.image.RelocatableBuffer$Info this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/image/RelocatableBuffer$Info;
}
SourceFile: "RelocatableBuffer.java"
NestHost: com.oracle.svm.hosted.image.RelocatableBuffer
InnerClasses:
  public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
  final Info = com.oracle.svm.hosted.image.RelocatableBuffer$Info of com.oracle.svm.hosted.image.RelocatableBuffer