class org.h2.mvstore.cache.CacheLongKeyLIRS$Segment<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.mvstore.cache.CacheLongKeyLIRS$Segment
  super_class: java.lang.Object
{
  int mapSize;
    descriptor: I
    flags: (0x0000) 

  int queueSize;
    descriptor: I
    flags: (0x0000) 

  int queue2Size;
    descriptor: I
    flags: (0x0000) 

  long hits;
    descriptor: J
    flags: (0x0000) 

  long misses;
    descriptor: J
    flags: (0x0000) 

  final org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>[] entries;
    descriptor: [Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    flags: (0x0010) ACC_FINAL
    Signature: [Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  long usedMemory;
    descriptor: J
    flags: (0x0000) 

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

  private long maxMemory;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private final org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V> stack;
    descriptor: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  private int stackSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V> queue;
    descriptor: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  private final org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V> queue2;
    descriptor: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  private int stackMoveCounter;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(long, int, int, int, int);
    descriptor: (JIIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=6
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // long maxMemory
        start local 3 // int stackMoveDistance
        start local 4 // int len
        start local 5 // int nonResidentQueueSize
        start local 6 // int nonResidentQueueSizeHigh
         0: .line 621
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 623
            aload 0 /* this */
            lload 1 /* maxMemory */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.setMaxMemory:(J)V
         2: .line 624
            aload 0 /* this */
            iload 3 /* stackMoveDistance */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveDistance:I
         3: .line 625
            aload 0 /* this */
            iload 5 /* nonResidentQueueSize */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSize:I
         4: .line 626
            aload 0 /* this */
            iload 6 /* nonResidentQueueSizeHigh */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSizeHigh:I
         5: .line 629
            aload 0 /* this */
            iload 4 /* len */
            iconst_1
            isub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
         6: .line 632
            aload 0 /* this */
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:()V
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         7: .line 633
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            dup_x1
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         8: .line 634
            aload 0 /* this */
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:()V
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         9: .line 635
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            dup_x1
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        10: .line 636
            aload 0 /* this */
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:()V
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        11: .line 637
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            dup_x1
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        12: .line 640
            iload 4 /* len */
            anewarray org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            astore 7 /* e */
        start local 7 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry[] e
        13: .line 641
            aload 0 /* this */
            aload 7 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        14: .line 642
            return
        end local 7 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry[] e
        end local 6 // int nonResidentQueueSizeHigh
        end local 5 // int nonResidentQueueSize
        end local 4 // int len
        end local 3 // int stackMoveDistance
        end local 1 // long maxMemory
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   15     0                      this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   15     1                 maxMemory  J
            0   15     3         stackMoveDistance  I
            0   15     4                       len  I
            0   15     5      nonResidentQueueSize  I
            0   15     6  nonResidentQueueSizeHigh  I
           13   15     7                         e  [Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    MethodParameters:
                          Name  Flags
      maxMemory                 
      stackMoveDistance         
      len                       
      nonResidentQueueSize      
      nonResidentQueueSizeHigh  

  void <init>(org.h2.mvstore.cache.CacheLongKeyLIRS$Segment<V>, );
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment;I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment old
        start local 2 // int len
         0: .line 653
            aload 0 /* this */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveDistance:I
            iload 2 /* len */
         1: .line 654
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSize:I
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSizeHigh:I
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.<init>:(JIIII)V
         2: .line 655
            aload 0 /* this */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.hits:J
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.hits:J
         3: .line 656
            aload 0 /* this */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.misses:J
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.misses:J
         4: .line 657
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        start local 3 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry s
         5: .line 658
            goto 10
         6: .line 659
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Segment org.h2.mvstore.cache.CacheLongKeyLIRS$Segment int org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            aload 3 /* s */
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
            astore 4 /* e */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         7: .line 660
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToMap:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         8: .line 661
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         9: .line 662
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        10: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 6
        11: .line 664
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        12: .line 665
            goto 19
        13: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic org.h2.mvstore.cache.CacheLongKeyLIRS.getHash:(J)I
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.find:(JI)Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 4 /* e */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        14: .line 667
            aload 4 /* e */
            ifnonnull 17
        15: .line 668
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            aload 3 /* s */
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
            astore 4 /* e */
        16: .line 669
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToMap:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        17: .line 671
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        18: .line 672
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        19: .line 665
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 13
        20: .line 674
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        21: .line 675
            goto 28
        22: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic org.h2.mvstore.cache.CacheLongKeyLIRS.getHash:(J)I
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.find:(JI)Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 4 /* e */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        23: .line 677
            aload 4 /* e */
            ifnonnull 26
        24: .line 678
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            aload 3 /* s */
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
            astore 4 /* e */
        25: .line 679
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToMap:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        26: .line 681
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 4 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        27: .line 682
            aload 3 /* s */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 3 /* s */
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        28: .line 675
      StackMap locals:
      StackMap stack:
            aload 3 /* s */
            aload 1 /* old */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 22
        29: .line 684
            return
        end local 3 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry s
        end local 2 // int len
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment old
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   30     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   30     1   old  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   30     2   len  I
            5   30     3     s  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            7   10     4     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
           14   19     4     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
           23   28     4     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;I)V
    MethodParameters:
      Name  Flags
      old   
      len   

  int getNewMapLen();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 693
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
            iconst_1
            iadd
            istore 1 /* len */
        start local 1 // int len
         1: .line 694
            iload 1 /* len */
            iconst_3
            imul
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            iconst_4
            imul
            if_icmpge 3
            iload 1 /* len */
            ldc 268435456
            if_icmpge 3
         2: .line 696
            iload 1 /* len */
            iconst_2
            imul
            ireturn
         3: .line 697
      StackMap locals: int
      StackMap stack:
            iload 1 /* len */
            bipush 32
            if_icmple 5
            iload 1 /* len */
            bipush 8
            idiv
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            if_icmple 5
         4: .line 699
            iload 1 /* len */
            iconst_2
            idiv
            ireturn
         5: .line 701
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int len
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            1    6     1   len  I

  private void addToMap(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 705
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic org.h2.mvstore.cache.CacheLongKeyLIRS.getHash:(J)I
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
            iand
            istore 2 /* index */
        start local 2 // int index
         1: .line 706
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 2 /* index */
            aaload
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 707
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 2 /* index */
            aload 1 /* e */
            aastore
         3: .line 708
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getMemory:()I
            i2l
            ladd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
         4: .line 709
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
         5: .line 710
            return
        end local 2 // int index
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    6     1      e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            1    6     2  index  I
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  synchronized V get(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)Ljava/lang/Object;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 721
            aload 1 /* e */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getValue:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         2: astore 2 /* value */
        start local 2 // java.lang.Object value
         3: .line 722
            aload 2 /* value */
            ifnonnull 6
         4: .line 725
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.misses:J
            lconst_1
            ladd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.misses:J
         5: .line 726
            goto 8
         6: .line 727
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.access:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         7: .line 728
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.hits:J
            lconst_1
            ladd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.hits:J
         8: .line 730
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    9     1      e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            3    9     2  value  TV;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)TV;
    MethodParameters:
      Name  Flags
      e     

  private void access(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 740
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.isHot:()Z
            ifeq 11
         1: .line 741
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpeq 25
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            ifnull 25
         2: .line 742
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveCounter:I
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.topMove:I
            isub
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveDistance:I
            if_icmple 25
         3: .line 745
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* wasEnd */
        start local 2 // boolean wasEnd
         6: .line 746
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         7: .line 747
            iload 2 /* wasEnd */
            ifeq 9
         8: .line 750
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.pruneStack:()V
         9: .line 752
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        end local 2 // boolean wasEnd
        10: .line 755
            goto 25
        11: .line 756
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getValue:()Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
        12: .line 757
            aload 2 /* v */
            ifnull 25
        13: .line 758
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        14: .line 759
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.reference:Ljava/lang/ref/WeakReference;
            ifnull 18
        15: .line 760
            aload 1 /* e */
            aload 2 /* v */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.value:Ljava/lang/Object;
        16: .line 761
            aload 1 /* e */
            aconst_null
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.reference:Ljava/lang/ref/WeakReference;
        17: .line 762
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.memory:I
            i2l
            ladd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
        18: .line 764
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            ifnull 22
        19: .line 767
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        20: .line 771
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.convertOldestHotToCold:()V
        21: .line 772
            goto 23
        22: .line 775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        23: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        24: .line 781
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.pruneStack:()V
        end local 2 // java.lang.Object v
        25: .line 784
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   26     1       e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            6   10     2  wasEnd  Z
           12   25     2       v  TV;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  synchronized V put(long, int, V, );
    descriptor: (JILjava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=6, locals=10, args_size=5
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // long key
        start local 3 // int hash
        start local 4 // java.lang.Object value
        start local 5 // int memory
         0: .line 798
            aload 0 /* this */
            lload 1 /* key */
            iload 3 /* hash */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.find:(JI)Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 6 /* e */
        start local 6 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         1: .line 799
            aload 6 /* e */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 7 /* existed */
        start local 7 // boolean existed
         4: .line 800
            aconst_null
            astore 8 /* old */
        start local 8 // java.lang.Object old
         5: .line 801
            iload 7 /* existed */
            ifeq 8
         6: .line 802
            aload 6 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getValue:()Ljava/lang/Object;
            astore 8 /* old */
         7: .line 803
            aload 0 /* this */
            lload 1 /* key */
            iload 3 /* hash */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.remove:(JI)Ljava/lang/Object;
            pop
         8: .line 805
      StackMap locals: int java.lang.Object
      StackMap stack:
            iload 5 /* memory */
            i2l
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
            lcmp
            ifle 10
         9: .line 807
            aload 8 /* old */
            areturn
        10: .line 809
      StackMap locals:
      StackMap stack:
            new org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
            dup
            lload 1 /* key */
            aload 4 /* value */
            iload 5 /* memory */
            invokespecial org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.<init>:(JLjava/lang/Object;I)V
            astore 6 /* e */
        11: .line 810
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
            iand
            istore 9 /* index */
        start local 9 // int index
        12: .line 811
            aload 6 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 9 /* index */
            aaload
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        13: .line 812
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 9 /* index */
            aload 6 /* e */
            aastore
        14: .line 813
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            iload 5 /* memory */
            i2l
            ladd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
        15: .line 814
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
            lcmp
            ifle 19
        16: .line 816
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.evict:()V
        17: .line 819
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
            ifle 19
        18: .line 821
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 6 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        19: .line 824
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
        20: .line 826
            aload 0 /* this */
            aload 6 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        21: .line 827
            iload 7 /* existed */
            ifeq 23
        22: .line 829
            aload 0 /* this */
            aload 6 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.access:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        23: .line 831
      StackMap locals:
      StackMap stack:
            aload 8 /* old */
            areturn
        end local 9 // int index
        end local 8 // java.lang.Object old
        end local 7 // boolean existed
        end local 6 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 5 // int memory
        end local 4 // java.lang.Object value
        end local 3 // int hash
        end local 1 // long key
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   24     1      key  J
            0   24     3     hash  I
            0   24     4    value  TV;
            0   24     5   memory  I
            1   24     6        e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            4   24     7  existed  Z
            5   24     8      old  TV;
           12   24     9    index  I
    Signature: (JITV;I)TV;
    MethodParameters:
        Name  Flags
      key     
      hash    
      value   
      memory  

  synchronized V remove(long, );
    descriptor: (JI)Ljava/lang/Object;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // long key
        start local 3 // int hash
         0: .line 843
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
            iand
            istore 4 /* index */
        start local 4 // int index
         1: .line 844
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 4 /* index */
            aaload
            astore 5 /* e */
        start local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         2: .line 845
            aload 5 /* e */
            ifnonnull 4
         3: .line 846
            aconst_null
            areturn
         4: .line 848
      StackMap locals: int org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 7
         5: .line 849
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 4 /* index */
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aastore
         6: .line 850
            goto 13
         7: .line 853
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            astore 6 /* last */
        start local 6 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
         8: .line 854
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 5 /* e */
         9: .line 855
            aload 5 /* e */
            ifnonnull 11
        10: .line 856
            aconst_null
            areturn
        11: .line 858
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 7
        12: .line 859
            aload 6 /* last */
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
        end local 6 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
        13: .line 861
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getValue:()Ljava/lang/Object;
            astore 6 /* old */
        start local 6 // java.lang.Object old
        14: .line 862
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            iconst_1
            isub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
        15: .line 863
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.getMemory:()I
            i2l
            lsub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
        16: .line 864
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            ifnull 18
        17: .line 865
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        18: .line 867
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.isHot:()Z
            ifeq 26
        19: .line 870
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 5 /* e */
        20: .line 871
            aload 5 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpeq 24
        21: .line 872
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        22: .line 873
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            ifnonnull 24
        23: .line 874
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToStackBottom:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        24: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.pruneStack:()V
        25: .line 878
            goto 27
        26: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        27: .line 881
      StackMap locals:
      StackMap stack:
            aload 6 /* old */
            areturn
        end local 6 // java.lang.Object old
        end local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 4 // int index
        end local 3 // int hash
        end local 1 // long key
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   28     0   this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   28     1    key  J
            0   28     3   hash  I
            1   28     4  index  I
            2   28     5      e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            8   13     6   last  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
           14   28     6    old  TV;
    Signature: (JI)TV;
    MethodParameters:
      Name  Flags
      key   
      hash  

  private void evict();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.evictBlock:()V
         1: .line 892
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
         2: .line 890
            lcmp
            ifgt 0
         3: .line 893
            return
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;

  private void evictBlock();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 899
            goto 2
         1: .line 900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.convertOldestHotToCold:()V
         2: .line 899
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            isub
            iconst_5
            iushr
            if_icmpgt 11
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
            ifgt 1
         3: .line 903
            goto 11
         4: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 1 /* e */
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         5: .line 905
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.memory:I
            i2l
            lsub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
         6: .line 906
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         7: .line 907
            aload 1 /* e */
            new java.lang.ref.WeakReference
            dup
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.value:Ljava/lang/Object;
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.reference:Ljava/lang/ref/WeakReference;
         8: .line 908
            aload 1 /* e */
            aconst_null
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.value:Ljava/lang/Object;
         9: .line 909
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        10: .line 911
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.trimNonResidentQueue:()V
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        11: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.usedMemory:J
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
            lcmp
            ifle 12
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
            ifgt 4
        12: .line 913
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            5   11     1     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  void trimNonResidentQueue();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 916
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mapSize:I
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            isub
            istore 1 /* residentCount */
        start local 1 // int residentCount
         1: .line 917
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSizeHigh:I
            iload 1 /* residentCount */
            imul
            istore 2 /* maxQueue2SizeHigh */
        start local 2 // int maxQueue2SizeHigh
         2: .line 918
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.nonResidentQueueSize:I
            iload 1 /* residentCount */
            imul
            istore 3 /* maxQueue2Size */
        start local 3 // int maxQueue2Size
         3: .line 919
            goto 11
         4: .line 920
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 4 /* e */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         5: .line 921
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            iload 2 /* maxQueue2SizeHigh */
            if_icmpgt 9
         6: .line 922
            aload 4 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.reference:Ljava/lang/ref/WeakReference;
            astore 5 /* reference */
        start local 5 // java.lang.ref.WeakReference reference
         7: .line 923
            aload 5 /* reference */
            ifnull 9
            aload 5 /* reference */
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            ifnull 9
         8: .line 924
            goto 12
        end local 5 // java.lang.ref.WeakReference reference
         9: .line 927
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 4 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic org.h2.mvstore.cache.CacheLongKeyLIRS.getHash:(J)I
            istore 5 /* hash */
        start local 5 // int hash
        10: .line 928
            aload 0 /* this */
            aload 4 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            iload 5 /* hash */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.remove:(JI)Ljava/lang/Object;
            pop
        end local 5 // int hash
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        11: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            iload 3 /* maxQueue2Size */
            if_icmpgt 4
        12: .line 930
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int maxQueue2Size
        end local 2 // int maxQueue2SizeHigh
        end local 1 // int residentCount
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            1   13     1      residentCount  I
            2   13     2  maxQueue2SizeHigh  I
            3   13     3      maxQueue2Size  I
            5   11     4                  e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            7    9     5          reference  Ljava/lang/ref/WeakReference<TV;>;
           10   11     5               hash  I

  private void convertOldestHotToCold();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 934
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 1 /* last */
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
         1: .line 935
            aload 1 /* last */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 3
         2: .line 938
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 942
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* last */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         4: .line 944
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* last */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.addToQueue:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
         5: .line 945
            aload 0 /* this */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.pruneStack:()V
         6: .line 946
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            1    7     1  last  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  private void pruneStack();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 1 /* last */
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
         1: .line 957
            aload 1 /* last */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.isHot:()Z
            ifeq 3
         2: .line 958
            goto 5
         3: .line 961
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 0 /* this */
            aload 1 /* last */
            invokevirtual org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.removeFromStack:(Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry last
         4: .line 952
            goto 0
         5: .line 963
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            1    4     1  last  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;

  org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V> find(long, int);
    descriptor: (JI)Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // long key
        start local 3 // int hash
         0: .line 973
            iload 3 /* hash */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.mask:I
            iand
            istore 4 /* index */
        start local 4 // int index
         1: .line 974
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.entries:[Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            iload 4 /* index */
            aaload
            astore 5 /* e */
        start local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         2: .line 975
            goto 4
         3: .line 976
      StackMap locals: int org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.mapNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 5 /* e */
         4: .line 975
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            ifnull 5
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            lload 1 /* key */
            lcmp
            ifne 3
         5: .line 978
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            areturn
        end local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 4 // int index
        end local 3 // int hash
        end local 1 // long key
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    6     1    key  J
            0    6     3   hash  I
            1    6     4  index  I
            2    6     5      e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (JI)Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    MethodParameters:
      Name  Flags
      key   
      hash  

  private void addToStack(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 982
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         1: .line 983
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 984
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         3: .line 985
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         4: .line 986
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
         5: .line 987
            aload 1 /* e */
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveCounter:I
            dup_x1
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackMoveCounter:I
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.topMove:I
         6: .line 988
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    7     1     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  private void addToStackBottom(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 991
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         1: .line 992
            aload 1 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 993
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         3: .line 994
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         4: .line 995
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
         5: .line 996
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    6     1     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  private void removeFromStack(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 1004
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         1: .line 1005
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 1006
            aload 1 /* e */
            aload 1 /* e */
            aconst_null
            dup_x1
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackPrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         3: .line 1007
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
            iconst_1
            isub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stackSize:I
         4: .line 1008
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    5     1     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  private void addToQueue(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>, org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry q
        start local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 1011
            aload 2 /* e */
            aload 1 /* q */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         1: .line 1012
            aload 2 /* e */
            aload 1 /* q */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 1013
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 2 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         3: .line 1014
            aload 1 /* q */
            aload 2 /* e */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         4: .line 1015
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.value:Ljava/lang/Object;
            ifnull 7
         5: .line 1016
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
         6: .line 1017
            goto 8
         7: .line 1018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            iconst_1
            iadd
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
         8: .line 1020
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry q
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    9     1     q  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            0    9     2     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      q     
      e     

  private void removeFromQueue(org.h2.mvstore.cache.CacheLongKeyLIRS$Entry<V>);
    descriptor: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         0: .line 1023
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         1: .line 1024
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         2: .line 1025
            aload 1 /* e */
            aload 1 /* e */
            aconst_null
            dup_x1
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queuePrev:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
         3: .line 1026
            aload 1 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.value:Ljava/lang/Object;
            ifnull 6
         4: .line 1027
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
            iconst_1
            isub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queueSize:I
         5: .line 1028
            goto 7
         6: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
            iconst_1
            isub
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2Size:I
         7: .line 1031
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    8     1     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      e     

  synchronized java.util.List<java.lang.Long> keys(boolean, boolean);
    descriptor: (ZZ)Ljava/util/List;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // boolean cold
        start local 2 // boolean nonResident
         0: .line 1042
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* keys */
        start local 3 // java.util.ArrayList keys
         1: .line 1043
            iload 1 /* cold */
            ifeq 11
         2: .line 1044
            iload 2 /* nonResident */
            ifeq 3
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue2:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            goto 4
      StackMap locals: java.util.ArrayList
      StackMap stack:
         3: aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
      StackMap locals:
      StackMap stack: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
         4: astore 4 /* start */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry start
         5: .line 1045
            aload 4 /* start */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 5 /* e */
        start local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         6: goto 9
         7: .line 1047
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 3 /* keys */
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         8: .line 1046
            aload 5 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 5 /* e */
         9: .line 1045
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            aload 4 /* start */
            if_acmpne 7
        end local 5 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry start
        10: .line 1049
            goto 16
        11: .line 1050
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 4 /* e */
        start local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        12: goto 15
        13: .line 1052
      StackMap locals: org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 3 /* keys */
            aload 4 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        14: .line 1051
            aload 4 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 4 /* e */
        15: .line 1050
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 13
        end local 4 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        16: .line 1055
      StackMap locals:
      StackMap stack:
            aload 3 /* keys */
            areturn
        end local 3 // java.util.ArrayList keys
        end local 2 // boolean nonResident
        end local 1 // boolean cold
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0   17     1         cold  Z
            0   17     2  nonResident  Z
            1   17     3         keys  Ljava/util/ArrayList<Ljava/lang/Long;>;
            5   10     4        start  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            6   10     5            e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
           12   16     4            e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: (ZZ)Ljava/util/List<Ljava/lang/Long;>;
    MethodParameters:
             Name  Flags
      cold         
      nonResident  

  synchronized java.util.Set<java.lang.Long> keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
         0: .line 1064
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* set */
        start local 1 // java.util.HashSet set
         1: .line 1065
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 2 /* e */
        start local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         2: goto 5
         3: .line 1066
      StackMap locals: java.util.HashSet org.h2.mvstore.cache.CacheLongKeyLIRS$Entry
      StackMap stack:
            aload 1 /* set */
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         4: .line 1065
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.stackNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.stack:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 3
        end local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         6: .line 1068
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 2 /* e */
        start local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
         7: goto 10
         8: .line 1069
      StackMap locals:
      StackMap stack:
            aload 1 /* set */
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.key:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1068
            aload 2 /* e */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Entry.queueNext:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
        10: aload 2 /* e */
            aload 0 /* this */
            getfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.queue:Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry;
            if_acmpne 8
        end local 2 // org.h2.mvstore.cache.CacheLongKeyLIRS$Entry e
        11: .line 1071
            aload 1 /* set */
            areturn
        end local 1 // java.util.HashSet set
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            1   12     1   set  Ljava/util/HashSet<Ljava/lang/Long;>;
            2    6     2     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
            7   11     2     e  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Entry<TV;>;
    Signature: ()Ljava/util/Set<Ljava/lang/Long;>;

  void setMaxMemory(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
        start local 1 // long maxMemory
         0: .line 1082
            aload 0 /* this */
            lload 1 /* maxMemory */
            putfield org.h2.mvstore.cache.CacheLongKeyLIRS$Segment.maxMemory:J
         1: .line 1083
            return
        end local 1 // long maxMemory
        end local 0 // org.h2.mvstore.cache.CacheLongKeyLIRS$Segment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/h2/mvstore/cache/CacheLongKeyLIRS$Segment<TV;>;
            0    2     1  maxMemory  J
    MethodParameters:
           Name  Flags
      maxMemory  
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CacheLongKeyLIRS.java"
NestHost: org.h2.mvstore.cache.CacheLongKeyLIRS
InnerClasses:
  Entry = org.h2.mvstore.cache.CacheLongKeyLIRS$Entry of org.h2.mvstore.cache.CacheLongKeyLIRS
  private Segment = org.h2.mvstore.cache.CacheLongKeyLIRS$Segment of org.h2.mvstore.cache.CacheLongKeyLIRS