class org.h2.store.fs.FileNioMem$1 extends java.nio.channels.FileLock
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.h2.store.fs.FileNioMem$1
  super_class: java.nio.channels.FileLock
{
  final org.h2.store.fs.FileNioMem this$0;
    descriptor: Lorg/h2/store/fs/FileNioMem;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.h2.store.fs.FileNioMem, java.nio.channels.FileChannel, long, long, boolean);
    descriptor: (Lorg/h2/store/fs/FileNioMem;Ljava/nio/channels/FileChannel;JJZ)V
    flags: (0x0000) 
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.h2.store.fs.FileNioMem$1 this
        start local 2 // java.nio.channels.FileChannel $anonymous0
        start local 3 // long $anonymous1
        start local 5 // long $anonymous2
        start local 7 // boolean $anonymous3
         0: .line 404
            aload 0 /* this */
            aload 1
            putfield org.h2.store.fs.FileNioMem$1.this$0:Lorg/h2/store/fs/FileNioMem;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            lload 3 /* $anonymous1 */
            lload 5 /* $anonymous2 */
            iload 7 /* $anonymous3 */
            invokespecial java.nio.channels.FileLock.<init>:(Ljava/nio/channels/FileChannel;JJZ)V
            return
        end local 7 // boolean $anonymous3
        end local 5 // long $anonymous2
        end local 3 // long $anonymous1
        end local 2 // java.nio.channels.FileChannel $anonymous0
        end local 0 // org.h2.store.fs.FileNioMem$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/h2/store/fs/FileNioMem$1;
            0    1     2  $anonymous0  Ljava/nio/channels/FileChannel;
            0    1     3  $anonymous1  J
            0    1     5  $anonymous2  J
            0    1     7  $anonymous3  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileNioMem$1 this
         0: .line 408
            iconst_1
            ireturn
        end local 0 // org.h2.store.fs.FileNioMem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/store/fs/FileNioMem$1;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.store.fs.FileNioMem$1 this
         0: .line 413
            aload 0 /* this */
            getfield org.h2.store.fs.FileNioMem$1.this$0:Lorg/h2/store/fs/FileNioMem;
            getfield org.h2.store.fs.FileNioMem.data:Lorg/h2/store/fs/FileNioMemData;
            invokevirtual org.h2.store.fs.FileNioMemData.unlock:()V
         1: .line 414
            return
        end local 0 // org.h2.store.fs.FileNioMem$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/h2/store/fs/FileNioMem$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FilePathNioMem.java"
EnclosingMethod: org.h2.store.fs.FileNioMem.tryLock:(JJZ)Ljava/nio/channels/FileLock;
NestHost: org.h2.store.fs.FileNioMem
InnerClasses:
  org.h2.store.fs.FileNioMem$1