public class jdk.tools.jaotc.binformat.macho.MachOSegment
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.macho.MachOSegment
  super_class: java.lang.Object
{
  java.nio.ByteBuffer segment;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  public void <init>(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOSegment this
        start local 1 // int size
        start local 2 // int fileoff
        start local 3 // int filesize
        start local 4 // int nsects
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.macho.MachOByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
         2: .line 38
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.cmd:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            bipush 25
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.cmdsize:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iload 1 /* size */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         4: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.maxprot:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            bipush 7
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         5: .line 41
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.initprot:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            bipush 7
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         6: .line 42
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.nsects:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iload 4 /* nsects */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         7: .line 43
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.flags:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iconst_0
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         8: .line 44
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.vmaddr:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            lconst_0
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
         9: .line 45
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.vmsize:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iload 3 /* filesize */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
        10: .line 46
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.fileoff:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iload 2 /* fileoff */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
        11: .line 47
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.filesize:Ljdk/tools/jaotc/binformat/macho/MachO$segment_command_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$segment_command_64.off:I
            iload 3 /* filesize */
            i2l
            invokevirtual java.nio.ByteBuffer.putLong:(IJ)Ljava/nio/ByteBuffer;
            pop
        12: .line 48
            return
        end local 4 // int nsects
        end local 3 // int filesize
        end local 2 // int fileoff
        end local 1 // int size
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOSegment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Ljdk/tools/jaotc/binformat/macho/MachOSegment;
            0   13     1      size  I
            0   13     2   fileoff  I
            0   13     3  filesize  I
            0   13     4    nsects  I
    MethodParameters:
          Name  Flags
      size      
      fileoff   
      filesize  
      nsects    

  public byte[] getArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOSegment this
         0: .line 51
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOSegment.segment:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOSegment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/macho/MachOSegment;
}
SourceFile: "MachOSegment.java"
InnerClasses:
  final segment_command_64 = jdk.tools.jaotc.binformat.macho.MachO$segment_command_64 of jdk.tools.jaotc.binformat.macho.MachO