public class com.netflix.hystrix.util.LongMaxUpdater extends com.netflix.hystrix.util.Striped64 implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.util.LongMaxUpdater
  super_class: com.netflix.hystrix.util.Striped64
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7249069246863182397

  final long fn(long, long);
    descriptor: (JJ)J
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
        start local 1 // long v
        start local 3 // long x
         0: .line 55
            lload 1 /* v */
            lload 3 /* x */
            lcmp
            ifle 1
            lload 1 /* v */
            goto 2
      StackMap locals:
      StackMap stack:
         1: lload 3 /* x */
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 3 // long x
        end local 1 // long v
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            0    3     1     v  J
            0    3     3     x  J
    MethodParameters:
      Name  Flags
      v     
      x     

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 61
            aload 0 /* this */
            invokespecial com.netflix.hystrix.util.Striped64.<init>:()V
         1: .line 62
            aload 0 /* this */
            ldc -9223372036854775808
            putfield com.netflix.hystrix.util.LongMaxUpdater.base:J
         2: .line 63
            return
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public void update(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
        start local 1 // long x
         0: .line 72
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.cells:[Lcom/netflix/hystrix/util/Striped64$Cell;
            dup
            astore 3 /* as */
        start local 3 // com.netflix.hystrix.util.Striped64$Cell[] as
         1: ifnonnull 4
         2: .line 73
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.base:J
            dup2
            lstore 4 /* b */
        start local 4 // long b
         3: lload 1 /* x */
            lcmp
            ifge 14
            aload 0 /* this */
            lload 4 /* b */
            lload 1 /* x */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.casBase:(JJ)Z
            ifne 14
        end local 4 // long b
         4: .line 74
      StackMap locals: com.netflix.hystrix.util.Striped64$Cell[]
      StackMap stack:
            iconst_1
            istore 11 /* uncontended */
        start local 11 // boolean uncontended
         5: .line 75
            getstatic com.netflix.hystrix.util.LongMaxUpdater.threadHashCode:Lcom/netflix/hystrix/util/Striped64$ThreadHashCode;
            invokevirtual com.netflix.hystrix.util.Striped64$ThreadHashCode.get:()Ljava/lang/Object;
            checkcast com.netflix.hystrix.util.Striped64$HashCode
            dup
            astore 8 /* hc */
        start local 8 // com.netflix.hystrix.util.Striped64$HashCode hc
         6: getfield com.netflix.hystrix.util.Striped64$HashCode.code:I
            istore 12 /* h */
        start local 12 // int h
         7: .line 76
            aload 3 /* as */
            ifnull 13
            aload 3 /* as */
            arraylength
            dup
            istore 10 /* n */
        start local 10 // int n
         8: iconst_1
            if_icmplt 13
         9: .line 77
            aload 3 /* as */
            iload 10 /* n */
            iconst_1
            isub
            iload 12 /* h */
            iand
            aaload
            dup
            astore 9 /* a */
        start local 9 // com.netflix.hystrix.util.Striped64$Cell a
        10: ifnull 13
        11: .line 78
            aload 9 /* a */
            getfield com.netflix.hystrix.util.Striped64$Cell.value:J
            dup2
            lstore 6 /* v */
        start local 6 // long v
        12: lload 1 /* x */
            lcmp
            ifge 14
            aload 9 /* a */
            lload 6 /* v */
            lload 1 /* x */
            invokevirtual com.netflix.hystrix.util.Striped64$Cell.cas:(JJ)Z
            dup
            istore 11 /* uncontended */
            ifne 14
        end local 10 // int n
        end local 9 // com.netflix.hystrix.util.Striped64$Cell a
        end local 6 // long v
        13: .line 79
      StackMap locals: com.netflix.hystrix.util.LongMaxUpdater long com.netflix.hystrix.util.Striped64$Cell[] top top top top com.netflix.hystrix.util.Striped64$HashCode top top int int
      StackMap stack:
            aload 0 /* this */
            lload 1 /* x */
            aload 8 /* hc */
            iload 11 /* uncontended */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.retryUpdate:(JLcom/netflix/hystrix/util/Striped64$HashCode;Z)V
        end local 12 // int h
        end local 11 // boolean uncontended
        end local 8 // com.netflix.hystrix.util.Striped64$HashCode hc
        14: .line 81
      StackMap locals: com.netflix.hystrix.util.LongMaxUpdater long com.netflix.hystrix.util.Striped64$Cell[]
      StackMap stack:
            return
        end local 3 // com.netflix.hystrix.util.Striped64$Cell[] as
        end local 1 // long x
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            0   15     1            x  J
            1   15     3           as  [Lcom/netflix/hystrix/util/Striped64$Cell;
            3    4     4            b  J
           12   13     6            v  J
            6   14     8           hc  Lcom/netflix/hystrix/util/Striped64$HashCode;
           10   13     9            a  Lcom/netflix/hystrix/util/Striped64$Cell;
            8   13    10            n  I
            5   14    11  uncontended  Z
            7   14    12            h  I
    MethodParameters:
      Name  Flags
      x     

  public long max();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 93
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.cells:[Lcom/netflix/hystrix/util/Striped64$Cell;
            astore 1 /* as */
        start local 1 // com.netflix.hystrix.util.Striped64$Cell[] as
         1: .line 94
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.base:J
            lstore 2 /* max */
        start local 2 // long max
         2: .line 95
            aload 1 /* as */
            ifnull 12
         3: .line 96
            aload 1 /* as */
            arraylength
            istore 4 /* n */
        start local 4 // int n
         4: .line 98
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 11
         6: .line 99
      StackMap locals: com.netflix.hystrix.util.LongMaxUpdater com.netflix.hystrix.util.Striped64$Cell[] long int top top int
      StackMap stack:
            aload 1 /* as */
            iload 7 /* i */
            aaload
            astore 8 /* a */
        start local 8 // com.netflix.hystrix.util.Striped64$Cell a
         7: .line 100
            aload 8 /* a */
            ifnull 10
            aload 8 /* a */
            getfield com.netflix.hystrix.util.Striped64$Cell.value:J
            dup2
            lstore 5 /* v */
        start local 5 // long v
         8: lload 2 /* max */
            lcmp
            ifle 10
         9: .line 101
            lload 5 /* v */
            lstore 2 /* max */
        end local 8 // com.netflix.hystrix.util.Striped64$Cell a
        end local 5 // long v
        10: .line 98
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 4 /* n */
            if_icmplt 6
        end local 7 // int i
        end local 4 // int n
        12: .line 104
      StackMap locals: com.netflix.hystrix.util.LongMaxUpdater com.netflix.hystrix.util.Striped64$Cell[] long
      StackMap stack:
            lload 2 /* max */
            lreturn
        end local 2 // long max
        end local 1 // com.netflix.hystrix.util.Striped64$Cell[] as
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            1   13     1    as  [Lcom/netflix/hystrix/util/Striped64$Cell;
            2   13     2   max  J
            4   12     4     n  I
            8   10     5     v  J
            5   12     7     i  I
            7   10     8     a  Lcom/netflix/hystrix/util/Striped64$Cell;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 116
            aload 0 /* this */
            ldc -9223372036854775808
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.internalReset:(J)V
         1: .line 117
            return
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public long maxThenReset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 130
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.cells:[Lcom/netflix/hystrix/util/Striped64$Cell;
            astore 1 /* as */
        start local 1 // com.netflix.hystrix.util.Striped64$Cell[] as
         1: .line 131
            aload 0 /* this */
            getfield com.netflix.hystrix.util.LongMaxUpdater.base:J
            lstore 2 /* max */
        start local 2 // long max
         2: .line 132
            aload 0 /* this */
            ldc -9223372036854775808
            putfield com.netflix.hystrix.util.LongMaxUpdater.base:J
         3: .line 133
            aload 1 /* as */
            ifnull 15
         4: .line 134
            aload 1 /* as */
            arraylength
            istore 4 /* n */
        start local 4 // int n
         5: .line 135
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 14
         7: .line 136
      StackMap locals: com.netflix.hystrix.util.LongMaxUpdater com.netflix.hystrix.util.Striped64$Cell[] long int int
      StackMap stack:
            aload 1 /* as */
            iload 5 /* i */
            aaload
            astore 6 /* a */
        start local 6 // com.netflix.hystrix.util.Striped64$Cell a
         8: .line 137
            aload 6 /* a */
            ifnull 13
         9: .line 138
            aload 6 /* a */
            getfield com.netflix.hystrix.util.Striped64$Cell.value:J
            lstore 7 /* v */
        start local 7 // long v
        10: .line 139
            aload 6 /* a */
            ldc -9223372036854775808
            putfield com.netflix.hystrix.util.Striped64$Cell.value:J
        11: .line 140
            lload 7 /* v */
            lload 2 /* max */
            lcmp
            ifle 13
        12: .line 141
            lload 7 /* v */
            lstore 2 /* max */
        end local 7 // long v
        end local 6 // com.netflix.hystrix.util.Striped64$Cell a
        13: .line 135
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 7
        end local 5 // int i
        end local 4 // int n
        15: .line 145
      StackMap locals:
      StackMap stack:
            lload 2 /* max */
            lreturn
        end local 2 // long max
        end local 1 // com.netflix.hystrix.util.Striped64$Cell[] as
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            1   16     1    as  [Lcom/netflix/hystrix/util/Striped64$Cell;
            2   16     2   max  J
            5   15     4     n  I
            6   15     5     i  I
            8   13     6     a  Lcom/netflix/hystrix/util/Striped64$Cell;
           10   13     7     v  J

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 153
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 162
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            lreturn
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 170
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            l2i
            ireturn
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 178
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            l2f
            freturn
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
         0: .line 186
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            l2d
            dreturn
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 191
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 192
            aload 1 /* s */
            aload 0 /* this */
            invokevirtual com.netflix.hystrix.util.LongMaxUpdater.max:()J
            invokevirtual java.io.ObjectOutputStream.writeLong:(J)V
         2: .line 193
            return
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            0    3     1     s  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.netflix.hystrix.util.LongMaxUpdater this
        start local 1 // java.io.ObjectInputStream s
         0: .line 197
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 198
            aload 0 /* this */
            iconst_0
            putfield com.netflix.hystrix.util.LongMaxUpdater.busy:I
         2: .line 199
            aload 0 /* this */
            aconst_null
            putfield com.netflix.hystrix.util.LongMaxUpdater.cells:[Lcom/netflix/hystrix/util/Striped64$Cell;
         3: .line 200
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readLong:()J
            putfield com.netflix.hystrix.util.LongMaxUpdater.base:J
         4: .line 201
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // com.netflix.hystrix.util.LongMaxUpdater this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/netflix/hystrix/util/LongMaxUpdater;
            0    5     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "LongMaxUpdater.java"
InnerClasses:
  final Cell = com.netflix.hystrix.util.Striped64$Cell of com.netflix.hystrix.util.Striped64
  final HashCode = com.netflix.hystrix.util.Striped64$HashCode of com.netflix.hystrix.util.Striped64
  final ThreadHashCode = com.netflix.hystrix.util.Striped64$ThreadHashCode of com.netflix.hystrix.util.Striped64