class com.netflix.hystrix.Hystrix$1 extends java.lang.ThreadLocal<com.netflix.hystrix.Hystrix$ConcurrentStack<com.netflix.hystrix.HystrixCommandKey>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.Hystrix$1
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.Hystrix$1 this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // com.netflix.hystrix.Hystrix$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/Hystrix$1;

  protected com.netflix.hystrix.Hystrix$ConcurrentStack<com.netflix.hystrix.HystrixCommandKey> initialValue();
    descriptor: ()Lcom/netflix/hystrix/Hystrix$ConcurrentStack;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.Hystrix$1 this
         0: .line 85
            new com.netflix.hystrix.Hystrix$ConcurrentStack
            dup
            invokespecial com.netflix.hystrix.Hystrix$ConcurrentStack.<init>:()V
            areturn
        end local 0 // com.netflix.hystrix.Hystrix$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/Hystrix$1;
    Signature: ()Lcom/netflix/hystrix/Hystrix$ConcurrentStack<Lcom/netflix/hystrix/HystrixCommandKey;>;

  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 com.netflix.hystrix.Hystrix$1.initialValue:()Lcom/netflix/hystrix/Hystrix$ConcurrentStack;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Lcom/netflix/hystrix/Hystrix$ConcurrentStack<Lcom/netflix/hystrix/HystrixCommandKey;>;>;
SourceFile: "Hystrix.java"
EnclosingMethod: com.netflix.hystrix.Hystrix
NestHost: com.netflix.hystrix.Hystrix
InnerClasses:
  com.netflix.hystrix.Hystrix$1
  private ConcurrentStack = com.netflix.hystrix.Hystrix$ConcurrentStack of com.netflix.hystrix.Hystrix