class com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1 implements java.util.concurrent.ThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1
  super_class: java.lang.Object
{
  final java.util.concurrent.atomic.AtomicInteger counter;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  final com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor this$1;
    descriptor: Lcom/netflix/hystrix/util/HystrixTimer$ScheduledExecutor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor);
    descriptor: (Lcom/netflix/hystrix/util/HystrixTimer$ScheduledExecutor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1 this
         0: .line 157
            aload 0 /* this */
            aload 1
            putfield com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1.this$1:Lcom/netflix/hystrix/util/HystrixTimer$ScheduledExecutor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 158
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1.counter:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 157
            return
        end local 0 // com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/util/HystrixTimer$ScheduledExecutor$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Thread newThread(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1 this
        start local 1 // java.lang.Runnable r
         0: .line 162
            new java.lang.Thread
            dup
            aload 1 /* r */
            new java.lang.StringBuilder
            dup
            ldc "HystrixTimer-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1.counter:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
            astore 2 /* thread */
        start local 2 // java.lang.Thread thread
         1: .line 163
            aload 2 /* thread */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 164
            aload 2 /* thread */
            areturn
        end local 2 // java.lang.Thread thread
        end local 1 // java.lang.Runnable r
        end local 0 // com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/netflix/hystrix/util/HystrixTimer$ScheduledExecutor$1;
            0    3     1       r  Ljava/lang/Runnable;
            1    3     2  thread  Ljava/lang/Thread;
    MethodParameters:
      Name  Flags
      r     
}
SourceFile: "HystrixTimer.java"
EnclosingMethod: com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor.initialize:()V
NestHost: com.netflix.hystrix.util.HystrixTimer
InnerClasses:
  ScheduledExecutor = com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor of com.netflix.hystrix.util.HystrixTimer
  com.netflix.hystrix.util.HystrixTimer$ScheduledExecutor$1