class io.netty.util.Recycler$2 extends io.netty.util.concurrent.FastThreadLocal<io.netty.util.Recycler$Stack<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.Recycler$2
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  final io.netty.util.Recycler this$0;
    descriptor: Lio/netty/util/Recycler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.util.Recycler);
    descriptor: (Lio/netty/util/Recycler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.util.Recycler$2 this
         0: .line 112
            aload 0 /* this */
            aload 1
            putfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
            return
        end local 0 // io.netty.util.Recycler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/util/Recycler$2;
    MethodParameters:
        Name  Flags
      this$0  final

  protected io.netty.util.Recycler$Stack<T> initialValue();
    descriptor: ()Lio/netty/util/Recycler$Stack;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // io.netty.util.Recycler$2 this
         0: .line 115
            new io.netty.util.Recycler$Stack
            dup
            aload 0 /* this */
            getfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 0 /* this */
            getfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            getfield io.netty.util.Recycler.maxCapacityPerThread:I
            aload 0 /* this */
            getfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            getfield io.netty.util.Recycler.maxSharedCapacityFactor:I
         1: .line 116
            aload 0 /* this */
            getfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            getfield io.netty.util.Recycler.ratioMask:I
            aload 0 /* this */
            getfield io.netty.util.Recycler$2.this$0:Lio/netty/util/Recycler;
            getfield io.netty.util.Recycler.maxDelayedQueuesPerThread:I
         2: .line 115
            invokespecial io.netty.util.Recycler$Stack.<init>:(Lio/netty/util/Recycler;Ljava/lang/Thread;IIII)V
            areturn
        end local 0 // io.netty.util.Recycler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/util/Recycler$2;
    Signature: ()Lio/netty/util/Recycler$Stack<TT;>;

  protected void onRemoval(io.netty.util.Recycler$Stack<T>);
    descriptor: (Lio/netty/util/Recycler$Stack;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.util.Recycler$2 this
        start local 1 // io.netty.util.Recycler$Stack value
         0: .line 122
            aload 1 /* value */
            getfield io.netty.util.Recycler$Stack.threadRef:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            if_acmpne 3
         1: .line 123
            getstatic io.netty.util.Recycler.DELAYED_RECYCLED:Lio/netty/util/concurrent/FastThreadLocal;
            invokevirtual io.netty.util.concurrent.FastThreadLocal.isSet:()Z
            ifeq 3
         2: .line 124
            getstatic io.netty.util.Recycler.DELAYED_RECYCLED:Lio/netty/util/concurrent/FastThreadLocal;
            invokevirtual io.netty.util.concurrent.FastThreadLocal.get:()Ljava/lang/Object;
            checkcast java.util.Map
            aload 1 /* value */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.Recycler$Stack value
        end local 0 // io.netty.util.Recycler$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/util/Recycler$2;
            0    4     1  value  Lio/netty/util/Recycler$Stack<TT;>;
    Signature: (Lio/netty/util/Recycler$Stack<TT;>;)V
    MethodParameters:
       Name  Flags
      value  

  protected void onRemoval(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.util.Recycler$Stack
            invokevirtual io.netty.util.Recycler$2.onRemoval:(Lio/netty/util/Recycler$Stack;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.util.Recycler$2.initialValue:()Lio/netty/util/Recycler$Stack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<Lio/netty/util/Recycler$Stack<TT;>;>;
SourceFile: "Recycler.java"
EnclosingMethod: io.netty.util.Recycler
NestHost: io.netty.util.Recycler
InnerClasses:
  io.netty.util.Recycler$2
  final Stack = io.netty.util.Recycler$Stack of io.netty.util.Recycler