final class com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo
  super_class: java.lang.Object
{
  private final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long oldSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long newSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean will;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.oracle.truffle.api.instrumentation.AllocationEvent, boolean);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/AllocationEvent;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo this
        start local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
        start local 2 // boolean will
         0: .line 902
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 903
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getValue:()Ljava/lang/Object;
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo.value:Ljava/lang/Object;
         2: .line 904
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getOldSize:()J
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo.oldSize:J
         3: .line 905
            aload 0 /* this */
            aload 1 /* event */
            invokevirtual com.oracle.truffle.api.instrumentation.AllocationEvent.getNewSize:()J
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo.newSize:J
         4: .line 906
            aload 0 /* this */
            iload 2 /* will */
            putfield com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo.will:Z
         5: .line 907
            return
        end local 2 // boolean will
        end local 1 // com.oracle.truffle.api.instrumentation.AllocationEvent event
        end local 0 // com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/truffle/api/instrumentation/test/AllocationReporterTest$AllocationInfo;
            0    6     1  event  Lcom/oracle/truffle/api/instrumentation/AllocationEvent;
            0    6     2   will  Z
    MethodParameters:
       Name  Flags
      event  
      will   
}
SourceFile: "AllocationReporterTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.AllocationReporterTest
InnerClasses:
  private final AllocationInfo = com.oracle.truffle.api.instrumentation.test.AllocationReporterTest$AllocationInfo of com.oracle.truffle.api.instrumentation.test.AllocationReporterTest