class sun.nio.ch.FileChannelImpl$1 implements sun.nio.ch.FileChannelImpl$FileLockTable$Releaser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.FileChannelImpl$1
  super_class: java.lang.Object
{
  final sun.nio.ch.FileChannelImpl this$0;
    descriptor: Lsun/nio/ch/FileChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.FileChannelImpl);
    descriptor: (Lsun/nio/ch/FileChannelImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
         0: .line 122
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.FileChannelImpl$1.this$0:Lsun/nio/ch/FileChannelImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/FileChannelImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void release(java.nio.channels.FileLock);
    descriptor: (Ljava/nio/channels/FileLock;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.nio.ch.FileChannelImpl$1 this
        start local 1 // java.nio.channels.FileLock fl
         0: .line 124
            aload 1 /* fl */
            checkcast sun.nio.ch.FileLockImpl
            invokevirtual sun.nio.ch.FileLockImpl.invalidate:()V
         1: .line 125
            aload 0 /* this */
            getfield sun.nio.ch.FileChannelImpl$1.this$0:Lsun/nio/ch/FileChannelImpl;
            aload 0 /* this */
            getfield sun.nio.ch.FileChannelImpl$1.this$0:Lsun/nio/ch/FileChannelImpl;
            getfield sun.nio.ch.FileChannelImpl.fd:Ljava/io/FileDescriptor;
            aload 1 /* fl */
            invokevirtual java.nio.channels.FileLock.position:()J
            aload 1 /* fl */
            invokevirtual java.nio.channels.FileLock.size:()J
            invokevirtual sun.nio.ch.FileChannelImpl.release0:(Ljava/io/FileDescriptor;JJ)V
         2: .line 126
            return
        end local 1 // java.nio.channels.FileLock fl
        end local 0 // sun.nio.ch.FileChannelImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/FileChannelImpl$1;
            0    3     1    fl  Ljava/nio/channels/FileLock;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fl    
}
SourceFile: "FileChannelImpl.java"
EnclosingMethod: sun.nio.ch.FileChannelImpl.implCloseChannel:()V
NestHost: sun.nio.ch.FileChannelImpl
InnerClasses:
  sun.nio.ch.FileChannelImpl$1
  private abstract FileLockTable = sun.nio.ch.FileChannelImpl$FileLockTable of sun.nio.ch.FileChannelImpl
  public abstract Releaser = sun.nio.ch.FileChannelImpl$FileLockTable$Releaser of sun.nio.ch.FileChannelImpl$FileLockTable