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

  void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry this
        start local 1 // int offset
        start local 2 // int symno
        start local 3 // int type
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.totalsize:I
            invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.entry:Ljava/nio/ByteBuffer;
         2: .line 39
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.VirtualAddress:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_RELOCATION;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.off:I
            iload 1 /* offset */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         3: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.SymbolTableIndex:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_RELOCATION;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.off:I
            iload 2 /* symno */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         4: .line 41
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry.entry:Ljava/nio/ByteBuffer;
            getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.Type:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_RELOCATION;
            getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_RELOCATION.off:I
            iload 3 /* type */
            i2c
            invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
            pop
         5: .line 42
            return
        end local 3 // int type
        end local 2 // int symno
        end local 1 // int offset
        end local 0 // jdk.tools.jaotc.binformat.pecoff.PECoffRelocEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/tools/jaotc/binformat/pecoff/PECoffRelocEntry;
            0    6     1  offset  I
            0    6     2   symno  I
            0    6     3    type  I
    MethodParameters:
        Name  Flags
      offset  
      symno   
      type    

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