public abstract class org.graalvm.compiler.code.DataSection$Data
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.graalvm.compiler.code.DataSection$Data
  super_class: java.lang.Object
{
  private int alignment;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private jdk.vm.ci.code.site.DataSectionReference ref;
    descriptor: Ljdk/vm/ci/code/site/DataSectionReference;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            ldc Lorg/graalvm/compiler/code/DataSection;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.code.DataSection$Data.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
        start local 1 // int alignment
        start local 2 // int size
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iload 1 /* alignment */
            putfield org.graalvm.compiler.code.DataSection$Data.alignment:I
         2: .line 57
            aload 0 /* this */
            iload 2 /* size */
            putfield org.graalvm.compiler.code.DataSection$Data.size:I
         3: .line 60
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.code.DataSection$Data.ref:Ljdk/vm/ci/code/site/DataSectionReference;
         4: .line 61
            return
        end local 2 // int size
        end local 1 // int alignment
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/graalvm/compiler/code/DataSection$Data;
            0    5     1  alignment  I
            0    5     2       size  I
    MethodParameters:
           Name  Flags
      alignment  
      size       

  protected abstract void emit(java.nio.ByteBuffer, org.graalvm.compiler.code.DataSection$Patches);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/graalvm/compiler/code/DataSection$Patches;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      buffer   
      patches  

  public void updateAlignment(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
        start local 1 // int newAlignment
         0: .line 66
            iload 1 /* newAlignment */
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.alignment:I
            if_icmpne 2
         1: .line 67
            return
         2: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.alignment:I
            iload 1 /* newAlignment */
            invokestatic org.graalvm.compiler.code.DataSection.lcm:(II)I
            putfield org.graalvm.compiler.code.DataSection$Data.alignment:I
         3: .line 70
            return
        end local 1 // int newAlignment
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/graalvm/compiler/code/DataSection$Data;
            0    4     1  newAlignment  I
    MethodParameters:
              Name  Flags
      newAlignment  

  public int getAlignment();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
         0: .line 73
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.alignment:I
            ireturn
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/code/DataSection$Data;

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
         0: .line 77
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.size:I
            ireturn
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/code/DataSection$Data;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
         0: .line 83
            new java.lang.UnsupportedOperationException
            dup
            ldc "hashCode"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/code/DataSection$Data;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
         0: .line 88
            aload 0 /* this */
            invokestatic jdk.vm.ci.meta.MetaUtil.identityHashCodeString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/code/DataSection$Data;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.code.DataSection$Data this
        start local 1 // java.lang.Object obj
         0: .line 93
            getstatic org.graalvm.compiler.code.DataSection$Data.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.ref:Ljdk/vm/ci/code/site/DataSectionReference;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 3
         2: .line 95
            iconst_1
            ireturn
         3: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.graalvm.compiler.code.DataSection$Data
            ifeq 7
         4: .line 98
            aload 1 /* obj */
            checkcast org.graalvm.compiler.code.DataSection$Data
            astore 2 /* that */
        start local 2 // org.graalvm.compiler.code.DataSection$Data that
         5: .line 99
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.alignment:I
            aload 2 /* that */
            getfield org.graalvm.compiler.code.DataSection$Data.alignment:I
            if_icmpne 7
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.size:I
            aload 2 /* that */
            getfield org.graalvm.compiler.code.DataSection$Data.size:I
            if_icmpne 7
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$Data.ref:Ljdk/vm/ci/code/site/DataSectionReference;
            aload 2 /* that */
            getfield org.graalvm.compiler.code.DataSection$Data.ref:Ljdk/vm/ci/code/site/DataSectionReference;
            invokevirtual jdk.vm.ci.code.site.DataSectionReference.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 100
            iconst_1
            ireturn
        end local 2 // org.graalvm.compiler.code.DataSection$Data that
         7: .line 103
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.graalvm.compiler.code.DataSection$Data this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/code/DataSection$Data;
            0    8     1   obj  Ljava/lang/Object;
            5    7     2  that  Lorg/graalvm/compiler/code/DataSection$Data;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "DataSection.java"
NestHost: org.graalvm.compiler.code.DataSection
InnerClasses:
  public abstract Data = org.graalvm.compiler.code.DataSection$Data of org.graalvm.compiler.code.DataSection
  public abstract Patches = org.graalvm.compiler.code.DataSection$Patches of org.graalvm.compiler.code.DataSection