public class jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject
  super_class: java.lang.Object
{
  private final jdk.tools.jaotc.binformat.BinaryContainer binContainer;
    descriptor: Ljdk/tools/jaotc/binformat/BinaryContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.tools.jaotc.binformat.pecoff.PECoffContainer pecoffContainer;
    descriptor: Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private static volatile int[] $SWITCH_TABLE$jdk$tools$jaotc$binformat$Relocation$RelocType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  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 Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            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 jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.tools.jaotc.binformat.BinaryContainer, java.lang.String);
    descriptor: (Ljdk/tools/jaotc/binformat/BinaryContainer;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // jdk.tools.jaotc.binformat.BinaryContainer binContainer
        start local 2 // java.lang.String outputFileName
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aload 1 /* binContainer */
            putfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
         2: .line 58
            aload 0 /* this */
            new jdk.tools.jaotc.binformat.pecoff.PECoffContainer
            dup
            aload 2 /* outputFileName */
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffContainer.<init>:(Ljava/lang/String;)V
            putfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
         3: .line 59
            aload 0 /* this */
            aload 1 /* binContainer */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeSegmentSize:()I
            putfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.sectionAlignment:I
         4: .line 60
            return
        end local 2 // java.lang.String outputFileName
        end local 1 // jdk.tools.jaotc.binformat.BinaryContainer binContainer
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0    5     1    binContainer  Ljdk/tools/jaotc/binformat/BinaryContainer;
            0    5     2  outputFileName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      binContainer    
      outputFileName  

  private static jdk.tools.jaotc.binformat.pecoff.PECoffSection createByteSection(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, java.lang.String, byte[], boolean, int, int);
    descriptor: (Ljava/util/ArrayList;Ljava/lang/String;[BZII)Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // java.util.ArrayList sections
        start local 1 // java.lang.String sectName
        start local 2 // byte[] scnData
        start local 3 // boolean hasRelocs
        start local 4 // int scnFlags
        start local 5 // int sectAlign
         0: .line 65
            new jdk.tools.jaotc.binformat.pecoff.PECoffSection
            dup
            aload 1 /* sectName */
            aload 2 /* scnData */
            iload 4 /* scnFlags */
            iload 5 /* sectAlign */
            iload 3 /* hasRelocs */
            aload 0 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffSection.<init>:(Ljava/lang/String;[BIIZI)V
            astore 6 /* sect */
        start local 6 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
         1: .line 67
            aload 0 /* sections */
            aload 6 /* sect */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 69
            aload 6 /* sect */
            areturn
        end local 6 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        end local 5 // int sectAlign
        end local 4 // int scnFlags
        end local 3 // boolean hasRelocs
        end local 2 // byte[] scnData
        end local 1 // java.lang.String sectName
        end local 0 // java.util.ArrayList sections
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0   sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0    3     1   sectName  Ljava/lang/String;
            0    3     2    scnData  [B
            0    3     3  hasRelocs  Z
            0    3     4   scnFlags  I
            0    3     5  sectAlign  I
            1    3     6       sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljava/lang/String;[BZII)Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
    MethodParameters:
           Name  Flags
      sections   
      sectName   
      scnData    
      hasRelocs  
      scnFlags   
      sectAlign  

  private static void createByteSection(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, jdk.tools.jaotc.binformat.ByteContainer, int, );
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;II)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // java.util.ArrayList sections
        start local 1 // jdk.tools.jaotc.binformat.ByteContainer c
        start local 2 // int scnFlags
        start local 3 // int sectAlign
         0: .line 74
            aload 1 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.hasRelocations:()Z
            istore 5 /* hasRelocs */
        start local 5 // boolean hasRelocs
         1: .line 75
            aload 1 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getByteArray:()[B
            astore 6 /* scnData */
        start local 6 // byte[] scnData
         2: .line 77
            aload 0 /* sections */
            aload 1 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getContainerName:()Ljava/lang/String;
            aload 6 /* scnData */
            iload 5 /* hasRelocs */
            iload 2 /* scnFlags */
            iload 3 /* sectAlign */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createByteSection:(Ljava/util/ArrayList;Ljava/lang/String;[BZII)Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
            astore 4 /* sect */
        start local 4 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
         3: .line 79
            aload 1 /* c */
            aload 4 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getSectionId:()I
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.setSectionId:(I)V
         4: .line 80
            return
        end local 6 // byte[] scnData
        end local 5 // boolean hasRelocs
        end local 4 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        end local 3 // int sectAlign
        end local 2 // int scnFlags
        end local 1 // jdk.tools.jaotc.binformat.ByteContainer c
        end local 0 // java.util.ArrayList sections
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0   sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0    5     1          c  Ljdk/tools/jaotc/binformat/ByteContainer;
            0    5     2   scnFlags  I
            0    5     3  sectAlign  I
            3    5     4       sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
            1    5     5  hasRelocs  Z
            2    5     6    scnData  [B
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljdk/tools/jaotc/binformat/ByteContainer;II)V
    MethodParameters:
           Name  Flags
      sections   
      c          
      scnFlags   
      sectAlign  

  private void createCodeSection(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, jdk.tools.jaotc.binformat.CodeContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/CodeContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.CodeContainer c
         0: .line 83
            ldc 1610612768
            istore 3 /* scnFlags */
        start local 3 // int scnFlags
         1: .line 84
            aload 1 /* sections */
            aload 2 /* c */
            iload 3 /* scnFlags */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.sectionAlignment:I
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;II)V
         2: .line 85
            return
        end local 3 // int scnFlags
        end local 2 // jdk.tools.jaotc.binformat.CodeContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0    3     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0    3     2         c  Ljdk/tools/jaotc/binformat/CodeContainer;
            1    3     3  scnFlags  I
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljdk/tools/jaotc/binformat/CodeContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  private void createReadOnlySection(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, jdk.tools.jaotc.binformat.ReadOnlyDataContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer c
         0: .line 88
            ldc 1073741888
            istore 3 /* scnFlags */
        start local 3 // int scnFlags
         1: .line 89
            aload 1 /* sections */
            aload 2 /* c */
            iload 3 /* scnFlags */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.sectionAlignment:I
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;II)V
         2: .line 90
            return
        end local 3 // int scnFlags
        end local 2 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0    3     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0    3     2         c  Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            1    3     3  scnFlags  I
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  private void createReadWriteSection(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, jdk.tools.jaotc.binformat.ByteContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.ByteContainer c
         0: .line 93
            ldc -1073741824
            istore 3 /* scnFlags */
        start local 3 // int scnFlags
         1: .line 95
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getByteArray:()[B
            arraylength
            ifle 4
         2: .line 96
            iload 3 /* scnFlags */
            bipush 64
            ior
            istore 3 /* scnFlags */
         3: .line 97
            goto 5
         4: .line 98
      StackMap locals: int
      StackMap stack:
            iload 3 /* scnFlags */
            sipush 128
            ior
            istore 3 /* scnFlags */
         5: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* sections */
            aload 2 /* c */
            iload 3 /* scnFlags */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.sectionAlignment:I
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;II)V
         6: .line 101
            return
        end local 3 // int scnFlags
        end local 2 // jdk.tools.jaotc.binformat.ByteContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0    7     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0    7     2         c  Ljdk/tools/jaotc/binformat/ByteContainer;
            1    7     3  scnFlags  I
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljdk/tools/jaotc/binformat/ByteContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  public void createPECoffRelocObject(java.util.Map<jdk.tools.jaotc.binformat.Symbol, java.util.List<jdk.tools.jaotc.binformat.Relocation>>, java.util.Collection<jdk.tools.jaotc.binformat.Symbol>);
    descriptor: (Ljava/util/Map;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // java.util.Map relocationTable
        start local 2 // java.util.Collection symbols
         0: .line 111
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* sections */
        start local 3 // java.util.ArrayList sections
         1: .line 114
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeContainer:()Ljdk/tools/jaotc/binformat/CodeContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createCodeSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/CodeContainer;)V
         2: .line 115
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMetaspaceNamesContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         3: .line 116
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         4: .line 117
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodsOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         5: .line 118
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesDependenciesContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         6: .line 119
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodMetadataContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         7: .line 120
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getStubsOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         8: .line 121
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getHeaderContainer:()Ljdk/tools/jaotc/binformat/HeaderContainer;
            invokevirtual jdk.tools.jaotc.binformat.HeaderContainer.getContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         9: .line 122
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeSegmentsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        10: .line 123
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getConstantDataContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        11: .line 124
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getConfigContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        12: .line 125
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        13: .line 126
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCountersGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        14: .line 127
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMetadataGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        15: .line 128
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodStateContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        16: .line 129
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getOopGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        17: .line 130
            aload 0 /* this */
            aload 3 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getExtLinkageGOTContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        18: .line 133
            new jdk.tools.jaotc.binformat.pecoff.PECoffHeader
            dup
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffHeader.<init>:()V
            astore 4 /* header */
        start local 4 // jdk.tools.jaotc.binformat.pecoff.PECoffHeader header
        19: .line 136
            aload 2 /* symbols */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createPECoffSymbolTables:(Ljava/util/Collection;)Ljdk/tools/jaotc/binformat/pecoff/PECoffSymtab;
            astore 5 /* symtab */
        start local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymtab symtab
        20: .line 139
            sipush 2560
            istore 6 /* scnFlags */
        start local 6 // int scnFlags
        21: .line 140
            aload 3 /* sections */
            ldc ".drectve"
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getDirectiveArray:()[B
            iconst_0
            iload 6 /* scnFlags */
            iconst_1
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createByteSection:(Ljava/util/ArrayList;Ljava/lang/String;[BZII)Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
            pop
        22: .line 147
            aload 0 /* this */
            aload 3 /* sections */
            aload 1 /* relocationTable */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createPECoffRelocTable:(Ljava/util/ArrayList;Ljava/util/Map;)Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            astore 7 /* pecoffRelocs */
        start local 7 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocs
        23: .line 160
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_FILE_HEADER.totalsize:I
        24: .line 161
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SECTION_HEADER.totalsize:I
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            imul
        25: .line 160
            iadd
            istore 8 /* fileOffset */
        start local 8 // int fileOffset
        26: .line 164
            aload 4 /* header */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffHeader.setSectionCount:(I)V
        27: .line 165
            aload 4 /* header */
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getSymtabCount:()I
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffHeader.setSymbolCount:(I)V
        28: .line 166
            aload 4 /* header */
            iload 8 /* fileOffset */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffHeader.setSymbolOff:(I)V
        29: .line 169
            iload 8 /* fileOffset */
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getSymtabCount:()I
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.totalsize:I
            imul
        30: .line 170
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getStrtabSize:()I
        31: .line 169
            iadd
            iadd
            istore 8 /* fileOffset */
        32: .line 172
            iload 8 /* fileOffset */
            aload 3 /* sections */
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataAlign:()I
            iconst_1
            isub
            iadd
        33: .line 173
            aload 3 /* sections */
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
        34: .line 172
            iand
            istore 8 /* fileOffset */
        35: .line 176
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        36: goto 44
        37: .line 177
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject java.util.Map java.util.Collection java.util.ArrayList jdk.tools.jaotc.binformat.pecoff.PECoffHeader jdk.tools.jaotc.binformat.pecoff.PECoffSymtab int jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable int int
      StackMap stack:
            aload 3 /* sections */
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            astore 10 /* sect */
        start local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        38: .line 178
            iload 8 /* fileOffset */
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataAlign:()I
            iconst_1
            isub
            iadd
        39: .line 179
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
        40: .line 178
            iand
            istore 8 /* fileOffset */
        41: .line 180
            aload 10 /* sect */
            iload 8 /* fileOffset */
            i2l
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.setOffset:(J)V
        42: .line 181
            iload 8 /* fileOffset */
            i2l
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getSize:()J
            ladd
            l2i
            istore 8 /* fileOffset */
        end local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        43: .line 176
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 9 /* i */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 37
        end local 9 // int i
        45: .line 185
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        46: goto 56
        47: .line 186
      StackMap locals:
      StackMap stack:
            aload 3 /* sections */
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            astore 10 /* sect */
        start local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        48: .line 187
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.hasRelocations:()Z
            ifeq 55
        49: .line 188
            aload 7 /* pecoffRelocs */
            iload 9 /* i */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.getNumRelocs:(I)I
            istore 11 /* nreloc */
        start local 11 // int nreloc
        50: .line 189
            aload 10 /* sect */
            iload 8 /* fileOffset */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.setReloff:(I)V
        51: .line 190
            aload 10 /* sect */
            iload 11 /* nreloc */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.setRelcount:(I)V
        52: .line 192
            iload 11 /* nreloc */
            ldc 65535
            if_icmple 54
        53: .line 193
            iinc 11 /* nreloc */ 1
        54: .line 195
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.PECoffSection int
      StackMap stack:
            iload 8 /* fileOffset */
            iload 11 /* nreloc */
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.totalsize:I
            imul
            iadd
            istore 8 /* fileOffset */
        end local 11 // int nreloc
        end local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        55: .line 185
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 9 /* i */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 47
        end local 9 // int i
        57: .line 200
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 4 /* header */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffHeader.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([B)V
        58: .line 203
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        59: goto 63
        60: .line 204
      StackMap locals:
      StackMap stack:
            aload 3 /* sections */
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            astore 10 /* sect */
        start local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        61: .line 205
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getArray:()[B
            invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffSection.getShdrAlign:()I
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([BI)V
        end local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        62: .line 203
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: iload 9 /* i */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 60
        end local 9 // int i
        64: .line 209
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getSymtabArray:()[B
            iconst_4
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([BI)V
        65: .line 210
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 5 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.getStrtabArray:()[B
            iconst_1
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([BI)V
        66: .line 213
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        67: goto 71
        68: .line 214
      StackMap locals:
      StackMap stack:
            aload 3 /* sections */
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSection
            astore 10 /* sect */
        start local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        69: .line 215
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataArray:()[B
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSection.getDataAlign:()I
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([BI)V
        end local 10 // jdk.tools.jaotc.binformat.pecoff.PECoffSection sect
        70: .line 213
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        71: iload 9 /* i */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 68
        end local 9 // int i
        72: .line 219
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        73: goto 77
        74: .line 220
      StackMap locals:
      StackMap stack:
            aload 7 /* pecoffRelocs */
            iload 9 /* i */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.getNumRelocs:(I)I
            ifle 76
        75: .line 221
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            aload 7 /* pecoffRelocs */
            iload 9 /* i */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.getRelocData:(I)[B
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.writeBytes:([B)V
        76: .line 219
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 9 /* i */
            aload 3 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 74
        end local 9 // int i
        78: .line 224
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.pecoffContainer:Ljdk/tools/jaotc/binformat/pecoff/PECoffContainer;
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffContainer.close:()V
        79: .line 225
            return
        end local 8 // int fileOffset
        end local 7 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocs
        end local 6 // int scnFlags
        end local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymtab symtab
        end local 4 // jdk.tools.jaotc.binformat.pecoff.PECoffHeader header
        end local 3 // java.util.ArrayList sections
        end local 2 // java.util.Collection symbols
        end local 1 // java.util.Map relocationTable
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   80     0             this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0   80     1  relocationTable  Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            0   80     2          symbols  Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;
            1   80     3         sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
           19   80     4           header  Ljdk/tools/jaotc/binformat/pecoff/PECoffHeader;
           20   80     5           symtab  Ljdk/tools/jaotc/binformat/pecoff/PECoffSymtab;
           21   80     6         scnFlags  I
           23   80     7     pecoffRelocs  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
           26   80     8       fileOffset  I
           36   45     9                i  I
           38   43    10             sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
           46   57     9                i  I
           48   55    10             sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
           50   55    11           nreloc  I
           59   64     9                i  I
           61   62    10             sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
           67   72     9                i  I
           69   70    10             sect  Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;
           73   78     9                i  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;)V
    MethodParameters:
                 Name  Flags
      relocationTable  
      symbols          

  private static jdk.tools.jaotc.binformat.pecoff.PECoffSymtab createPECoffSymbolTables(java.util.Collection<jdk.tools.jaotc.binformat.Symbol>);
    descriptor: (Ljava/util/Collection;)Ljdk/tools/jaotc/binformat/pecoff/PECoffSymtab;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=1
        start local 0 // java.util.Collection symbols
         0: .line 234
            new jdk.tools.jaotc.binformat.pecoff.PECoffSymtab
            dup
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.<init>:()V
            astore 1 /* symtab */
        start local 1 // jdk.tools.jaotc.binformat.pecoff.PECoffSymtab symtab
         1: .line 240
            aload 0 /* symbols */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: java.util.Collection jdk.tools.jaotc.binformat.pecoff.PECoffSymtab top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            astore 2 /* symbol */
        start local 2 // jdk.tools.jaotc.binformat.Symbol symbol
         3: .line 242
            aload 2 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getSection:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getSectionId:()I
            istore 4 /* secHdrIndex */
        start local 4 // int secHdrIndex
         4: .line 243
            aload 1 /* symtab */
            aload 2 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getName:()Ljava/lang/String;
            aload 2 /* symbol */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.getPECoffTypeOf:(Ljdk/tools/jaotc/binformat/Symbol;)B
            aload 2 /* symbol */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.getPECoffClassOf:(Ljdk/tools/jaotc/binformat/Symbol;)B
            iload 4 /* secHdrIndex */
            i2b
            aload 2 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getOffset:()I
            i2l
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymtab.addSymbolEntry:(Ljava/lang/String;BBBJ)Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
            astore 5 /* pecoffSymbol */
        start local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol pecoffSymbol
         5: .line 244
            aload 2 /* symbol */
            aload 5 /* pecoffSymbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.setNativeSymbol:(Ljdk/tools/jaotc/binformat/NativeSymbol;)V
        end local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol pecoffSymbol
        end local 4 // int secHdrIndex
        end local 2 // jdk.tools.jaotc.binformat.Symbol symbol
         6: .line 240
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 246
            aload 1 /* symtab */
            areturn
        end local 1 // jdk.tools.jaotc.binformat.pecoff.PECoffSymtab symtab
        end local 0 // java.util.Collection symbols
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0       symbols  Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;
            1    8     1        symtab  Ljdk/tools/jaotc/binformat/pecoff/PECoffSymtab;
            3    6     2        symbol  Ljdk/tools/jaotc/binformat/Symbol;
            4    6     4   secHdrIndex  I
            5    6     5  pecoffSymbol  Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
    Signature: (Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;)Ljdk/tools/jaotc/binformat/pecoff/PECoffSymtab;
    MethodParameters:
         Name  Flags
      symbols  

  private static byte getPECoffTypeOf(jdk.tools.jaotc.binformat.Symbol);
    descriptor: (Ljdk/tools/jaotc/binformat/Symbol;)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.Symbol sym
         0: .line 250
            aload 0 /* sym */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getKind:()Ljdk/tools/jaotc/binformat/Symbol$Kind;
            astore 1 /* kind */
        start local 1 // jdk.tools.jaotc.binformat.Symbol$Kind kind
         1: .line 251
            aload 1 /* kind */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.NATIVE_FUNCTION:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            if_acmpeq 2
            aload 1 /* kind */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.JAVA_FUNCTION:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            if_acmpne 3
         2: .line 252
      StackMap locals: jdk.tools.jaotc.binformat.Symbol$Kind
      StackMap stack:
            bipush 32
            ireturn
         3: .line 254
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // jdk.tools.jaotc.binformat.Symbol$Kind kind
        end local 0 // jdk.tools.jaotc.binformat.Symbol sym
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   sym  Ljdk/tools/jaotc/binformat/Symbol;
            1    4     1  kind  Ljdk/tools/jaotc/binformat/Symbol$Kind;
    MethodParameters:
      Name  Flags
      sym   

  private static byte getPECoffClassOf(jdk.tools.jaotc.binformat.Symbol);
    descriptor: (Ljdk/tools/jaotc/binformat/Symbol;)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.Symbol sym
         0: .line 258
            aload 0 /* sym */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getBinding:()Ljdk/tools/jaotc/binformat/Symbol$Binding;
            astore 1 /* binding */
        start local 1 // jdk.tools.jaotc.binformat.Symbol$Binding binding
         1: .line 259
            aload 1 /* binding */
            getstatic jdk.tools.jaotc.binformat.Symbol$Binding.GLOBAL:Ljdk/tools/jaotc/binformat/Symbol$Binding;
            if_acmpne 3
         2: .line 260
            iconst_2
            ireturn
         3: .line 262
      StackMap locals: jdk.tools.jaotc.binformat.Symbol$Binding
      StackMap stack:
            iconst_3
            ireturn
        end local 1 // jdk.tools.jaotc.binformat.Symbol$Binding binding
        end local 0 // jdk.tools.jaotc.binformat.Symbol sym
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0      sym  Ljdk/tools/jaotc/binformat/Symbol;
            1    4     1  binding  Ljdk/tools/jaotc/binformat/Symbol$Binding;
    MethodParameters:
      Name  Flags
      sym   

  private jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable createPECoffRelocTable(java.util.ArrayList<jdk.tools.jaotc.binformat.pecoff.PECoffSection>, java.util.Map<jdk.tools.jaotc.binformat.Symbol, java.util.List<jdk.tools.jaotc.binformat.Relocation>>);
    descriptor: (Ljava/util/ArrayList;Ljava/util/Map;)Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // java.util.Map relocationTable
         0: .line 273
            new jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable
            dup
            aload 1 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            invokespecial jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.<init>:(I)V
            astore 3 /* pecoffRelocTable */
        start local 3 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocTable
         1: .line 278
            aload 2 /* relocationTable */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         3: .line 279
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            astore 6 /* relocs */
        start local 6 // java.util.List relocs
         4: .line 280
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            astore 7 /* symbol */
        start local 7 // jdk.tools.jaotc.binformat.Symbol symbol
         5: .line 282
            aload 6 /* relocs */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 8
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable java.util.Map$Entry java.util.Iterator java.util.List jdk.tools.jaotc.binformat.Symbol top java.util.Iterator
      StackMap stack:
         6: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Relocation
            astore 8 /* reloc */
        start local 8 // jdk.tools.jaotc.binformat.Relocation reloc
         7: .line 283
            aload 7 /* symbol */
            aload 8 /* reloc */
            aload 3 /* pecoffRelocTable */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createRelocation:(Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;)V
        end local 8 // jdk.tools.jaotc.binformat.Relocation reloc
         8: .line 282
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 7 // jdk.tools.jaotc.binformat.Symbol symbol
        end local 6 // java.util.List relocs
        end local 4 // java.util.Map$Entry entry
         9: .line 278
      StackMap locals: jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 287
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getUniqueRelocationTable:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals:
      StackMap stack:
        11: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
        12: .line 288
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Relocation
            aload 3 /* pecoffRelocTable */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.createRelocation:(Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;)V
        end local 4 // java.util.Map$Entry entry
        13: .line 287
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 291
            aload 3 /* pecoffRelocTable */
            areturn
        end local 3 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocTable
        end local 2 // java.util.Map relocationTable
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Ljdk/tools/jaotc/binformat/pecoff/JPECoffRelocObject;
            0   15     1          sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;
            0   15     2   relocationTable  Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            1   15     3  pecoffRelocTable  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            3    9     4             entry  Ljava/util/Map$Entry<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            4    9     6            relocs  Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;
            5    9     7            symbol  Ljdk/tools/jaotc/binformat/Symbol;
            7    8     8             reloc  Ljdk/tools/jaotc/binformat/Relocation;
           12   13     4             entry  Ljava/util/Map$Entry<Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;>;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/pecoff/PECoffSection;>;Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;)Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
    MethodParameters:
                 Name  Flags
      sections         
      relocationTable  

  private static void createRelocation(jdk.tools.jaotc.binformat.Symbol, jdk.tools.jaotc.binformat.Relocation, jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable);
    descriptor: (Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.Symbol symbol
        start local 1 // jdk.tools.jaotc.binformat.Relocation reloc
        start local 2 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocTable
         0: .line 295
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getType:()Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            astore 3 /* relocType */
        start local 3 // jdk.tools.jaotc.binformat.Relocation$RelocType relocType
         1: .line 297
            aload 3 /* relocType */
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.getPECoffRelocationType:(Ljdk/tools/jaotc/binformat/Relocation$RelocType;)I
            istore 4 /* pecoffRelocType */
        start local 4 // int pecoffRelocType
         2: .line 298
            aload 0 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getNativeSymbol:()Ljdk/tools/jaotc/binformat/NativeSymbol;
            checkcast jdk.tools.jaotc.binformat.pecoff.PECoffSymbol
            astore 5 /* sym */
        start local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol sym
         3: .line 299
            aload 5 /* sym */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.getIndex:()I
            istore 6 /* symno */
        start local 6 // int symno
         4: .line 300
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getSection:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getSectionId:()I
            istore 7 /* sectindex */
        start local 7 // int sectindex
         5: .line 301
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getOffset:()I
            istore 8 /* offset */
        start local 8 // int offset
         6: .line 302
            iconst_0
            istore 9 /* addend */
        start local 9 // int addend
         7: .line 304
            invokestatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.$SWITCH_TABLE$jdk$tools$jaotc$binformat$Relocation$RelocType:()[I
            aload 3 /* relocType */
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iaload
            tableswitch { // 2 - 8
                    2: 11
                    3: 8
                    4: 8
                    5: 8
                    6: 12
                    7: 15
                    8: 12
              default: 16
          }
         8: .line 309
      StackMap locals: jdk.tools.jaotc.binformat.Symbol jdk.tools.jaotc.binformat.Relocation jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable jdk.tools.jaotc.binformat.Relocation$RelocType int jdk.tools.jaotc.binformat.pecoff.PECoffSymbol int int int int
      StackMap stack:
            bipush -4
            istore 9 /* addend */
         9: .line 311
            iload 8 /* offset */
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getSize:()I
            iadd
            iload 9 /* addend */
            iadd
            istore 8 /* offset */
        10: .line 312
            goto 17
        11: .line 316
      StackMap locals:
      StackMap stack:
            return
        12: .line 320
      StackMap locals:
      StackMap stack:
            bipush -4
            istore 9 /* addend */
        13: .line 326
            iload 8 /* offset */
            iload 9 /* addend */
            iadd
            istore 8 /* offset */
        14: .line 327
            goto 17
        15: .line 331
      StackMap locals:
      StackMap stack:
            goto 17
        16: .line 334
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unhandled relocation type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* relocType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 336
      StackMap locals:
      StackMap stack:
            aload 2 /* pecoffRelocTable */
            iload 7 /* sectindex */
            iload 8 /* offset */
            iload 6 /* symno */
            iload 4 /* pecoffRelocType */
            invokevirtual jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable.createRelocationEntry:(IIII)V
        18: .line 337
            return
        end local 9 // int addend
        end local 8 // int offset
        end local 7 // int sectindex
        end local 6 // int symno
        end local 5 // jdk.tools.jaotc.binformat.pecoff.PECoffSymbol sym
        end local 4 // int pecoffRelocType
        end local 3 // jdk.tools.jaotc.binformat.Relocation$RelocType relocType
        end local 2 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocTable pecoffRelocTable
        end local 1 // jdk.tools.jaotc.binformat.Relocation reloc
        end local 0 // jdk.tools.jaotc.binformat.Symbol symbol
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   19     0            symbol  Ljdk/tools/jaotc/binformat/Symbol;
            0   19     1             reloc  Ljdk/tools/jaotc/binformat/Relocation;
            0   19     2  pecoffRelocTable  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocTable;
            1   19     3         relocType  Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            2   19     4   pecoffRelocType  I
            3   19     5               sym  Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
            4   19     6             symno  I
            5   19     7         sectindex  I
            6   19     8            offset  I
            7   19     9            addend  I
    MethodParameters:
                  Name  Flags
      symbol            
      reloc             
      pecoffRelocTable  

  private static int getPECoffRelocationType(jdk.tools.jaotc.binformat.Relocation$RelocType);
    descriptor: (Ljdk/tools/jaotc/binformat/Relocation$RelocType;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.Relocation$RelocType relocType
         0: .line 341
            iconst_0
            istore 1 /* pecoffRelocType */
        start local 1 // int pecoffRelocType
         1: .line 342
            invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffTargetInfo.getPECoffArch:()C
            tableswitch { // 34404 - 34404
                34404: 2
              default: 20
          }
         2: .line 344
      StackMap locals: int
      StackMap stack:
            aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpeq 4
         3: .line 345
            aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.FOREIGN_CALL_INDIRECT_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpne 6
         4: .line 346
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 1 /* pecoffRelocType */
         5: .line 347
            goto 21
      StackMap locals:
      StackMap stack:
         6: aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.STUB_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpne 9
         7: .line 348
            iconst_4
            istore 1 /* pecoffRelocType */
         8: .line 349
            goto 21
      StackMap locals:
      StackMap stack:
         9: aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_INDIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpne 12
        10: .line 350
            iconst_0
            istore 1 /* pecoffRelocType */
        11: .line 351
            goto 21
      StackMap locals:
      StackMap stack:
        12: aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpeq 14
        13: .line 352
            aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_PLT_TO_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpne 16
        14: .line 353
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 1 /* pecoffRelocType */
        15: .line 354
            goto 21
      StackMap locals:
      StackMap stack:
        16: aload 0 /* relocType */
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_GOT_TO_PLT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            if_acmpne 19
        17: .line 355
            iconst_1
            istore 1 /* pecoffRelocType */
        18: .line 356
            goto 21
        19: .line 357
      StackMap locals:
      StackMap stack:
            getstatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.$assertionsDisabled:Z
            ifne 21
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unhandled relocation type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* relocType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        20: .line 361
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Relocation Type mapping: Unhandled architecture"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        21: .line 363
      StackMap locals:
      StackMap stack:
            iload 1 /* pecoffRelocType */
            ireturn
        end local 1 // int pecoffRelocType
        end local 0 // jdk.tools.jaotc.binformat.Relocation$RelocType relocType
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0        relocType  Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            1   22     1  pecoffRelocType  I
    MethodParameters:
           Name  Flags
      relocType  

  static int[] $SWITCH_TABLE$jdk$tools$jaotc$binformat$Relocation$RelocType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 48
            getstatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.$SWITCH_TABLE$jdk$tools$jaotc$binformat$Relocation$RelocType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic jdk.tools.jaotc.binformat.Relocation$RelocType.values:()[Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_GOT_TO_PLT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            bipush 7
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.EXTERNAL_PLT_TO_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            bipush 8
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.FOREIGN_CALL_INDIRECT_GOT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.JAVA_CALL_INDIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.METASPACE_GOT_REFERENCE:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            bipush 6
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.STUB_CALL_DIRECT:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iconst_5
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic jdk.tools.jaotc.binformat.Relocation$RelocType.UNDEFINED:Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            invokevirtual jdk.tools.jaotc.binformat.Relocation$RelocType.ordinal:()I
            iconst_1
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            dup
            putstatic jdk.tools.jaotc.binformat.pecoff.JPECoffRelocObject.$SWITCH_TABLE$jdk$tools$jaotc$binformat$Relocation$RelocType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
}
SourceFile: "JPECoffRelocObject.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public final RelocType = jdk.tools.jaotc.binformat.Relocation$RelocType of jdk.tools.jaotc.binformat.Relocation
  public final Binding = jdk.tools.jaotc.binformat.Symbol$Binding of jdk.tools.jaotc.binformat.Symbol
  public final Kind = jdk.tools.jaotc.binformat.Symbol$Kind of jdk.tools.jaotc.binformat.Symbol
  final IMAGE_FILE_HEADER = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_FILE_HEADER of jdk.tools.jaotc.binformat.pecoff.PECoff
  final IMAGE_RELOCATION = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION of jdk.tools.jaotc.binformat.pecoff.PECoff
  final IMAGE_SECTION_HEADER = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SECTION_HEADER of jdk.tools.jaotc.binformat.pecoff.PECoff
  final IMAGE_SYMBOL = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL of jdk.tools.jaotc.binformat.pecoff.PECoff