final class com.netflix.hystrix.util.Striped64$HashCode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.netflix.hystrix.util.Striped64$HashCode
  super_class: java.lang.Object
{
  static final java.util.Random rng;
    descriptor: Ljava/util/Random;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  int code;
    descriptor: I
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 138
            new java.util.Random
            dup
            invokespecial java.util.Random.<init>:()V
            putstatic com.netflix.hystrix.util.Striped64$HashCode.rng:Ljava/util/Random;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.netflix.hystrix.util.Striped64$HashCode this
         0: .line 140
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 141
            getstatic com.netflix.hystrix.util.Striped64$HashCode.rng:Ljava/util/Random;
            invokevirtual java.util.Random.nextInt:()I
            istore 1 /* h */
        start local 1 // int h
         2: .line 142
            aload 0 /* this */
            iload 1 /* h */
            ifne 3
            iconst_1
            goto 4
      StackMap locals: com.netflix.hystrix.util.Striped64$HashCode int
      StackMap stack: com.netflix.hystrix.util.Striped64$HashCode
         3: iload 1 /* h */
      StackMap locals: com.netflix.hystrix.util.Striped64$HashCode int
      StackMap stack: com.netflix.hystrix.util.Striped64$HashCode int
         4: putfield com.netflix.hystrix.util.Striped64$HashCode.code:I
         5: .line 143
            return
        end local 1 // int h
        end local 0 // com.netflix.hystrix.util.Striped64$HashCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/netflix/hystrix/util/Striped64$HashCode;
            2    6     1     h  I
}
SourceFile: "Striped64.java"
NestHost: com.netflix.hystrix.util.Striped64
InnerClasses:
  final HashCode = com.netflix.hystrix.util.Striped64$HashCode of com.netflix.hystrix.util.Striped64