class org.apache.juli.FileHandler$1 implements java.util.concurrent.ThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.juli.FileHandler$1
  super_class: java.lang.Object
{
  private static final java.lang.String NAME_PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "FileHandlerLogFilesCleaner-"

  private final boolean isSecurityEnabled;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ThreadGroup group;
    descriptor: Ljava/lang/ThreadGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicInteger threadNumber;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.juli.FileHandler$1 this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 108
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_1
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield org.apache.juli.FileHandler$1.threadNumber:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 111
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* s */
        start local 1 // java.lang.SecurityManager s
         3: .line 112
            aload 1 /* s */
            ifnonnull 7
         4: .line 113
            aload 0 /* this */
            iconst_0
            putfield org.apache.juli.FileHandler$1.isSecurityEnabled:Z
         5: .line 114
            aload 0 /* this */
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getThreadGroup:()Ljava/lang/ThreadGroup;
            putfield org.apache.juli.FileHandler$1.group:Ljava/lang/ThreadGroup;
         6: .line 115
            goto 9
         7: .line 116
      StackMap locals: org.apache.juli.FileHandler$1 java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.juli.FileHandler$1.isSecurityEnabled:Z
         8: .line 117
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.lang.SecurityManager.getThreadGroup:()Ljava/lang/ThreadGroup;
            putfield org.apache.juli.FileHandler$1.group:Ljava/lang/ThreadGroup;
        end local 1 // java.lang.SecurityManager s
         9: .line 104
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.juli.FileHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/juli/FileHandler$1;
            3    9     1     s  Ljava/lang/SecurityManager;

  public java.lang.Thread newThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // org.apache.juli.FileHandler$1 this
        start local 1 // java.lang.Runnable r
         0: .line 123
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            astore 2 /* loader */
        start local 2 // java.lang.ClassLoader loader
         1: .line 126
            aload 0 /* this */
            getfield org.apache.juli.FileHandler$1.isSecurityEnabled:Z
            ifeq 4
         2: .line 127
            aload 0 /* this */
            invokedynamic run(Lorg/apache/juli/FileHandler$1;)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/apache/juli/FileHandler$1.lambda$1()Ljava/lang/Void; (7)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
         3: .line 132
            goto 6
         4: .line 133
      StackMap locals: java.lang.ClassLoader
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
         5: .line 134
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
         6: .line 136
      StackMap locals:
      StackMap stack:
            new java.lang.Thread
            dup
            aload 0 /* this */
            getfield org.apache.juli.FileHandler$1.group:Ljava/lang/ThreadGroup;
            aload 1 /* r */
         7: .line 137
            new java.lang.StringBuilder
            dup
            ldc "FileHandlerLogFilesCleaner-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.juli.FileHandler$1.threadNumber:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 136
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;)V
            astore 3 /* t */
        start local 3 // java.lang.Thread t
         9: .line 138
            aload 3 /* t */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
        10: .line 139
            aload 3 /* t */
            astore 5
        11: .line 141
            aload 0 /* this */
            getfield org.apache.juli.FileHandler$1.isSecurityEnabled:Z
            ifeq 14
        12: .line 142
            aload 2 /* loader */
            invokedynamic run(Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/apache/juli/FileHandler$1.lambda$0(Ljava/lang/ClassLoader;)Ljava/lang/Void; (6)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
        13: .line 146
            goto 15
        14: .line 147
      StackMap locals: org.apache.juli.FileHandler$1 java.lang.Runnable java.lang.ClassLoader java.lang.Thread top java.lang.Thread
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 2 /* loader */
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
        15: .line 139
      StackMap locals:
      StackMap stack:
            aload 5
            areturn
        end local 3 // java.lang.Thread t
        16: .line 140
      StackMap locals: org.apache.juli.FileHandler$1 java.lang.Runnable java.lang.ClassLoader
      StackMap stack: java.lang.Throwable
            astore 4
        17: .line 141
            aload 0 /* this */
            getfield org.apache.juli.FileHandler$1.isSecurityEnabled:Z
            ifeq 20
        18: .line 142
            aload 2 /* loader */
            invokedynamic run(Ljava/lang/ClassLoader;)Ljava/security/PrivilegedAction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/apache/juli/FileHandler$1.lambda$0(Ljava/lang/ClassLoader;)Ljava/lang/Void; (6)
                  ()Ljava/lang/Void;
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            pop
        19: .line 146
            goto 21
        20: .line 147
      StackMap locals: org.apache.juli.FileHandler$1 java.lang.Runnable java.lang.ClassLoader top java.lang.Throwable
      StackMap stack:
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 2 /* loader */
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
        21: .line 149
      StackMap locals:
      StackMap stack:
            aload 4
            athrow
        end local 2 // java.lang.ClassLoader loader
        end local 1 // java.lang.Runnable r
        end local 0 // org.apache.juli.FileHandler$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/apache/juli/FileHandler$1;
            0   22     1       r  Ljava/lang/Runnable;
            1   22     2  loader  Ljava/lang/ClassLoader;
            9   16     3       t  Ljava/lang/Thread;
      Exception table:
        from    to  target  type
           1    11      16  any
    MethodParameters:
      Name  Flags
      r     

  private java.lang.Void lambda$1();
    descriptor: ()Ljava/lang/Void;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.juli.FileHandler$1 this
         0: .line 128
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
         1: .line 129
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
         2: .line 130
            aconst_null
            areturn
        end local 0 // org.apache.juli.FileHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/juli/FileHandler$1;

  private static java.lang.Void lambda$0(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Ljava/lang/Void;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 143
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 0
            invokevirtual java.lang.Thread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
         1: .line 144
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "FileHandler.java"
EnclosingMethod: org.apache.juli.FileHandler
NestHost: org.apache.juli.FileHandler
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.apache.juli.FileHandler$1