final class
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 ;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void ();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
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: aload 0
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: aload 0
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: aload 0
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: aload 0
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: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljdk/tools/jaotc/binformat/macho/MachOHeader;
void (int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
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
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
1: aload 0
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
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
2: return
end local 2 end local 1 end local 0 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 ();
descriptor: ()I
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jaotc/binformat/macho/MachOHeader;
byte[] ();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jaotc.binformat.macho.MachOHeader.header:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.array:()[B
areturn
end local 0 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