public class jdk.tools.jaotc.binformat.macho.JMachORelocObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.macho.JMachORelocObject
  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.macho.MachOContainer machoContainer;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachOContainer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int segmentSize;
    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 68
            ldc Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            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.macho.JMachORelocObject.$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.macho.JMachORelocObject this
        start local 1 // jdk.tools.jaotc.binformat.BinaryContainer binContainer
        start local 2 // java.lang.String outputFileName
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            aload 1 /* binContainer */
            putfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
         2: .line 78
            aload 0 /* this */
            new jdk.tools.jaotc.binformat.macho.MachOContainer
            dup
            aload 2 /* outputFileName */
            invokespecial jdk.tools.jaotc.binformat.macho.MachOContainer.<init>:(Ljava/lang/String;)V
            putfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
         3: .line 79
            aload 0 /* this */
            aload 1 /* binContainer */
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeSegmentSize:()I
            putfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.segmentSize:I
         4: .line 80
            return
        end local 2 // java.lang.String outputFileName
        end local 1 // jdk.tools.jaotc.binformat.BinaryContainer binContainer
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0    5     1    binContainer  Ljdk/tools/jaotc/binformat/BinaryContainer;
            0    5     2  outputFileName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      binContainer    
      outputFileName  

  private void createByteSection(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, jdk.tools.jaotc.binformat.ByteContainer, java.lang.String, java.lang.String, );
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.ByteContainer c
        start local 3 // java.lang.String sectName
        start local 4 // java.lang.String segName
        start local 5 // int scnFlags
         0: .line 85
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getByteArray:()[B
            arraylength
            pop
         1: .line 89
            new jdk.tools.jaotc.binformat.macho.MachOSection
            dup
            aload 3 /* sectName */
         2: .line 90
            aload 4 /* segName */
         3: .line 91
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getByteArray:()[B
         4: .line 92
            iload 5 /* scnFlags */
         5: .line 93
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.hasRelocations:()Z
         6: .line 94
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.segmentSize:I
         7: .line 89
            invokespecial jdk.tools.jaotc.binformat.macho.MachOSection.<init>:(Ljava/lang/String;Ljava/lang/String;[BIZI)V
            astore 6 /* sect */
        start local 6 // jdk.tools.jaotc.binformat.macho.MachOSection sect
         8: .line 96
            aload 1 /* sections */
            aload 6 /* sect */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         9: .line 99
            aload 2 /* c */
            aload 1 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.setSectionId:(I)V
        10: .line 103
            return
        end local 6 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        end local 5 // int scnFlags
        end local 4 // java.lang.String segName
        end local 3 // java.lang.String sectName
        end local 2 // jdk.tools.jaotc.binformat.ByteContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0   11     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0   11     2         c  Ljdk/tools/jaotc/binformat/ByteContainer;
            0   11     3  sectName  Ljava/lang/String;
            0   11     4   segName  Ljava/lang/String;
            0   11     5  scnFlags  I
            8   11     6      sect  Ljdk/tools/jaotc/binformat/macho/MachOSection;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljdk/tools/jaotc/binformat/ByteContainer;Ljava/lang/String;Ljava/lang/String;I)V
    MethodParameters:
          Name  Flags
      sections  
      c         
      sectName  
      segName   
      scnFlags  

  private void createCodeSection(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, jdk.tools.jaotc.binformat.CodeContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/CodeContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.CodeContainer c
         0: .line 106
            aload 0 /* this */
            aload 1 /* sections */
            aload 2 /* c */
            ldc "__text"
            ldc "__TEXT"
         1: .line 107
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.S_ATTR_PURE_INSTRUCTIONS:I
         2: .line 108
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.S_ATTR_SOME_INSTRUCTIONS:I
         3: .line 107
            ior
         4: .line 106
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;Ljava/lang/String;Ljava/lang/String;I)V
         5: .line 109
            return
        end local 2 // jdk.tools.jaotc.binformat.CodeContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0    6     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0    6     2         c  Ljdk/tools/jaotc/binformat/CodeContainer;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljdk/tools/jaotc/binformat/CodeContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  private void createReadOnlySection(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, jdk.tools.jaotc.binformat.ReadOnlyDataContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer c
         0: .line 112
            aload 0 /* this */
            aload 1 /* sections */
            aload 2 /* c */
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ReadOnlyDataContainer.getContainerName:()Ljava/lang/String;
            ldc "__TEXT"
         1: .line 113
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.S_ATTR_SOME_INSTRUCTIONS:I
         2: .line 112
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;Ljava/lang/String;Ljava/lang/String;I)V
         3: .line 114
            return
        end local 2 // jdk.tools.jaotc.binformat.ReadOnlyDataContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0    4     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0    4     2         c  Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  private void createReadWriteSection(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, jdk.tools.jaotc.binformat.ByteContainer);
    descriptor: (Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // jdk.tools.jaotc.binformat.ByteContainer c
         0: .line 117
            aload 0 /* this */
            aload 1 /* sections */
            aload 2 /* c */
            aload 2 /* c */
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getContainerName:()Ljava/lang/String;
            ldc "__DATA"
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.S_REGULAR:I
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createByteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 118
            return
        end local 2 // jdk.tools.jaotc.binformat.ByteContainer c
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0    2     1  sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0    2     2         c  Ljdk/tools/jaotc/binformat/ByteContainer;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljdk/tools/jaotc/binformat/ByteContainer;)V
    MethodParameters:
          Name  Flags
      sections  
      c         

  public void createMachORelocObject(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=18, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.Map relocationTable
        start local 2 // java.util.Collection symbols
         0: .line 135
            new jdk.tools.jaotc.binformat.macho.MachOHeader
            dup
            invokespecial jdk.tools.jaotc.binformat.macho.MachOHeader.<init>:()V
            astore 3 /* mh */
        start local 3 // jdk.tools.jaotc.binformat.macho.MachOHeader mh
         1: .line 137
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* sections */
        start local 4 // java.util.ArrayList sections
         2: .line 141
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeContainer:()Ljdk/tools/jaotc/binformat/CodeContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createCodeSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/CodeContainer;)V
         3: .line 142
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMetaspaceNamesContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         4: .line 143
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         5: .line 144
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodsOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         6: .line 145
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesDependenciesContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         7: .line 146
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodMetadataContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         8: .line 147
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getStubsOffsetsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
         9: .line 148
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.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.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        10: .line 149
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCodeSegmentsContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        11: .line 150
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getConstantDataContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        12: .line 151
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getConfigContainer:()Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadOnlySection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ReadOnlyDataContainer;)V
        13: .line 152
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getKlassesGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        14: .line 153
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getCountersGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        15: .line 154
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMetadataGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        16: .line 155
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getMethodStateContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        17: .line 156
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getOopGotContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        18: .line 157
            aload 0 /* this */
            aload 4 /* sections */
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.binContainer:Ljdk/tools/jaotc/binformat/BinaryContainer;
            invokevirtual jdk.tools.jaotc.binformat.BinaryContainer.getExtLinkageGOTContainer:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createReadWriteSection:(Ljava/util/ArrayList;Ljdk/tools/jaotc/binformat/ByteContainer;)V
        19: .line 161
            aload 3 /* mh */
            iconst_4
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.totalsize:I
        20: .line 162
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.totalsize:I
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            imul
            iadd
        21: .line 163
            getstatic jdk.tools.jaotc.binformat.macho.MachO$version_min_command.totalsize:I
            iadd
        22: .line 164
            getstatic jdk.tools.jaotc.binformat.macho.MachO$symtab_command.totalsize:I
            iadd
        23: .line 165
            getstatic jdk.tools.jaotc.binformat.macho.MachO$dysymtab_command.totalsize:I
            iadd
        24: .line 161
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOHeader.setCmdSizes:(II)V
        25: .line 168
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.totalsize:I
            aload 3 /* mh */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOHeader.getCmdSize:()I
            iadd
            istore 5 /* fileOffset */
        start local 5 // int fileOffset
        26: .line 170
            iload 5 /* fileOffset */
            aload 4 /* sections */
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            iadd
            aload 4 /* sections */
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
            iand
            istore 5 /* fileOffset */
        27: .line 171
            lconst_0
            lstore 6 /* address */
        start local 6 // long address
        28: .line 172
            iload 5 /* fileOffset */
            istore 8 /* segmentOffset */
        start local 8 // int segmentOffset
        29: .line 174
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        30: goto 39
        31: .line 175
      StackMap locals: jdk.tools.jaotc.binformat.macho.JMachORelocObject java.util.Map java.util.Collection jdk.tools.jaotc.binformat.macho.MachOHeader java.util.ArrayList int long int int
      StackMap stack:
            aload 4 /* sections */
            iload 9 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            astore 10 /* sect */
        start local 10 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        32: .line 176
            iload 5 /* fileOffset */
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            iadd
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
            iand
            istore 5 /* fileOffset */
        33: .line 177
            lload 6 /* address */
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            i2l
            ladd
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
            i2l
            land
            lstore 6 /* address */
        34: .line 178
            aload 10 /* sect */
            iload 5 /* fileOffset */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.setOffset:(I)V
        35: .line 179
            aload 10 /* sect */
            lload 6 /* address */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.setAddr:(J)V
        36: .line 180
            iload 5 /* fileOffset */
            i2l
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getSize:()J
            ladd
            l2i
            istore 5 /* fileOffset */
        37: .line 181
            lload 6 /* address */
            aload 10 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getSize:()J
            ladd
            lstore 6 /* address */
        end local 10 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        38: .line 174
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        39: iload 9 /* i */
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 31
        end local 9 // int i
        40: .line 185
            iload 5 /* fileOffset */
            iload 8 /* segmentOffset */
            isub
            istore 9 /* segSize */
        start local 9 // int segSize
        41: .line 188
            new jdk.tools.jaotc.binformat.macho.MachOSegment
            dup
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.totalsize:I
        42: .line 189
            getstatic jdk.tools.jaotc.binformat.macho.MachO$section_64.totalsize:I
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            imul
            iadd
        43: .line 190
            iload 8 /* segmentOffset */
        44: .line 191
            iload 9 /* segSize */
        45: .line 192
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
        46: .line 188
            invokespecial jdk.tools.jaotc.binformat.macho.MachOSegment.<init>:(IIII)V
            astore 10 /* seg */
        start local 10 // jdk.tools.jaotc.binformat.macho.MachOSegment seg
        47: .line 194
            new jdk.tools.jaotc.binformat.macho.MachOVersion
            dup
            invokespecial jdk.tools.jaotc.binformat.macho.MachOVersion.<init>:()V
            astore 11 /* vers */
        start local 11 // jdk.tools.jaotc.binformat.macho.MachOVersion vers
        48: .line 197
            aload 4 /* sections */
            aload 2 /* symbols */
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.createMachOSymbolTables:(Ljava/util/ArrayList;Ljava/util/Collection;)Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
            astore 12 /* symtab */
        start local 12 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
        49: .line 200
            new jdk.tools.jaotc.binformat.macho.MachODySymtab
            dup
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.getNumLocalSyms:()I
        50: .line 201
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.getNumGlobalSyms:()I
        51: .line 202
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.getNumUndefSyms:()I
        52: .line 200
            invokespecial jdk.tools.jaotc.binformat.macho.MachODySymtab.<init>:(III)V
            astore 13 /* dysymtab */
        start local 13 // jdk.tools.jaotc.binformat.macho.MachODySymtab dysymtab
        53: .line 205
            aload 0 /* this */
            aload 4 /* sections */
            aload 1 /* relocationTable */
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.JMachORelocObject.createMachORelocTable:(Ljava/util/ArrayList;Ljava/util/Map;Ljdk/tools/jaotc/binformat/macho/MachOSymtab;)Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
            astore 14 /* machORelocs */
        start local 14 // jdk.tools.jaotc.binformat.macho.MachORelocTable machORelocs
        54: .line 207
            iload 5 /* fileOffset */
            invokestatic jdk.tools.jaotc.binformat.macho.MachORelocTable.getAlign:()I
            iconst_1
            isub
            iadd
            invokestatic jdk.tools.jaotc.binformat.macho.MachORelocTable.getAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
            iand
            istore 5 /* fileOffset */
        55: .line 210
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        56: goto 64
        57: .line 211
      StackMap locals: jdk.tools.jaotc.binformat.macho.JMachORelocObject java.util.Map java.util.Collection jdk.tools.jaotc.binformat.macho.MachOHeader java.util.ArrayList int long int int jdk.tools.jaotc.binformat.macho.MachOSegment jdk.tools.jaotc.binformat.macho.MachOVersion jdk.tools.jaotc.binformat.macho.MachOSymtab jdk.tools.jaotc.binformat.macho.MachODySymtab jdk.tools.jaotc.binformat.macho.MachORelocTable int
      StackMap stack:
            aload 4 /* sections */
            iload 15 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            astore 16 /* sect */
        start local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        58: .line 212
            aload 16 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.hasRelocations:()Z
            ifeq 63
        59: .line 213
            aload 14 /* machORelocs */
            iload 15 /* i */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachORelocTable.getNumRelocs:(I)I
            istore 17 /* nreloc */
        start local 17 // int nreloc
        60: .line 214
            aload 16 /* sect */
            iload 5 /* fileOffset */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.setReloff:(I)V
        61: .line 215
            aload 16 /* sect */
            iload 17 /* nreloc */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.setRelcount:(I)V
        62: .line 216
            iload 5 /* fileOffset */
            iload 17 /* nreloc */
            getstatic jdk.tools.jaotc.binformat.macho.MachO$reloc_info.totalsize:I
            imul
            iadd
            istore 5 /* fileOffset */
        end local 17 // int nreloc
        end local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        63: .line 210
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        64: iload 15 /* i */
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 57
        end local 15 // int i
        65: .line 221
            iload 5 /* fileOffset */
            invokestatic jdk.tools.jaotc.binformat.macho.MachOSymtab.getAlign:()I
            iconst_1
            isub
            iadd
            invokestatic jdk.tools.jaotc.binformat.macho.MachOSymtab.getAlign:()I
            iconst_1
            isub
            iconst_m1
            ixor
            iand
            istore 5 /* fileOffset */
        66: .line 222
            aload 12 /* symtab */
            iload 5 /* fileOffset */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.setOffset:(I)V
        67: .line 225
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 3 /* mh */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOHeader.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        68: .line 227
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 10 /* seg */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSegment.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        69: .line 229
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        70: goto 74
        71: .line 230
      StackMap locals:
      StackMap stack:
            aload 4 /* sections */
            iload 15 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            astore 16 /* sect */
        start local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        72: .line 231
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 16 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        end local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        73: .line 229
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        74: iload 15 /* i */
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 71
        end local 15 // int i
        75: .line 235
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 11 /* vers */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOVersion.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        76: .line 238
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.calcSizes:()I
            pop
        77: .line 239
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.getCmdArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        78: .line 242
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 13 /* dysymtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachODySymtab.getArray:()[B
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([B)V
        79: .line 245
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        80: goto 84
        81: .line 246
      StackMap locals:
      StackMap stack:
            aload 4 /* sections */
            iload 15 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            astore 16 /* sect */
        start local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        82: .line 247
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 16 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getDataArray:()[B
            aload 16 /* sect */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAlign:()I
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([BI)V
        end local 16 // jdk.tools.jaotc.binformat.macho.MachOSection sect
        83: .line 245
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        84: iload 15 /* i */
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 81
        end local 15 // int i
        85: .line 251
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        86: goto 90
        87: .line 252
      StackMap locals:
      StackMap stack:
            aload 14 /* machORelocs */
            iload 15 /* i */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachORelocTable.getNumRelocs:(I)I
            ifle 89
        88: .line 253
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 14 /* machORelocs */
            iload 15 /* i */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachORelocTable.getRelocData:(I)[B
            invokestatic jdk.tools.jaotc.binformat.macho.MachORelocTable.getAlign:()I
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([BI)V
        89: .line 251
      StackMap locals:
      StackMap stack:
            iinc 15 /* i */ 1
      StackMap locals:
      StackMap stack:
        90: iload 15 /* i */
            aload 4 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            if_icmplt 87
        end local 15 // int i
        91: .line 258
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            aload 12 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.getDataArray:()[B
            invokestatic jdk.tools.jaotc.binformat.macho.MachOSymtab.getAlign:()I
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.writeBytes:([BI)V
        92: .line 260
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.machoContainer:Ljdk/tools/jaotc/binformat/macho/MachOContainer;
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOContainer.close:()V
        93: .line 261
            return
        end local 14 // jdk.tools.jaotc.binformat.macho.MachORelocTable machORelocs
        end local 13 // jdk.tools.jaotc.binformat.macho.MachODySymtab dysymtab
        end local 12 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
        end local 11 // jdk.tools.jaotc.binformat.macho.MachOVersion vers
        end local 10 // jdk.tools.jaotc.binformat.macho.MachOSegment seg
        end local 9 // int segSize
        end local 8 // int segmentOffset
        end local 6 // long address
        end local 5 // int fileOffset
        end local 4 // java.util.ArrayList sections
        end local 3 // jdk.tools.jaotc.binformat.macho.MachOHeader mh
        end local 2 // java.util.Collection symbols
        end local 1 // java.util.Map relocationTable
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   94     0             this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0   94     1  relocationTable  Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            0   94     2          symbols  Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;
            1   94     3               mh  Ljdk/tools/jaotc/binformat/macho/MachOHeader;
            2   94     4         sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
           26   94     5       fileOffset  I
           28   94     6          address  J
           29   94     8    segmentOffset  I
           30   40     9                i  I
           32   38    10             sect  Ljdk/tools/jaotc/binformat/macho/MachOSection;
           41   94     9          segSize  I
           47   94    10              seg  Ljdk/tools/jaotc/binformat/macho/MachOSegment;
           48   94    11             vers  Ljdk/tools/jaotc/binformat/macho/MachOVersion;
           49   94    12           symtab  Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
           53   94    13         dysymtab  Ljdk/tools/jaotc/binformat/macho/MachODySymtab;
           54   94    14      machORelocs  Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
           56   65    15                i  I
           58   63    16             sect  Ljdk/tools/jaotc/binformat/macho/MachOSection;
           60   63    17           nreloc  I
           70   75    15                i  I
           72   73    16             sect  Ljdk/tools/jaotc/binformat/macho/MachOSection;
           80   85    15                i  I
           82   83    16             sect  Ljdk/tools/jaotc/binformat/macho/MachOSection;
           86   91    15                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.macho.MachOSymtab createMachOSymbolTables(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, java.util.Collection<jdk.tools.jaotc.binformat.Symbol>);
    descriptor: (Ljava/util/ArrayList;Ljava/util/Collection;)Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // java.util.ArrayList sections
        start local 1 // java.util.Collection symbols
         0: .line 272
            new jdk.tools.jaotc.binformat.macho.MachOSymtab
            dup
            invokespecial jdk.tools.jaotc.binformat.macho.MachOSymtab.<init>:()V
            astore 2 /* symtab */
        start local 2 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
         1: .line 274
            aload 2 /* symtab */
            ldc ""
            iconst_0
            iconst_0
            lconst_0
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.addSymbolEntry:(Ljava/lang/String;BBJ)Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
            pop
         2: .line 277
            aload 1 /* symbols */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: java.util.ArrayList java.util.Collection jdk.tools.jaotc.binformat.macho.MachOSymtab top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            astore 3 /* symbol */
        start local 3 // jdk.tools.jaotc.binformat.Symbol symbol
         4: .line 278
            aload 3 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getSection:()Ljdk/tools/jaotc/binformat/ByteContainer;
            invokevirtual jdk.tools.jaotc.binformat.ByteContainer.getSectionId:()I
            istore 5 /* sectionId */
        start local 5 // int sectionId
         5: .line 281
            aload 0 /* sections */
            iload 5 /* sectionId */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSection
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSection.getAddr:()J
            lstore 6 /* sectionAddr */
        start local 6 // long sectionAddr
         6: .line 283
            aload 2 /* symtab */
            aload 3 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getName:()Ljava/lang/String;
         7: .line 284
            aload 3 /* symbol */
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.getMachOTypeOf:(Ljdk/tools/jaotc/binformat/Symbol;)B
         8: .line 285
            iload 5 /* sectionId */
            i2b
         9: .line 286
            aload 3 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getOffset:()I
            i2l
            lload 6 /* sectionAddr */
            ladd
        10: .line 283
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.addSymbolEntry:(Ljava/lang/String;BBJ)Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
            astore 8 /* machoSymbol */
        start local 8 // jdk.tools.jaotc.binformat.macho.MachOSymbol machoSymbol
        11: .line 287
            aload 3 /* symbol */
            aload 8 /* machoSymbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.setNativeSymbol:(Ljdk/tools/jaotc/binformat/NativeSymbol;)V
        end local 8 // jdk.tools.jaotc.binformat.macho.MachOSymbol machoSymbol
        end local 6 // long sectionAddr
        end local 5 // int sectionId
        end local 3 // jdk.tools.jaotc.binformat.Symbol symbol
        12: .line 277
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 293
            aload 2 /* symtab */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymtab.updateIndexes:()V
        14: .line 295
            aload 2 /* symtab */
            areturn
        end local 2 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
        end local 1 // java.util.Collection symbols
        end local 0 // java.util.ArrayList sections
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0     sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0   15     1      symbols  Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;
            1   15     2       symtab  Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
            4   12     3       symbol  Ljdk/tools/jaotc/binformat/Symbol;
            5   12     5    sectionId  I
            6   12     6  sectionAddr  J
           11   12     8  machoSymbol  Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljava/util/Collection<Ljdk/tools/jaotc/binformat/Symbol;>;)Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
    MethodParameters:
          Name  Flags
      sections  
      symbols   

  private static byte getMachOTypeOf(jdk.tools.jaotc.binformat.Symbol);
    descriptor: (Ljdk/tools/jaotc/binformat/Symbol;)B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.Symbol sym
         0: .line 299
            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 300
            iconst_0
            istore 2 /* type */
        start local 2 // byte type
         2: .line 303
            aload 0 /* sym */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getBinding:()Ljdk/tools/jaotc/binformat/Symbol$Binding;
            getstatic jdk.tools.jaotc.binformat.Symbol$Binding.GLOBAL:Ljdk/tools/jaotc/binformat/Symbol$Binding;
            if_acmpne 4
         3: .line 304
            iconst_1
            istore 2 /* type */
         4: .line 307
      StackMap locals: jdk.tools.jaotc.binformat.Symbol$Kind int
      StackMap stack:
            aload 1 /* kind */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.NATIVE_FUNCTION:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            if_acmpeq 7
         5: .line 308
            aload 1 /* kind */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.JAVA_FUNCTION:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            if_acmpeq 7
         6: .line 309
            aload 1 /* kind */
            getstatic jdk.tools.jaotc.binformat.Symbol$Kind.OBJECT:Ljdk/tools/jaotc/binformat/Symbol$Kind;
            if_acmpne 8
         7: .line 310
      StackMap locals:
      StackMap stack:
            iload 2 /* type */
            bipush 14
            ior
            i2b
            istore 2 /* type */
         8: .line 313
      StackMap locals:
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 2 // byte type
        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    9     0   sym  Ljdk/tools/jaotc/binformat/Symbol;
            1    9     1  kind  Ljdk/tools/jaotc/binformat/Symbol$Kind;
            2    9     2  type  B
    MethodParameters:
      Name  Flags
      sym   

  private jdk.tools.jaotc.binformat.macho.MachORelocTable createMachORelocTable(java.util.ArrayList<jdk.tools.jaotc.binformat.macho.MachOSection>, java.util.Map<jdk.tools.jaotc.binformat.Symbol, java.util.List<jdk.tools.jaotc.binformat.Relocation>>, jdk.tools.jaotc.binformat.macho.MachOSymtab);
    descriptor: (Ljava/util/ArrayList;Ljava/util/Map;Ljdk/tools/jaotc/binformat/macho/MachOSymtab;)Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=11, args_size=4
        start local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
        start local 1 // java.util.ArrayList sections
        start local 2 // java.util.Map relocationTable
        start local 3 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
         0: .line 327
            new jdk.tools.jaotc.binformat.macho.MachORelocTable
            dup
            aload 1 /* sections */
            invokevirtual java.util.ArrayList.size:()I
            invokespecial jdk.tools.jaotc.binformat.macho.MachORelocTable.<init>:(I)V
            astore 4 /* machORelocTable */
        start local 4 // jdk.tools.jaotc.binformat.macho.MachORelocTable machORelocTable
         1: .line 332
            aload 2 /* relocationTable */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 9
      StackMap locals: jdk.tools.jaotc.binformat.macho.JMachORelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.macho.MachOSymtab jdk.tools.jaotc.binformat.macho.MachORelocTable top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
         3: .line 333
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            astore 7 /* relocs */
        start local 7 // java.util.List relocs
         4: .line 334
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            astore 8 /* symbol */
        start local 8 // jdk.tools.jaotc.binformat.Symbol symbol
         5: .line 336
            aload 7 /* relocs */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 8
      StackMap locals: jdk.tools.jaotc.binformat.macho.JMachORelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.macho.MachOSymtab jdk.tools.jaotc.binformat.macho.MachORelocTable java.util.Map$Entry java.util.Iterator java.util.List jdk.tools.jaotc.binformat.Symbol top java.util.Iterator
      StackMap stack:
         6: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Relocation
            astore 9 /* reloc */
        start local 9 // jdk.tools.jaotc.binformat.Relocation reloc
         7: .line 337
            aload 8 /* symbol */
            aload 9 /* reloc */
            aload 4 /* machORelocTable */
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.createRelocation:(Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/macho/MachORelocTable;)V
        end local 9 // jdk.tools.jaotc.binformat.Relocation reloc
         8: .line 336
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 8 // jdk.tools.jaotc.binformat.Symbol symbol
        end local 7 // java.util.List relocs
        end local 5 // java.util.Map$Entry entry
         9: .line 332
      StackMap locals: jdk.tools.jaotc.binformat.macho.JMachORelocObject java.util.ArrayList java.util.Map jdk.tools.jaotc.binformat.macho.MachOSymtab jdk.tools.jaotc.binformat.macho.MachORelocTable top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        10: .line 341
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.JMachORelocObject.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 6
            goto 13
      StackMap locals:
      StackMap stack:
        11: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
        12: .line 342
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Symbol
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast jdk.tools.jaotc.binformat.Relocation
            aload 4 /* machORelocTable */
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.createRelocation:(Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/macho/MachORelocTable;)V
        end local 5 // java.util.Map$Entry entry
        13: .line 341
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 345
            aload 4 /* machORelocTable */
            areturn
        end local 4 // jdk.tools.jaotc.binformat.macho.MachORelocTable machORelocTable
        end local 3 // jdk.tools.jaotc.binformat.macho.MachOSymtab symtab
        end local 2 // java.util.Map relocationTable
        end local 1 // java.util.ArrayList sections
        end local 0 // jdk.tools.jaotc.binformat.macho.JMachORelocObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Ljdk/tools/jaotc/binformat/macho/JMachORelocObject;
            0   15     1         sections  Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;
            0   15     2  relocationTable  Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            0   15     3           symtab  Ljdk/tools/jaotc/binformat/macho/MachOSymtab;
            1   15     4  machORelocTable  Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
            3    9     5            entry  Ljava/util/Map$Entry<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;
            4    9     7           relocs  Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;
            5    9     8           symbol  Ljdk/tools/jaotc/binformat/Symbol;
            7    8     9            reloc  Ljdk/tools/jaotc/binformat/Relocation;
           12   13     5            entry  Ljava/util/Map$Entry<Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;>;
    Signature: (Ljava/util/ArrayList<Ljdk/tools/jaotc/binformat/macho/MachOSection;>;Ljava/util/Map<Ljdk/tools/jaotc/binformat/Symbol;Ljava/util/List<Ljdk/tools/jaotc/binformat/Relocation;>;>;Ljdk/tools/jaotc/binformat/macho/MachOSymtab;)Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
    MethodParameters:
                 Name  Flags
      sections         
      relocationTable  
      symtab           

  private static void createRelocation(jdk.tools.jaotc.binformat.Symbol, jdk.tools.jaotc.binformat.Relocation, jdk.tools.jaotc.binformat.macho.MachORelocTable);
    descriptor: (Ljdk/tools/jaotc/binformat/Symbol;Ljdk/tools/jaotc/binformat/Relocation;Ljdk/tools/jaotc/binformat/macho/MachORelocTable;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=13, 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.macho.MachORelocTable machORelocTable
         0: .line 349
            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 351
            aload 3 /* relocType */
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.getMachORelocationType:(Ljdk/tools/jaotc/binformat/Relocation$RelocType;)I
            istore 4 /* machORelocType */
        start local 4 // int machORelocType
         2: .line 352
            aload 0 /* symbol */
            invokevirtual jdk.tools.jaotc.binformat.Symbol.getNativeSymbol:()Ljdk/tools/jaotc/binformat/NativeSymbol;
            checkcast jdk.tools.jaotc.binformat.macho.MachOSymbol
            astore 5 /* sym */
        start local 5 // jdk.tools.jaotc.binformat.macho.MachOSymbol sym
         3: .line 353
            aload 5 /* sym */
            invokevirtual jdk.tools.jaotc.binformat.macho.MachOSymbol.getIndex:()I
            istore 6 /* symno */
        start local 6 // int symno
         4: .line 354
            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 355
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getOffset:()I
            istore 8 /* offset */
        start local 8 // int offset
         6: .line 356
            iconst_0
            istore 9 /* pcrel */
        start local 9 // int pcrel
         7: .line 357
            iconst_0
            istore 10 /* length */
        start local 10 // int length
         8: .line 358
            iconst_1
            istore 11 /* isextern */
        start local 11 // int isextern
         9: .line 360
            invokestatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.$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: 15
                    3: 10
                    4: 10
                    5: 10
                    6: 16
                    7: 21
                    8: 16
              default: 24
          }
        10: .line 365
      StackMap locals: jdk.tools.jaotc.binformat.Symbol jdk.tools.jaotc.binformat.Relocation jdk.tools.jaotc.binformat.macho.MachORelocTable jdk.tools.jaotc.binformat.Relocation$RelocType int jdk.tools.jaotc.binformat.macho.MachOSymbol int int int int int int
      StackMap stack:
            bipush -4
            istore 12 /* addend */
        start local 12 // int addend
        11: .line 367
            iload 8 /* offset */
            aload 1 /* reloc */
            invokevirtual jdk.tools.jaotc.binformat.Relocation.getSize:()I
            iadd
            iload 12 /* addend */
            iadd
            istore 8 /* offset */
        12: .line 368
            iconst_1
            istore 9 /* pcrel */
        13: .line 369
            iconst_2
            istore 10 /* length */
        14: .line 370
            goto 25
        end local 12 // int addend
        15: .line 374
      StackMap locals:
      StackMap stack:
            return
        16: .line 378
      StackMap locals:
      StackMap stack:
            bipush -4
            istore 12 /* addend */
        start local 12 // int addend
        17: .line 384
            iload 8 /* offset */
            iload 12 /* addend */
            iadd
            istore 8 /* offset */
        18: .line 385
            iconst_1
            istore 9 /* pcrel */
        19: .line 386
            iconst_2
            istore 10 /* length */
        20: .line 387
            goto 25
        end local 12 // int addend
        21: .line 391
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* pcrel */
        22: .line 392
            iconst_3
            istore 10 /* length */
        23: .line 393
            goto 25
        24: .line 396
      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
        25: .line 398
      StackMap locals:
      StackMap stack:
            aload 2 /* machORelocTable */
            iload 7 /* sectindex */
            iload 8 /* offset */
            iload 6 /* symno */
        26: .line 399
            iload 9 /* pcrel */
            iload 10 /* length */
            iload 11 /* isextern */
        27: .line 400
            iload 4 /* machORelocType */
        28: .line 398
            invokevirtual jdk.tools.jaotc.binformat.macho.MachORelocTable.createRelocationEntry:(IIIIIII)V
        29: .line 401
            return
        end local 11 // int isextern
        end local 10 // int length
        end local 9 // int pcrel
        end local 8 // int offset
        end local 7 // int sectindex
        end local 6 // int symno
        end local 5 // jdk.tools.jaotc.binformat.macho.MachOSymbol sym
        end local 4 // int machORelocType
        end local 3 // jdk.tools.jaotc.binformat.Relocation$RelocType relocType
        end local 2 // jdk.tools.jaotc.binformat.macho.MachORelocTable machORelocTable
        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   30     0           symbol  Ljdk/tools/jaotc/binformat/Symbol;
            0   30     1            reloc  Ljdk/tools/jaotc/binformat/Relocation;
            0   30     2  machORelocTable  Ljdk/tools/jaotc/binformat/macho/MachORelocTable;
            1   30     3        relocType  Ljdk/tools/jaotc/binformat/Relocation$RelocType;
            2   30     4   machORelocType  I
            3   30     5              sym  Ljdk/tools/jaotc/binformat/macho/MachOSymbol;
            4   30     6            symno  I
            5   30     7        sectindex  I
            6   30     8           offset  I
            7   30     9            pcrel  I
            8   30    10           length  I
            9   30    11         isextern  I
           11   15    12           addend  I
           17   21    12           addend  I
    MethodParameters:
                 Name  Flags
      symbol           
      reloc            
      machORelocTable  

  private static int getMachORelocationType(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 404
            iconst_0
            istore 1 /* machORelocType */
        start local 1 // int machORelocType
         1: .line 405
            invokestatic jdk.tools.jaotc.binformat.macho.MachOTargetInfo.getMachOArch:()I
            tableswitch { // 16777223 - 16777223
             16777223: 2
              default: 20
          }
         2: .line 408
      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 409
            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 410
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 1 /* machORelocType */
         5: .line 411
            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 412
            iconst_2
            istore 1 /* machORelocType */
         8: .line 413
            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 414
            iconst_0
            istore 1 /* machORelocType */
        11: .line 415
            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 416
            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 417
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 1 /* machORelocType */
        15: .line 418
            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 419
            iconst_0
            istore 1 /* machORelocType */
        18: .line 420
            goto 21
        19: .line 421
      StackMap locals:
      StackMap stack:
            getstatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.$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 425
      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 427
      StackMap locals:
      StackMap stack:
            iload 1 /* machORelocType */
            ireturn
        end local 1 // int machORelocType
        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  machORelocType  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 68
            getstatic jdk.tools.jaotc.binformat.macho.JMachORelocObject.$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.macho.JMachORelocObject.$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: "JMachORelocObject.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 dysymtab_command = jdk.tools.jaotc.binformat.macho.MachO$dysymtab_command of jdk.tools.jaotc.binformat.macho.MachO
  final mach_header_64 = jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 of jdk.tools.jaotc.binformat.macho.MachO
  final reloc_info = jdk.tools.jaotc.binformat.macho.MachO$reloc_info of jdk.tools.jaotc.binformat.macho.MachO
  final section_64 = jdk.tools.jaotc.binformat.macho.MachO$section_64 of jdk.tools.jaotc.binformat.macho.MachO
  final segment_command_64 = jdk.tools.jaotc.binformat.macho.MachO$segment_command_64 of jdk.tools.jaotc.binformat.macho.MachO
  final symtab_command = jdk.tools.jaotc.binformat.macho.MachO$symtab_command of jdk.tools.jaotc.binformat.macho.MachO
  final version_min_command = jdk.tools.jaotc.binformat.macho.MachO$version_min_command of jdk.tools.jaotc.binformat.macho.MachO