final class jdk.tools.jaotc.binformat.macho.MachOHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.macho.MachOHeader
  super_class: java.lang.Object
{
  private final java.nio.ByteBuffer header;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
         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$mach_header_64.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.macho.MachOByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
         2: .line 38
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.magic:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            ldc -17958193
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cputype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            invokestatic jdk.tools.jaotc.binformat.macho.MachOTargetInfo.getMachOArch:()I
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         4: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cpusubtype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            invokestatic jdk.tools.jaotc.binformat.macho.MachOTargetInfo.getMachOSubArch:()I
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         5: .line 41
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.flags:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            sipush 8192
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         6: .line 42
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.filetype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            iconst_1
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         7: .line 43
            return
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/tools/jaotc/binformat/macho/MachOHeader;

  void setCmdSizes(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
        start local 1 // int ncmds
        start local 2 // int sizeofcmds
         0: .line 46
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.ncmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            iload 1 /* ncmds */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         1: .line 47
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.sizeofcmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            iload 2 /* sizeofcmds */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         2: .line 48
            return
        end local 2 // int sizeofcmds
        end local 1 // int ncmds
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/tools/jaotc/binformat/macho/MachOHeader;
            0    3     1       ncmds  I
            0    3     2  sizeofcmds  I
    MethodParameters:
            Name  Flags
      ncmds       
      sizeofcmds  

  int getCmdSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
         0: .line 51
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.sizeofcmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            getfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 0 // jdk.tools.jaotc.binformat.macho.MachOHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/macho/MachOHeader;

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