public final class org.h2.mvstore.RootReference
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.h2.mvstore.RootReference
  super_class: java.lang.Object
{
  public final org.h2.mvstore.Page root;
    descriptor: Lorg/h2/mvstore/Page;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final long version;
    descriptor: J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final boolean lockedForUpdate;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  public volatile org.h2.mvstore.RootReference previous;
    descriptor: Lorg/h2/mvstore/RootReference;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  final long updateCounter;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final long updateAttemptCounter;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final byte appendCounter;
    descriptor: B
    flags: (0x0010) ACC_FINAL

  void <init>(org.h2.mvstore.Page, long);
    descriptor: (Lorg/h2/mvstore/Page;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.h2.mvstore.RootReference this
        start local 1 // org.h2.mvstore.Page root
        start local 2 // long version
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* root */
            putfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
         2: .line 50
            aload 0 /* this */
            lload 2 /* version */
            putfield org.h2.mvstore.RootReference.version:J
         3: .line 51
            aload 0 /* this */
            aconst_null
            putfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
         4: .line 52
            aload 0 /* this */
            lconst_1
            putfield org.h2.mvstore.RootReference.updateCounter:J
         5: .line 53
            aload 0 /* this */
            lconst_1
            putfield org.h2.mvstore.RootReference.updateAttemptCounter:J
         6: .line 54
            aload 0 /* this */
            iconst_0
            putfield org.h2.mvstore.RootReference.lockedForUpdate:Z
         7: .line 55
            aload 0 /* this */
            iconst_0
            putfield org.h2.mvstore.RootReference.appendCounter:B
         8: .line 56
            return
        end local 2 // long version
        end local 1 // org.h2.mvstore.Page root
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/h2/mvstore/RootReference;
            0    9     1     root  Lorg/h2/mvstore/Page;
            0    9     2  version  J
    MethodParameters:
         Name  Flags
      root     
      version  

  void <init>(org.h2.mvstore.RootReference, org.h2.mvstore.Page, long);
    descriptor: (Lorg/h2/mvstore/RootReference;Lorg/h2/mvstore/Page;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.h2.mvstore.RootReference this
        start local 1 // org.h2.mvstore.RootReference r
        start local 2 // org.h2.mvstore.Page root
        start local 3 // long updateAttemptCounter
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 2 /* root */
            putfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
         2: .line 60
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.version:J
            putfield org.h2.mvstore.RootReference.version:J
         3: .line 61
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
            putfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
         4: .line 62
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateCounter:J
            lconst_1
            ladd
            putfield org.h2.mvstore.RootReference.updateCounter:J
         5: .line 63
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateAttemptCounter:J
            lload 3 /* updateAttemptCounter */
            ladd
            putfield org.h2.mvstore.RootReference.updateAttemptCounter:J
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield org.h2.mvstore.RootReference.lockedForUpdate:Z
         7: .line 65
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.appendCounter:B
            putfield org.h2.mvstore.RootReference.appendCounter:B
         8: .line 66
            return
        end local 3 // long updateAttemptCounter
        end local 2 // org.h2.mvstore.Page root
        end local 1 // org.h2.mvstore.RootReference r
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0                  this  Lorg/h2/mvstore/RootReference;
            0    9     1                     r  Lorg/h2/mvstore/RootReference;
            0    9     2                  root  Lorg/h2/mvstore/Page;
            0    9     3  updateAttemptCounter  J
    MethodParameters:
                      Name  Flags
      r                     
      root                  
      updateAttemptCounter  

  void <init>(org.h2.mvstore.RootReference, int);
    descriptor: (Lorg/h2/mvstore/RootReference;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.h2.mvstore.RootReference this
        start local 1 // org.h2.mvstore.RootReference r
        start local 2 // int attempt
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            putfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
         2: .line 71
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.version:J
            putfield org.h2.mvstore.RootReference.version:J
         3: .line 72
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
            putfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
         4: .line 73
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateCounter:J
            lconst_1
            ladd
            putfield org.h2.mvstore.RootReference.updateCounter:J
         5: .line 74
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateAttemptCounter:J
            iload 2 /* attempt */
            i2l
            ladd
            putfield org.h2.mvstore.RootReference.updateAttemptCounter:J
         6: .line 75
            aload 0 /* this */
            iconst_1
            putfield org.h2.mvstore.RootReference.lockedForUpdate:Z
         7: .line 76
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.appendCounter:B
            putfield org.h2.mvstore.RootReference.appendCounter:B
         8: .line 77
            return
        end local 2 // int attempt
        end local 1 // org.h2.mvstore.RootReference r
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/h2/mvstore/RootReference;
            0    9     1        r  Lorg/h2/mvstore/RootReference;
            0    9     2  attempt  I
    MethodParameters:
         Name  Flags
      r        
      attempt  

  void <init>(org.h2.mvstore.RootReference, org.h2.mvstore.Page, int, boolean);
    descriptor: (Lorg/h2/mvstore/RootReference;Lorg/h2/mvstore/Page;IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.h2.mvstore.RootReference this
        start local 1 // org.h2.mvstore.RootReference r
        start local 2 // org.h2.mvstore.Page root
        start local 3 // int appendCounter
        start local 4 // boolean lockedForUpdate
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 2 /* root */
            putfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
         2: .line 82
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.version:J
            putfield org.h2.mvstore.RootReference.version:J
         3: .line 83
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
            putfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
         4: .line 84
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateCounter:J
            putfield org.h2.mvstore.RootReference.updateCounter:J
         5: .line 85
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateAttemptCounter:J
            putfield org.h2.mvstore.RootReference.updateAttemptCounter:J
         6: .line 86
            aload 0 /* this */
            iload 4 /* lockedForUpdate */
            putfield org.h2.mvstore.RootReference.lockedForUpdate:Z
         7: .line 87
            aload 0 /* this */
            iload 3 /* appendCounter */
            i2b
            putfield org.h2.mvstore.RootReference.appendCounter:B
         8: .line 88
            return
        end local 4 // boolean lockedForUpdate
        end local 3 // int appendCounter
        end local 2 // org.h2.mvstore.Page root
        end local 1 // org.h2.mvstore.RootReference r
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/h2/mvstore/RootReference;
            0    9     1                r  Lorg/h2/mvstore/RootReference;
            0    9     2             root  Lorg/h2/mvstore/Page;
            0    9     3    appendCounter  I
            0    9     4  lockedForUpdate  Z
    MethodParameters:
                 Name  Flags
      r                
      root             
      appendCounter    
      lockedForUpdate  

  void <init>(org.h2.mvstore.RootReference, long, int);
    descriptor: (Lorg/h2/mvstore/RootReference;JI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.h2.mvstore.RootReference this
        start local 1 // org.h2.mvstore.RootReference r
        start local 2 // long version
        start local 4 // int attempt
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 1 /* r */
            astore 5 /* previous */
        start local 5 // org.h2.mvstore.RootReference previous
         2: .line 94
            goto 4
        start local 6 // org.h2.mvstore.RootReference tmp
         3: .line 95
      StackMap locals: org.h2.mvstore.RootReference org.h2.mvstore.RootReference long int org.h2.mvstore.RootReference org.h2.mvstore.RootReference
      StackMap stack:
            aload 6 /* tmp */
            astore 5 /* previous */
        end local 6 // org.h2.mvstore.RootReference tmp
         4: .line 94
      StackMap locals:
      StackMap stack:
            aload 5 /* previous */
            getfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
            dup
            astore 6 /* tmp */
        start local 6 // org.h2.mvstore.RootReference tmp
         5: ifnull 6
            aload 6 /* tmp */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            if_acmpeq 3
         6: .line 97
      StackMap locals: org.h2.mvstore.RootReference
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            putfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
         7: .line 98
            aload 0 /* this */
            lload 2 /* version */
            putfield org.h2.mvstore.RootReference.version:J
         8: .line 99
            aload 0 /* this */
            aload 5 /* previous */
            putfield org.h2.mvstore.RootReference.previous:Lorg/h2/mvstore/RootReference;
         9: .line 100
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateCounter:J
            lconst_1
            ladd
            putfield org.h2.mvstore.RootReference.updateCounter:J
        10: .line 101
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.updateAttemptCounter:J
            iload 4 /* attempt */
            i2l
            ladd
            putfield org.h2.mvstore.RootReference.updateAttemptCounter:J
        11: .line 102
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.lockedForUpdate:Z
            putfield org.h2.mvstore.RootReference.lockedForUpdate:Z
        12: .line 103
            aload 0 /* this */
            aload 1 /* r */
            getfield org.h2.mvstore.RootReference.appendCounter:B
            putfield org.h2.mvstore.RootReference.appendCounter:B
        13: .line 104
            return
        end local 6 // org.h2.mvstore.RootReference tmp
        end local 5 // org.h2.mvstore.RootReference previous
        end local 4 // int attempt
        end local 2 // long version
        end local 1 // org.h2.mvstore.RootReference r
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/h2/mvstore/RootReference;
            0   14     1         r  Lorg/h2/mvstore/RootReference;
            0   14     2   version  J
            0   14     4   attempt  I
            2   14     5  previous  Lorg/h2/mvstore/RootReference;
            3    4     6       tmp  Lorg/h2/mvstore/RootReference;
            5   14     6       tmp  Lorg/h2/mvstore/RootReference;
    MethodParameters:
         Name  Flags
      r        
      version  
      attempt  

  int getAppendCounter();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.mvstore.RootReference this
         0: .line 107
            aload 0 /* this */
            getfield org.h2.mvstore.RootReference.appendCounter:B
            sipush 255
            iand
            ireturn
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/RootReference;

  public long getTotalCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.h2.mvstore.RootReference this
         0: .line 111
            aload 0 /* this */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            invokevirtual org.h2.mvstore.Page.getTotalCount:()J
            aload 0 /* this */
            invokevirtual org.h2.mvstore.RootReference.getAppendCounter:()I
            i2l
            ladd
            lreturn
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/RootReference;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.mvstore.RootReference this
         0: .line 116
            new java.lang.StringBuilder
            dup
            ldc "RootReference("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.h2.mvstore.RootReference.root:Lorg/h2/mvstore/Page;
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.h2.mvstore.RootReference.version:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.h2.mvstore.RootReference.lockedForUpdate:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.h2.mvstore.RootReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/mvstore/RootReference;
}
SourceFile: "RootReference.java"