class org.apache.juli.OneLineFormatter$1 extends java.lang.ThreadLocal<org.apache.juli.OneLineFormatter$ThreadNameCache>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.juli.OneLineFormatter$1
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.juli.OneLineFormatter$1 this
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // org.apache.juli.OneLineFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/juli/OneLineFormatter$1;

  protected org.apache.juli.OneLineFormatter$ThreadNameCache initialValue();
    descriptor: ()Lorg/apache/juli/OneLineFormatter$ThreadNameCache;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.juli.OneLineFormatter$1 this
         0: .line 49
            new org.apache.juli.OneLineFormatter$ThreadNameCache
            dup
            sipush 10000
            invokespecial org.apache.juli.OneLineFormatter$ThreadNameCache.<init>:(I)V
            areturn
        end local 0 // org.apache.juli.OneLineFormatter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/juli/OneLineFormatter$1;

  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 org.apache.juli.OneLineFormatter$1.initialValue:()Lorg/apache/juli/OneLineFormatter$ThreadNameCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Lorg/apache/juli/OneLineFormatter$ThreadNameCache;>;
SourceFile: "OneLineFormatter.java"
EnclosingMethod: org.apache.juli.OneLineFormatter
NestHost: org.apache.juli.OneLineFormatter
InnerClasses:
  org.apache.juli.OneLineFormatter$1
  private ThreadNameCache = org.apache.juli.OneLineFormatter$ThreadNameCache of org.apache.juli.OneLineFormatter