final class io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache extends io.netty.util.concurrent.FastThreadLocal<io.netty.buffer.PoolThreadCache>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache
  super_class: io.netty.util.concurrent.FastThreadLocal
{
  private final boolean useCacheForAllThreads;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.netty.buffer.PooledByteBufAllocator this$0;
    descriptor: Lio/netty/buffer/PooledByteBufAllocator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.buffer.PooledByteBufAllocator, boolean);
    descriptor: (Lio/netty/buffer/PooledByteBufAllocator;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
        start local 2 // boolean useCacheForAllThreads
         0: .line 429
            aload 0 /* this */
            aload 1
            putfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            aload 0 /* this */
            invokespecial io.netty.util.concurrent.FastThreadLocal.<init>:()V
         1: .line 430
            aload 0 /* this */
            iload 2 /* useCacheForAllThreads */
            putfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.useCacheForAllThreads:Z
         2: .line 431
            return
        end local 2 // boolean useCacheForAllThreads
        end local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lio/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache;
            0    3     2  useCacheForAllThreads  Z
    MethodParameters:
                       Name  Flags
      this$0                 final
      useCacheForAllThreads  

  protected synchronized io.netty.buffer.PoolThreadCache initialValue();
    descriptor: ()Lio/netty/buffer/PoolThreadCache;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
         0: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            getfield io.netty.buffer.PooledByteBufAllocator.heapArenas:[Lio/netty/buffer/PoolArena;
            invokevirtual io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.leastUsedArena:([Lio/netty/buffer/PoolArena;)Lio/netty/buffer/PoolArena;
            astore 1 /* heapArena */
        start local 1 // io.netty.buffer.PoolArena heapArena
         1: .line 436
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            getfield io.netty.buffer.PooledByteBufAllocator.directArenas:[Lio/netty/buffer/PoolArena;
            invokevirtual io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.leastUsedArena:([Lio/netty/buffer/PoolArena;)Lio/netty/buffer/PoolArena;
            astore 2 /* directArena */
        start local 2 // io.netty.buffer.PoolArena directArena
         2: .line 438
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 3 /* current */
        start local 3 // java.lang.Thread current
         3: .line 439
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.useCacheForAllThreads:Z
            ifne 4
            aload 3 /* current */
            instanceof io.netty.util.concurrent.FastThreadLocalThread
            ifeq 8
         4: .line 440
      StackMap locals: io.netty.buffer.PoolArena io.netty.buffer.PoolArena java.lang.Thread
      StackMap stack:
            new io.netty.buffer.PoolThreadCache
            dup
         5: .line 441
            aload 1 /* heapArena */
            aload 2 /* directArena */
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            getfield io.netty.buffer.PooledByteBufAllocator.tinyCacheSize:I
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            getfield io.netty.buffer.PooledByteBufAllocator.smallCacheSize:I
            aload 0 /* this */
            getfield io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.this$0:Lio/netty/buffer/PooledByteBufAllocator;
            getfield io.netty.buffer.PooledByteBufAllocator.normalCacheSize:I
         6: .line 442
            getstatic io.netty.buffer.PooledByteBufAllocator.DEFAULT_MAX_CACHED_BUFFER_CAPACITY:I
            getstatic io.netty.buffer.PooledByteBufAllocator.DEFAULT_CACHE_TRIM_INTERVAL:I
         7: .line 440
            invokespecial io.netty.buffer.PoolThreadCache.<init>:(Lio/netty/buffer/PoolArena;Lio/netty/buffer/PoolArena;IIIII)V
            areturn
         8: .line 445
      StackMap locals:
      StackMap stack:
            new io.netty.buffer.PoolThreadCache
            dup
            aload 1 /* heapArena */
            aload 2 /* directArena */
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial io.netty.buffer.PoolThreadCache.<init>:(Lio/netty/buffer/PoolArena;Lio/netty/buffer/PoolArena;IIIII)V
            areturn
        end local 3 // java.lang.Thread current
        end local 2 // io.netty.buffer.PoolArena directArena
        end local 1 // io.netty.buffer.PoolArena heapArena
        end local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache;
            1    9     1    heapArena  Lio/netty/buffer/PoolArena<[B>;
            2    9     2  directArena  Lio/netty/buffer/PoolArena<Ljava/nio/ByteBuffer;>;
            3    9     3      current  Ljava/lang/Thread;

  protected void onRemoval(io.netty.buffer.PoolThreadCache);
    descriptor: (Lio/netty/buffer/PoolThreadCache;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
        start local 1 // io.netty.buffer.PoolThreadCache threadCache
         0: .line 450
            aload 1 /* threadCache */
            invokevirtual io.netty.buffer.PoolThreadCache.free:()V
         1: .line 451
            return
        end local 1 // io.netty.buffer.PoolThreadCache threadCache
        end local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache;
            0    2     1  threadCache  Lio/netty/buffer/PoolThreadCache;
    MethodParameters:
             Name  Flags
      threadCache  

  private <T> io.netty.buffer.PoolArena<T> leastUsedArena(io.netty.buffer.PoolArena<T>[]);
    descriptor: ([Lio/netty/buffer/PoolArena;)Lio/netty/buffer/PoolArena;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
        start local 1 // io.netty.buffer.PoolArena[] arenas
         0: .line 454
            aload 1 /* arenas */
            ifnull 1
            aload 1 /* arenas */
            arraylength
            ifne 2
         1: .line 455
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* arenas */
            iconst_0
            aaload
            astore 2 /* minArena */
        start local 2 // io.netty.buffer.PoolArena minArena
         3: .line 459
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 460
      StackMap locals: io.netty.buffer.PoolArena int
      StackMap stack:
            aload 1 /* arenas */
            iload 3 /* i */
            aaload
            astore 4 /* arena */
        start local 4 // io.netty.buffer.PoolArena arena
         6: .line 461
            aload 4 /* arena */
            getfield io.netty.buffer.PoolArena.numThreadCaches:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            aload 2 /* minArena */
            getfield io.netty.buffer.PoolArena.numThreadCaches:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            if_icmpge 8
         7: .line 462
            aload 4 /* arena */
            astore 2 /* minArena */
        end local 4 // io.netty.buffer.PoolArena arena
         8: .line 459
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 1 /* arenas */
            arraylength
            if_icmplt 5
        end local 3 // int i
        10: .line 466
            aload 2 /* minArena */
            areturn
        end local 2 // io.netty.buffer.PoolArena minArena
        end local 1 // io.netty.buffer.PoolArena[] arenas
        end local 0 // io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lio/netty/buffer/PooledByteBufAllocator$PoolThreadLocalCache;
            0   11     1    arenas  [Lio/netty/buffer/PoolArena;
            3   11     2  minArena  Lio/netty/buffer/PoolArena<TT;>;
            4   10     3         i  I
            6    8     4     arena  Lio/netty/buffer/PoolArena<TT;>;
    Signature: <T:Ljava/lang/Object;>([Lio/netty/buffer/PoolArena<TT;>;)Lio/netty/buffer/PoolArena<TT;>;
    MethodParameters:
        Name  Flags
      arenas  

  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.buffer.PoolThreadCache
            invokevirtual io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache.onRemoval:(Lio/netty/buffer/PoolThreadCache;)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.buffer.PooledByteBufAllocator$PoolThreadLocalCache.initialValue:()Lio/netty/buffer/PoolThreadCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/util/concurrent/FastThreadLocal<Lio/netty/buffer/PoolThreadCache;>;
SourceFile: "PooledByteBufAllocator.java"
NestHost: io.netty.buffer.PooledByteBufAllocator
InnerClasses:
  final PoolThreadLocalCache = io.netty.buffer.PooledByteBufAllocator$PoolThreadLocalCache of io.netty.buffer.PooledByteBufAllocator