class org.h2.store.fs.FileRetryOnInterrupt extends org.h2.store.fs.FileBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.store.fs.FileRetryOnInterrupt
  super_class: org.h2.store.fs.FileBase
{
  private final java.lang.String fileName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String mode;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.channels.FileChannel channel;
    descriptor: Ljava/nio/channels/FileChannel;
    flags: (0x0002) ACC_PRIVATE

  private org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry lock;
    descriptor: Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // java.lang.String fileName
        start local 2 // java.lang.String mode
         0: .line 50
            aload 0 /* this */
            invokespecial org.h2.store.fs.FileBase.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* fileName */
            putfield org.h2.store.fs.FileRetryOnInterrupt.fileName:Ljava/lang/String;
         2: .line 52
            aload 0 /* this */
            aload 2 /* mode */
            putfield org.h2.store.fs.FileRetryOnInterrupt.mode:Ljava/lang/String;
         3: .line 53
            aload 0 /* this */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.open:()V
         4: .line 54
            return
        end local 2 // java.lang.String mode
        end local 1 // java.lang.String fileName
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    5     1  fileName  Ljava/lang/String;
            0    5     2      mode  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      fileName  
      mode      

  private void open();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
         0: .line 57
            aload 0 /* this */
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.fileName:Ljava/lang/String;
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.mode:Ljava/lang/String;
            invokestatic org.h2.store.fs.FileUtils.open:(Ljava/lang/String;Ljava/lang/String;)Ljava/nio/channels/FileChannel;
            putfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
         1: .line 58
            return
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
    Exceptions:
      throws java.io.IOException

  private void reopen(int, java.io.IOException);
    descriptor: (ILjava/io/IOException;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // int i
        start local 2 // java.io.IOException e
         0: .line 61
            iload 1 /* i */
            bipush 20
            if_icmple 2
         1: .line 62
            aload 2 /* e */
            athrow
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            instanceof java.nio.channels.ClosedByInterruptException
            ifne 5
         3: .line 65
            aload 2 /* e */
            instanceof java.nio.channels.ClosedChannelException
            ifne 5
         4: .line 66
            aload 2 /* e */
            athrow
         5: .line 69
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.Thread.interrupted:()Z
            pop
         6: .line 70
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            astore 3 /* before */
        start local 3 // java.nio.channels.FileChannel before
         7: .line 74
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         8: .line 75
            aload 3 /* before */
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            if_acmpne 11
         9: .line 76
            aload 0 /* this */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.open:()V
        10: .line 77
            aload 0 /* this */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reLock:()V
        11: .line 74
      StackMap locals: java.nio.channels.FileChannel org.h2.store.fs.FileRetryOnInterrupt
      StackMap stack:
            aload 4
            monitorexit
        12: goto 15
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: aload 4
            monitorexit
        14: athrow
        15: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.nio.channels.FileChannel before
        end local 2 // java.io.IOException e
        end local 1 // int i
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0   16     1       i  I
            0   16     2       e  Ljava/io/IOException;
            7   16     3  before  Ljava/nio/channels/FileChannel;
      Exception table:
        from    to  target  type
           8    12      13  any
          13    14      13  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      i     
      e     

  private void reLock();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
         0: .line 83
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            ifnonnull 2
         1: .line 84
            return
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            getfield org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.base:Ljava/nio/channels/FileLock;
            invokevirtual java.nio.channels.FileLock.release:()V
         3: .line 88
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         4: pop
         5: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.position:()J
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.size:()J
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.isShared:()Z
            invokevirtual java.nio.channels.FileChannel.tryLock:(JJZ)Ljava/nio/channels/FileLock;
            astore 1 /* l2 */
        start local 1 // java.nio.channels.FileLock l2
         6: .line 92
            aload 1 /* l2 */
            ifnonnull 8
         7: .line 93
            new java.io.IOException
            dup
            ldc "Re-locking failed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 95
      StackMap locals: java.nio.channels.FileLock
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            aload 1 /* l2 */
            putfield org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.base:Ljava/nio/channels/FileLock;
         9: .line 96
            return
        end local 1 // java.nio.channels.FileLock l2
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            6   10     1    l2  Ljava/nio/channels/FileLock;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public void implCloseChannel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
         0: .line 101
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            invokevirtual java.nio.channels.FileChannel.close:()V
         1: .line 102
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public long position();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
         0: .line 109
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 111
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            invokevirtual java.nio.channels.FileChannel.position:()J
         2: lreturn
         3: .line 112
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 113
            aload 0 /* this */
            iload 1 /* i */
            aload 2 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 2 // java.io.IOException e
         5: .line 109
            iinc 1 /* i */ 1
            goto 1
        end local 1 // int i
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            1    6     1     i  I
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
         0: .line 120
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 122
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            invokevirtual java.nio.channels.FileChannel.size:()J
         2: lreturn
         3: .line 123
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 124
            aload 0 /* this */
            iload 1 /* i */
            aload 2 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 2 // java.io.IOException e
         5: .line 120
            iinc 1 /* i */ 1
            goto 1
        end local 1 // int i
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            1    6     1     i  I
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 131
            aload 0 /* this */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.position:()J
            lstore 2 /* pos */
        start local 2 // long pos
         1: .line 132
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: .line 134
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            aload 1 /* dst */
            invokevirtual java.nio.channels.FileChannel.read:(Ljava/nio/ByteBuffer;)I
         3: ireturn
         4: .line 135
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         5: .line 136
            aload 0 /* this */
            iload 4 /* i */
            aload 5 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
         6: .line 137
            aload 0 /* this */
            lload 2 /* pos */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.position:(J)Ljava/nio/channels/FileChannel;
            pop
        end local 5 // java.io.IOException e
         7: .line 132
            iinc 4 /* i */ 1
            goto 2
        end local 4 // int i
        end local 2 // long pos
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    8     1   dst  Ljava/nio/ByteBuffer;
            1    8     2   pos  J
            2    8     4     i  I
            5    7     5     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   

  public int read(java.nio.ByteBuffer, long);
    descriptor: (Ljava/nio/ByteBuffer;J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // java.nio.ByteBuffer dst
        start local 2 // long position
         0: .line 144
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: .line 146
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            aload 1 /* dst */
            lload 2 /* position */
            invokevirtual java.nio.channels.FileChannel.read:(Ljava/nio/ByteBuffer;J)I
         2: ireturn
         3: .line 147
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         4: .line 148
            aload 0 /* this */
            iload 4 /* i */
            aload 5 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 5 // java.io.IOException e
         5: .line 144
            iinc 4 /* i */ 1
            goto 1
        end local 4 // int i
        end local 2 // long position
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    6     1       dst  Ljava/nio/ByteBuffer;
            0    6     2  position  J
            1    6     4         i  I
            4    5     5         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      dst       
      position  

  public java.nio.channels.FileChannel position(long);
    descriptor: (J)Ljava/nio/channels/FileChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // long pos
         0: .line 155
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: .line 157
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            lload 1 /* pos */
            invokevirtual java.nio.channels.FileChannel.position:(J)Ljava/nio/channels/FileChannel;
            pop
         2: .line 158
            aload 0 /* this */
         3: areturn
         4: .line 159
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         5: .line 160
            aload 0 /* this */
            iload 3 /* i */
            aload 4 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 4 // java.io.IOException e
         6: .line 155
            iinc 3 /* i */ 1
            goto 1
        end local 3 // int i
        end local 1 // long pos
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    7     1   pos  J
            1    7     3     i  I
            5    6     4     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      pos   

  public java.nio.channels.FileChannel truncate(long);
    descriptor: (J)Ljava/nio/channels/FileChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // long newLength
         0: .line 167
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            lload 1 /* newLength */
            invokevirtual java.nio.channels.FileChannel.truncate:(J)Ljava/nio/channels/FileChannel;
            pop
         2: .line 170
            aload 0 /* this */
         3: areturn
         4: .line 171
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         5: .line 172
            aload 0 /* this */
            iload 3 /* i */
            aload 4 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 4 // java.io.IOException e
         6: .line 167
            iinc 3 /* i */ 1
            goto 1
        end local 3 // int i
        end local 1 // long newLength
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    7     1  newLength  J
            1    7     3          i  I
            5    6     4          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      newLength  

  public void force(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // boolean metaData
         0: .line 179
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 181
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            iload 1 /* metaData */
            invokevirtual java.nio.channels.FileChannel.force:(Z)V
         2: .line 182
            return
         3: .line 183
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         4: .line 184
            aload 0 /* this */
            iload 2 /* i */
            aload 3 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 3 // java.io.IOException e
         5: .line 179
            iinc 2 /* i */ 1
            goto 1
        end local 2 // int i
        end local 1 // boolean metaData
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    6     1  metaData  Z
            1    6     2         i  I
            4    5     3         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      metaData  

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // java.nio.ByteBuffer src
         0: .line 191
            aload 0 /* this */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.position:()J
            lstore 2 /* pos */
        start local 2 // long pos
         1: .line 192
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: .line 194
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            aload 1 /* src */
            invokevirtual java.nio.channels.FileChannel.write:(Ljava/nio/ByteBuffer;)I
         3: ireturn
         4: .line 195
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         5: .line 196
            aload 0 /* this */
            iload 4 /* i */
            aload 5 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
         6: .line 197
            aload 0 /* this */
            lload 2 /* pos */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.position:(J)Ljava/nio/channels/FileChannel;
            pop
        end local 5 // java.io.IOException e
         7: .line 192
            iinc 4 /* i */ 1
            goto 2
        end local 4 // int i
        end local 2 // long pos
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    8     1   src  Ljava/nio/ByteBuffer;
            1    8     2   pos  J
            2    8     4     i  I
            5    7     5     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public int write(java.nio.ByteBuffer, long);
    descriptor: (Ljava/nio/ByteBuffer;J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // long position
         0: .line 204
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: .line 206
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            aload 1 /* src */
            lload 2 /* position */
            invokevirtual java.nio.channels.FileChannel.write:(Ljava/nio/ByteBuffer;J)I
         2: ireturn
         3: .line 207
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
         4: .line 208
            aload 0 /* this */
            iload 4 /* i */
            aload 5 /* e */
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.reopen:(ILjava/io/IOException;)V
        end local 5 // java.io.IOException e
         5: .line 204
            iinc 4 /* i */ 1
            goto 1
        end local 4 // int i
        end local 2 // long position
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    6     1       src  Ljava/nio/ByteBuffer;
            0    6     2  position  J
            1    6     4         i  I
            4    5     5         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      src       
      position  

  public synchronized java.nio.channels.FileLock tryLock(long, long, boolean);
    descriptor: (JJZ)Ljava/nio/channels/FileLock;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.h2.store.fs.FileRetryOnInterrupt this
        start local 1 // long position
        start local 3 // long size
        start local 5 // boolean shared
         0: .line 216
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.channel:Ljava/nio/channels/FileChannel;
            lload 1 /* position */
            lload 3 /* size */
            iload 5 /* shared */
            invokevirtual java.nio.channels.FileChannel.tryLock:(JJZ)Ljava/nio/channels/FileLock;
            astore 6 /* l */
        start local 6 // java.nio.channels.FileLock l
         1: .line 217
            aload 6 /* l */
            ifnonnull 3
         2: .line 218
            aconst_null
            areturn
         3: .line 220
      StackMap locals: java.nio.channels.FileLock
      StackMap stack:
            aload 0 /* this */
            new org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry
            dup
            aload 6 /* l */
            aload 0 /* this */
            invokespecial org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry.<init>:(Ljava/nio/channels/FileLock;Ljava/nio/channels/FileChannel;)V
            putfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
         4: .line 221
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.lock:Lorg/h2/store/fs/FileRetryOnInterrupt$FileLockRetry;
            areturn
        end local 6 // java.nio.channels.FileLock l
        end local 5 // boolean shared
        end local 3 // long size
        end local 1 // long position
        end local 0 // org.h2.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/h2/store/fs/FileRetryOnInterrupt;
            0    5     1  position  J
            0    5     3      size  J
            0    5     5    shared  Z
            1    5     6         l  Ljava/nio/channels/FileLock;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  
      size      
      shared    

  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.store.fs.FileRetryOnInterrupt this
         0: .line 253
            new java.lang.StringBuilder
            dup
            ldc "retry:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.h2.store.fs.FileRetryOnInterrupt.fileName:Ljava/lang/String;
            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.store.fs.FileRetryOnInterrupt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/store/fs/FileRetryOnInterrupt;

  public java.nio.channels.SeekableByteChannel position(long);
    descriptor: (J)Ljava/nio/channels/SeekableByteChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.position:(J)Ljava/nio/channels/FileChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.SeekableByteChannel truncate(long);
    descriptor: (J)Ljava/nio/channels/SeekableByteChannel;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.h2.store.fs.FileRetryOnInterrupt.truncate:(J)Ljava/nio/channels/FileChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FilePathRetryOnInterrupt.java"
NestMembers:
  org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry
InnerClasses:
  FileLockRetry = org.h2.store.fs.FileRetryOnInterrupt$FileLockRetry of org.h2.store.fs.FileRetryOnInterrupt