public class jdk.tools.jaotc.jnilibelf.Pointer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.tools.jaotc.jnilibelf.Pointer
  super_class: java.lang.Object
{
  private final long address;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
        start local 1 // long val
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            lload 1 /* val */
            putfield jdk.tools.jaotc.jnilibelf.Pointer.address:J
         2: .line 36
            return
        end local 1 // long val
        end local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/tools/jaotc/jnilibelf/Pointer;
            0    3     1   val  J
    MethodParameters:
      Name  Flags
      val   

  public void put(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
        start local 1 // byte[] src
         0: .line 44
            getstatic jdk.tools.jaotc.jnilibelf.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aload 1 /* src */
            getstatic jdk.internal.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            aconst_null
            aload 0 /* this */
            getfield jdk.tools.jaotc.jnilibelf.Pointer.address:J
            aload 1 /* src */
            arraylength
            i2l
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         1: .line 45
            return
        end local 1 // byte[] src
        end local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/tools/jaotc/jnilibelf/Pointer;
            0    2     1   src  [B
    MethodParameters:
      Name  Flags
      src   

  public void get(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
        start local 1 // byte[] dst
         0: .line 53
            getstatic jdk.tools.jaotc.jnilibelf.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            aload 0 /* this */
            getfield jdk.tools.jaotc.jnilibelf.Pointer.address:J
            aload 1 /* dst */
            getstatic jdk.internal.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            aload 1 /* dst */
            arraylength
            i2l
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         1: .line 54
            return
        end local 1 // byte[] dst
        end local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/tools/jaotc/jnilibelf/Pointer;
            0    2     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public void copyBytesTo(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=4
        start local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
        start local 1 // byte[] byteArray
        start local 2 // int readSize
        start local 3 // int startIndex
         0: .line 65
            iload 3 /* startIndex */
            i2l
            iload 2 /* readSize */
            i2l
            ladd
            lstore 4 /* end */
        start local 4 // long end
         1: .line 66
            lload 4 /* end */
            aload 1 /* byteArray */
            arraylength
            i2l
            lcmp
            ifle 3
         2: .line 67
            new java.lang.IllegalArgumentException
            dup
            ldc "writing beyond array bounds"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 69
      StackMap locals: long
      StackMap stack:
            getstatic jdk.tools.jaotc.jnilibelf.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            aload 0 /* this */
            getfield jdk.tools.jaotc.jnilibelf.Pointer.address:J
            aload 1 /* byteArray */
            getstatic jdk.internal.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            iload 3 /* startIndex */
            iadd
            i2l
            iload 2 /* readSize */
            i2l
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 70
            return
        end local 4 // long end
        end local 3 // int startIndex
        end local 2 // int readSize
        end local 1 // byte[] byteArray
        end local 0 // jdk.tools.jaotc.jnilibelf.Pointer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljdk/tools/jaotc/jnilibelf/Pointer;
            0    5     1   byteArray  [B
            0    5     2    readSize  I
            0    5     3  startIndex  I
            1    5     4         end  J
    MethodParameters:
            Name  Flags
      byteArray   
      readSize    
      startIndex  
}
SourceFile: "Pointer.java"