public final class com.lmax.disruptor.util.DaemonThreadFactory extends java.lang.Enum<com.lmax.disruptor.util.DaemonThreadFactory> implements java.util.concurrent.ThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.lmax.disruptor.util.DaemonThreadFactory
  super_class: java.lang.Enum
{
  public static final com.lmax.disruptor.util.DaemonThreadFactory INSTANCE;
    descriptor: Lcom/lmax/disruptor/util/DaemonThreadFactory;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.lmax.disruptor.util.DaemonThreadFactory[] ENUM$VALUES;
    descriptor: [Lcom/lmax/disruptor/util/DaemonThreadFactory;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 25
            new com.lmax.disruptor.util.DaemonThreadFactory
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial com.lmax.disruptor.util.DaemonThreadFactory.<init>:(Ljava/lang/String;I)V
            putstatic com.lmax.disruptor.util.DaemonThreadFactory.INSTANCE:Lcom/lmax/disruptor/util/DaemonThreadFactory;
         1: .line 23
            iconst_1
            anewarray com.lmax.disruptor.util.DaemonThreadFactory
            dup
            iconst_0
            getstatic com.lmax.disruptor.util.DaemonThreadFactory.INSTANCE:Lcom/lmax/disruptor/util/DaemonThreadFactory;
            aastore
            putstatic com.lmax.disruptor.util.DaemonThreadFactory.ENUM$VALUES:[Lcom/lmax/disruptor/util/DaemonThreadFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.lmax.disruptor.util.DaemonThreadFactory this
         0: .line 23
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.lmax.disruptor.util.DaemonThreadFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/lmax/disruptor/util/DaemonThreadFactory;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.Thread newThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.lmax.disruptor.util.DaemonThreadFactory this
        start local 1 // java.lang.Runnable r
         0: .line 30
            new java.lang.Thread
            dup
            aload 1 /* r */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
            astore 2 /* t */
        start local 2 // java.lang.Thread t
         1: .line 31
            aload 2 /* t */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 32
            aload 2 /* t */
            areturn
        end local 2 // java.lang.Thread t
        end local 1 // java.lang.Runnable r
        end local 0 // com.lmax.disruptor.util.DaemonThreadFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/lmax/disruptor/util/DaemonThreadFactory;
            0    3     1     r  Ljava/lang/Runnable;
            1    3     2     t  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      r     final

  public static com.lmax.disruptor.util.DaemonThreadFactory[] values();
    descriptor: ()[Lcom/lmax/disruptor/util/DaemonThreadFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.lmax.disruptor.util.DaemonThreadFactory.ENUM$VALUES:[Lcom/lmax/disruptor/util/DaemonThreadFactory;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.lmax.disruptor.util.DaemonThreadFactory
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.lmax.disruptor.util.DaemonThreadFactory valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/lmax/disruptor/util/DaemonThreadFactory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/lmax/disruptor/util/DaemonThreadFactory;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.lmax.disruptor.util.DaemonThreadFactory
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/lmax/disruptor/util/DaemonThreadFactory;>;Ljava/util/concurrent/ThreadFactory;
SourceFile: "DaemonThreadFactory.java"