class io.netty.channel.pool.FixedChannelPool$4 implements io.netty.util.concurrent.FutureListener<java.lang.Void>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.pool.FixedChannelPool$4
  super_class: java.lang.Object
{
  final io.netty.channel.pool.FixedChannelPool this$0;
    descriptor: Lio/netty/channel/pool/FixedChannelPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.Channel val$channel;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.util.concurrent.Promise val$promise;
    descriptor: Lio/netty/util/concurrent/Promise;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.channel.pool.FixedChannelPool, io.netty.channel.Channel, io.netty.util.concurrent.Promise);
    descriptor: (Lio/netty/channel/pool/FixedChannelPool;Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.channel.pool.FixedChannelPool$4 this
         0: .line 291
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
            aload 0 /* this */
            aload 2
            putfield io.netty.channel.pool.FixedChannelPool$4.val$channel:Lio/netty/channel/Channel;
            aload 0 /* this */
            aload 3
            putfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.pool.FixedChannelPool$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/pool/FixedChannelPool$4;
    MethodParameters:
             Name  Flags
      this$0       final
      val$channel  final
      val$promise  final

  public void operationComplete(io.netty.util.concurrent.Future<java.lang.Void>);
    descriptor: (Lio/netty/util/concurrent/Future;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.channel.pool.FixedChannelPool$4 this
        start local 1 // io.netty.util.concurrent.Future future
         0: .line 295
            getstatic io.netty.channel.pool.FixedChannelPool.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
            getfield io.netty.channel.pool.FixedChannelPool.executor:Lio/netty/util/concurrent/EventExecutor;
            invokeinterface io.netty.util.concurrent.EventExecutor.inEventLoop:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
            getfield io.netty.channel.pool.FixedChannelPool.closed:Z
            ifeq 5
         2: .line 299
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.val$channel:Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            pop
         3: .line 300
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
            getstatic io.netty.channel.pool.FixedChannelPool.POOL_CLOSED_ON_RELEASE_EXCEPTION:Ljava/lang/IllegalStateException;
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            pop
         4: .line 301
            return
         5: .line 304
      StackMap locals:
      StackMap stack:
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifeq 9
         6: .line 305
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
            invokevirtual io.netty.channel.pool.FixedChannelPool.decrementAndRunTaskQueue:()V
         7: .line 306
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
            aconst_null
            invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
            pop
         8: .line 307
            goto 13
         9: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
        10: .line 310
            aload 2 /* cause */
            instanceof java.lang.IllegalArgumentException
            ifne 12
        11: .line 311
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.this$0:Lio/netty/channel/pool/FixedChannelPool;
            invokevirtual io.netty.channel.pool.FixedChannelPool.decrementAndRunTaskQueue:()V
        12: .line 313
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.pool.FixedChannelPool$4.val$promise:Lio/netty/util/concurrent/Promise;
            aload 1 /* future */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            pop
        end local 2 // java.lang.Throwable cause
        13: .line 315
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.concurrent.Future future
        end local 0 // io.netty.channel.pool.FixedChannelPool$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lio/netty/channel/pool/FixedChannelPool$4;
            0   14     1  future  Lio/netty/util/concurrent/Future<Ljava/lang/Void;>;
           10   13     2   cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/util/concurrent/Future<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      future  
}
Signature: Ljava/lang/Object;Lio/netty/util/concurrent/FutureListener<Ljava/lang/Void;>;
SourceFile: "FixedChannelPool.java"
EnclosingMethod: io.netty.channel.pool.FixedChannelPool.release:(Lio/netty/channel/Channel;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
NestHost: io.netty.channel.pool.FixedChannelPool
InnerClasses:
  io.netty.channel.pool.FixedChannelPool$4