final class jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable
  super_class: java.lang.Object
{
  java.util.ArrayList<java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry>> relocEntries;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0000) 
    Signature: Ljava/util/ArrayList<Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;>;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
        start local 1 // int numsects
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 1 /* numsects */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.relocEntries:Ljava/util/ArrayList;
         2: .line 38
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 39
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.relocEntries:Ljava/util/ArrayList;
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 38
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* numsects */
            if_icmplt 4
        end local 2 // int i
         7: .line 41
            return
        end local 1 // int numsects
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            0    8     1  numsects  I
            3    7     2         i  I
    MethodParameters:
          Name  Flags
      numsects  

  void createRelocationEntry(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
        start local 1 // int sectindex
        start local 2 // int offset
        start local 3 // int symno
        start local 4 // int type
         0: .line 44
            new jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry
            dup
            iload 2 /* offset */
            iload 3 /* symno */
            iload 4 /* type */
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.<init>:(III)V
            astore 5 /* entry */
        start local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
         1: .line 45
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.relocEntries:Ljava/util/ArrayList;
            iload 1 /* sectindex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.util.ArrayList
            aload 5 /* entry */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 46
            return
        end local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
        end local 4 // int type
        end local 3 // int symno
        end local 2 // int offset
        end local 1 // int sectindex
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            0    3     1  sectindex  I
            0    3     2     offset  I
            0    3     3      symno  I
            0    3     4       type  I
            1    3     5      entry  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;
    MethodParameters:
           Name  Flags
      sectindex  
      offset     
      symno      
      type       

  static int getAlign();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            iconst_4
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  int getNumRelocs(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
        start local 1 // int sectionIndex
         0: .line 53
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.relocEntries:Ljava/util/ArrayList;
            iload 1 /* sectionIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.util.ArrayList
            invokevirtual java.util.ArrayList.size:()I
            ireturn
        end local 1 // int sectionIndex
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            0    1     1  sectionIndex  I
    MethodParameters:
              Name  Flags
      sectionIndex  

  byte[] getRelocData(int);
    descriptor: (I)[B
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
        start local 1 // int sectionIndex
         0: .line 59
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.relocEntries:Ljava/util/ArrayList;
            iload 1 /* sectionIndex */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast java.util.ArrayList
            astore 2 /* entryList */
        start local 2 // java.util.ArrayList entryList
         1: .line 60
            aload 2 /* entryList */
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* entryCount */
        start local 3 // int entryCount
         2: .line 61
            iload 3 /* entryCount */
            istore 4 /* allocCount */
        start local 4 // int allocCount
         3: .line 63
            iload 3 /* entryCount */
            ifne 5
         4: .line 64
            aconst_null
            areturn
         5: .line 66
      StackMap locals: java.util.ArrayList int int
      StackMap stack:
            iload 3 /* entryCount */
            ldc 65535
            if_icmple 7
         6: .line 67
            iinc 4 /* allocCount */ 1
         7: .line 69
      StackMap locals:
      StackMap stack:
            iload 4 /* allocCount */
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.totalsize:I
            imul
            invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 5 /* relocData */
        start local 5 // java.nio.ByteBuffer relocData
         8: .line 73
            iload 3 /* entryCount */
            ldc 65535
            if_icmple 11
         9: .line 74
            new jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry
            dup
            iload 4 /* allocCount */
            iconst_0
            iconst_0
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.<init>:(III)V
            astore 6 /* entry */
        start local 6 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
        10: .line 75
            aload 5 /* relocData */
            aload 6 /* entry */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.getArray:()[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        end local 6 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
        11: .line 79
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        12: goto 16
        13: .line 80
      StackMap locals: int
      StackMap stack:
            aload 2 /* entryList */
            iload 6 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry
            astore 7 /* entry */
        start local 7 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
        14: .line 81
            aload 5 /* relocData */
            aload 7 /* entry */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.getArray:()[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
        end local 7 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry entry
        15: .line 79
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            iload 3 /* entryCount */
            if_icmplt 13
        end local 6 // int i
        17: .line 84
            aload 5 /* relocData */
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 5 // java.nio.ByteBuffer relocData
        end local 4 // int allocCount
        end local 3 // int entryCount
        end local 2 // java.util.ArrayList entryList
        end local 1 // int sectionIndex
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            0   18     1  sectionIndex  I
            1   18     2     entryList  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;>;
            2   18     3    entryCount  I
            3   18     4    allocCount  I
            8   18     5     relocData  Ljava/nio/ByteBuffer;
           10   11     6         entry  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;
           12   17     6             i  I
           14   15     7         entry  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;
    MethodParameters:
              Name  Flags
      sectionIndex  
}
SourceFile: "PECoffRelocTable.java"
InnerClasses:
  final IMAGE_RELOCATION = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION of jdk.tools.jaotc.binformat.pecoff.PECoff