class org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion
  super_class: java.lang.Object
{
  private final int address;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion this
        start local 1 // int address
        start local 2 // int size
         0: .line 645
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 646
            aload 0 /* this */
            iload 1 /* address */
            putfield org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion.address:I
         2: .line 647
            aload 0 /* this */
            iload 2 /* size */
            putfield org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion.size:I
         3: .line 648
            return
        end local 2 // int size
        end local 1 // int address
        end local 0 // org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/terracotta/offheapstore/paging/UpfrontAllocatingPageSource$AllocatedRegion;
            0    4     1  address  I
            0    4     2     size  I
    MethodParameters:
         Name  Flags
      address  
      size     
}
SourceFile: "UpfrontAllocatingPageSource.java"
NestHost: org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource
InnerClasses:
  AllocatedRegion = org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource$AllocatedRegion of org.terracotta.offheapstore.paging.UpfrontAllocatingPageSource