final class jdk.tools.jaotc.binformat.elf.ElfByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.elf.ElfByteBuffer
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.elf.ElfByteBuffer this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.tools.jaotc.binformat.elf.ElfByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/elf/ElfByteBuffer;

  static java.nio.ByteBuffer allocate(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int size
         0: .line 34
            iload 0 /* size */
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 1 /* buf */
        start local 1 // java.nio.ByteBuffer buf
         1: .line 35
            invokestatic jdk.tools.jaotc.binformat.elf.ElfTargetInfo.getElfEndian:()I
            iconst_1
            if_icmpne 4
         2: .line 36
            aload 1 /* buf */
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         3: .line 37
            goto 5
         4: .line 38
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* buf */
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         5: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            areturn
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  size  I
            1    6     1   buf  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "ElfByteBuffer.java"