class com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot
  super_class: java.lang.Object
{
  private final int[] data;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mean;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 349
            ldc Lcom/netflix/hystrix/util/HystrixRollingPercentile;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[]);
    descriptor: ([Lcom/netflix/hystrix/util/HystrixRollingPercentile$Bucket;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=13, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
        start local 1 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] buckets
         0: .line 354
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 355
            iconst_0
            istore 2 /* lengthFromBuckets */
        start local 2 // int lengthFromBuckets
         2: .line 358
            aload 1 /* buckets */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] int top int int com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* bd */
        start local 3 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket bd
         4: .line 359
            iload 2 /* lengthFromBuckets */
            aload 3 /* bd */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$Bucket.data:Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileBucketData;
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData.length:I
            iadd
            istore 2 /* lengthFromBuckets */
        end local 3 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket bd
         5: .line 358
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 361
            aload 0 /* this */
            iload 2 /* lengthFromBuckets */
            newarray 10
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
         8: .line 362
            iconst_0
            istore 3 /* index */
        start local 3 // int index
         9: .line 363
            iconst_0
            istore 4 /* sum */
        start local 4 // int sum
        10: .line 364
            aload 1 /* buckets */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 22
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] int int int top int int com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[]
      StackMap stack:
        11: aload 8
            iload 6
            aaload
            astore 5 /* bd */
        start local 5 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket bd
        12: .line 365
            aload 5 /* bd */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$Bucket.data:Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileBucketData;
            astore 9 /* pbd */
        start local 9 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData pbd
        13: .line 366
            aload 9 /* pbd */
            invokevirtual com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData.length:()I
            istore 10 /* length */
        start local 10 // int length
        14: .line 367
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        15: goto 20
        16: .line 368
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] int int int com.netflix.hystrix.util.HystrixRollingPercentile$Bucket int int com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData int int
      StackMap stack:
            aload 9 /* pbd */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData.list:Ljava/util/concurrent/atomic/AtomicIntegerArray;
            iload 11 /* i */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerArray.get:(I)I
            istore 12 /* v */
        start local 12 // int v
        17: .line 369
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iload 3 /* index */
            iinc 3 /* index */ 1
            iload 12 /* v */
            iastore
        18: .line 370
            iload 4 /* sum */
            iload 12 /* v */
            iadd
            istore 4 /* sum */
        end local 12 // int v
        19: .line 367
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 11 /* i */
            iload 10 /* length */
            if_icmplt 16
        end local 11 // int i
        end local 10 // int length
        end local 9 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData pbd
        end local 5 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket bd
        21: .line 364
            iinc 6 1
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] int int int top int int com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[]
      StackMap stack:
        22: iload 6
            iload 7
            if_icmplt 11
        23: .line 373
            aload 0 /* this */
            iload 3 /* index */
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
        24: .line 374
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            ifne 27
        25: .line 375
            aload 0 /* this */
            iconst_0
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.mean:I
        26: .line 376
            goto 28
        27: .line 377
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* sum */
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            idiv
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.mean:I
        28: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iconst_0
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            invokestatic java.util.Arrays.sort:([III)V
        29: .line 381
            return
        end local 4 // int sum
        end local 3 // int index
        end local 2 // int lengthFromBuckets
        end local 1 // com.netflix.hystrix.util.HystrixRollingPercentile$Bucket[] buckets
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   30     0               this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileSnapshot;
            0   30     1            buckets  [Lcom/netflix/hystrix/util/HystrixRollingPercentile$Bucket;
            2   30     2  lengthFromBuckets  I
            4    5     3                 bd  Lcom/netflix/hystrix/util/HystrixRollingPercentile$Bucket;
            9   30     3              index  I
           10   30     4                sum  I
           12   21     5                 bd  Lcom/netflix/hystrix/util/HystrixRollingPercentile$Bucket;
           13   21     9                pbd  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileBucketData;
           14   21    10             length  I
           15   21    11                  i  I
           17   19    12                  v  I
    MethodParameters:
         Name  Flags
      buckets  

  void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
        start local 1 // int[] data
         0: .line 383
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 384
            aload 0 /* this */
            aload 1 /* data */
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
         2: .line 385
            aload 0 /* this */
            aload 1 /* data */
            arraylength
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
         3: .line 387
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         4: .line 388
            aload 1 /* data */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot int[] int top int int int[]
      StackMap stack:
         5: aload 6
            iload 4
            iaload
            istore 3 /* v */
        start local 3 // int v
         6: .line 389
            iload 2 /* sum */
            iload 3 /* v */
            iadd
            istore 2 /* sum */
        end local 3 // int v
         7: .line 388
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 5
         9: .line 391
            aload 0 /* this */
            iload 2 /* sum */
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            idiv
            putfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.mean:I
        10: .line 393
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iconst_0
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            invokestatic java.util.Arrays.sort:([III)V
        11: .line 394
            return
        end local 2 // int sum
        end local 1 // int[] data
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileSnapshot;
            0   12     1  data  [I
            4   12     2   sum  I
            6    7     3     v  I
    MethodParameters:
      Name  Flags
      data  

  int getMean();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
         0: .line 397
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.mean:I
            ireturn
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileSnapshot;

  public int getPercentile(double);
    descriptor: (D)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
        start local 1 // double percentile
         0: .line 404
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            ifne 2
         1: .line 405
            iconst_0
            ireturn
         2: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* percentile */
            invokevirtual com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.computePercentile:(D)I
            ireturn
        end local 1 // double percentile
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileSnapshot;
            0    3     1  percentile  D
    MethodParameters:
            Name  Flags
      percentile  

  private int computePercentile(double);
    descriptor: (D)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
        start local 1 // double percent
         0: .line 419
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            ifgt 2
         1: .line 420
            iconst_0
            ireturn
         2: .line 421
      StackMap locals:
      StackMap stack:
            dload 1 /* percent */
            dconst_0
            dcmpg
            ifgt 4
         3: .line 422
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iconst_0
            iaload
            ireturn
         4: .line 423
      StackMap locals:
      StackMap stack:
            dload 1 /* percent */
            ldc 100.0
            dcmpl
            iflt 6
         5: .line 424
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            iconst_1
            isub
            iaload
            ireturn
         6: .line 428
      StackMap locals:
      StackMap stack:
            dload 1 /* percent */
            ldc 100.0
            ddiv
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            i2d
            dmul
            dstore 3 /* rank */
        start local 3 // double rank
         7: .line 431
            dload 3 /* rank */
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 5 /* iLow */
        start local 5 // int iLow
         8: .line 432
            dload 3 /* rank */
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 6 /* iHigh */
        start local 6 // int iHigh
         9: .line 433
            getstatic com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.$assertionsDisabled:Z
            ifne 11
            iload 5 /* iLow */
            iflt 10
            iload 5 /* iLow */
            i2d
            dload 3 /* rank */
            dcmpg
            ifgt 10
            dload 3 /* rank */
            iload 6 /* iHigh */
            i2d
            dcmpg
            ifgt 10
            iload 6 /* iHigh */
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            if_icmple 11
      StackMap locals: double int int
      StackMap stack:
        10: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 434
      StackMap locals:
      StackMap stack:
            getstatic com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.$assertionsDisabled:Z
            ifne 12
            iload 6 /* iHigh */
            iload 5 /* iLow */
            isub
            iconst_1
            if_icmple 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 435
      StackMap locals:
      StackMap stack:
            iload 6 /* iHigh */
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            if_icmplt 14
        13: .line 437
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.length:I
            iconst_1
            isub
            iaload
            ireturn
        14: .line 438
      StackMap locals:
      StackMap stack:
            iload 5 /* iLow */
            iload 6 /* iHigh */
            if_icmpne 16
        15: .line 439
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iload 5 /* iLow */
            iaload
            ireturn
        16: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iload 5 /* iLow */
            iaload
            i2d
            dload 3 /* rank */
            iload 5 /* iLow */
            i2d
            dsub
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iload 6 /* iHigh */
            iaload
            aload 0 /* this */
            getfield com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot.data:[I
            iload 5 /* iLow */
            iaload
            isub
            i2d
            dmul
            dadd
            d2i
            ireturn
        end local 6 // int iHigh
        end local 5 // int iLow
        end local 3 // double rank
        end local 1 // double percent
        end local 0 // com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/netflix/hystrix/util/HystrixRollingPercentile$PercentileSnapshot;
            0   17     1  percent  D
            7   17     3     rank  D
            8   17     5     iLow  I
            9   17     6    iHigh  I
    MethodParameters:
         Name  Flags
      percent  
}
SourceFile: "HystrixRollingPercentile.java"
NestHost: com.netflix.hystrix.util.HystrixRollingPercentile
InnerClasses:
  Bucket = com.netflix.hystrix.util.HystrixRollingPercentile$Bucket of com.netflix.hystrix.util.HystrixRollingPercentile
  PercentileBucketData = com.netflix.hystrix.util.HystrixRollingPercentile$PercentileBucketData of com.netflix.hystrix.util.HystrixRollingPercentile
  PercentileSnapshot = com.netflix.hystrix.util.HystrixRollingPercentile$PercentileSnapshot of com.netflix.hystrix.util.HystrixRollingPercentile