final class jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 extends java.lang.Enum<jdk.tools.jaotc.binformat.macho.MachO$mach_header_64>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
  super_class: java.lang.Enum
{
  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 magic;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 cputype;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 cpusubtype;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 filetype;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 ncmds;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 sizeofcmds;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 flags;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 reserved;
    descriptor: Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  final int off;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int sz;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  static int totalsize;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static final int MH_MAGIC;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -17958194

  static final int MH_MAGIC_64;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -17958193

  static final int MH_SUBSECTIONS_VIA_SYMBOLS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  static final int MH_OBJECT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int CPU_TYPE_ANY;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  static final int CPU_ARCH_ABI64;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16777216

  static final int CPU_TYPE_X86_64;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16777223

  static final int CPU_TYPE_ARM64;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16777228

  static final int CPU_SUBTYPE_I386_ALL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int CPU_SUBTYPE_ARM64_ALL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int CPU_SUBTYPE_LITTLE_ENDIAN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int CPU_SUBTYPE_BIG_ENDIAN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final jdk.tools.jaotc.binformat.macho.MachO$mach_header_64[] ENUM$VALUES;
    descriptor: [Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 51
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "magic"
            iconst_0
            iconst_0
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.magic:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         1: .line 52
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "cputype"
            iconst_1
            iconst_4
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cputype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         2: .line 53
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "cpusubtype"
            iconst_2
            bipush 8
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cpusubtype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         3: .line 54
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "filetype"
            iconst_3
            bipush 12
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.filetype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         4: .line 55
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "ncmds"
            iconst_4
            bipush 16
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.ncmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         5: .line 56
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "sizeofcmds"
            iconst_5
            bipush 20
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.sizeofcmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         6: .line 57
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "flags"
            bipush 6
            bipush 24
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.flags:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         7: .line 58
            new jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            ldc "reserved"
            bipush 7
            bipush 28
            iconst_4
            invokespecial jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.<init>:(Ljava/lang/String;III)V
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.reserved:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            bipush 8
            anewarray jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            iconst_0
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.magic:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            iconst_1
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cputype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            iconst_2
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.cpusubtype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            iconst_3
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.filetype:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            iconst_4
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.ncmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            iconst_5
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.sizeofcmds:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            bipush 6
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.flags:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            dup
            bipush 7
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.reserved:Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aastore
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
         8: .line 68
            bipush 32
            putstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.totalsize:I
         9: .line 95
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 this
        start local 3 // int offset
        start local 4 // int size
         0: .line 63
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 64
            aload 0 /* this */
            iload 3 /* offset */
            putfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.off:I
         2: .line 65
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.sz:I
         3: .line 66
            return
        end local 4 // int size
        end local 3 // int offset
        end local 0 // jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            0    4     3  offset  I
            0    4     4    size  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      offset         
      size           

  public static jdk.tools.jaotc.binformat.macho.MachO$mach_header_64[] values();
    descriptor: ()[Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic jdk.tools.jaotc.binformat.macho.MachO$mach_header_64.ENUM$VALUES:[Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.tools.jaotc.binformat.macho.MachO$mach_header_64
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/tools/jaotc/binformat/macho/MachO$mach_header_64;>;
SourceFile: "MachO.java"
NestHost: jdk.tools.jaotc.binformat.macho.MachO
InnerClasses:
  final mach_header_64 = jdk.tools.jaotc.binformat.macho.MachO$mach_header_64 of jdk.tools.jaotc.binformat.macho.MachO