class io.netty.util.concurrent.FastThreadLocal$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.util.concurrent.FastThreadLocal$1
  super_class: java.lang.Object
{
  final io.netty.util.concurrent.FastThreadLocal this$0;
    descriptor: Lio/netty/util/concurrent/FastThreadLocal;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.util.internal.InternalThreadLocalMap val$threadLocalMap;
    descriptor: Lio/netty/util/internal/InternalThreadLocalMap;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.util.concurrent.FastThreadLocal$1 this
         0: .line 161
            aload 0 /* this */
            getfield io.netty.util.concurrent.FastThreadLocal$1.this$0:Lio/netty/util/concurrent/FastThreadLocal;
            aload 0 /* this */
            getfield io.netty.util.concurrent.FastThreadLocal$1.val$threadLocalMap:Lio/netty/util/internal/InternalThreadLocalMap;
            invokevirtual io.netty.util.concurrent.FastThreadLocal.remove:(Lio/netty/util/internal/InternalThreadLocalMap;)V
         1: .line 165
            return
        end local 0 // io.netty.util.concurrent.FastThreadLocal$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/util/concurrent/FastThreadLocal$1;
}
SourceFile: "FastThreadLocal.java"
EnclosingMethod: io.netty.util.concurrent.FastThreadLocal.registerCleaner:(Lio/netty/util/internal/InternalThreadLocalMap;)V
NestHost: io.netty.util.concurrent.FastThreadLocal
InnerClasses:
  io.netty.util.concurrent.FastThreadLocal$1