class org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot extends com.codahale.metrics.Snapshot
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot
  super_class: com.codahale.metrics.Snapshot
{
  private final long[] decayingBuckets;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir this$0;
    descriptor: Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 347
            ldc Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            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 org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir, org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir);
    descriptor: (Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
        start local 2 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir reservoir
         0: .line 352
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
         1: .line 351
            aload 0 /* this */
            invokespecial com.codahale.metrics.Snapshot.<init>:()V
         2: .line 353
            aload 2 /* reservoir */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.decayingBuckets:Ljava/util/concurrent/atomic/AtomicLongArray;
            invokevirtual java.util.concurrent.atomic.AtomicLongArray.length:()I
            istore 3 /* length */
        start local 3 // int length
         3: .line 354
            aload 1
            aload 1
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.clock:Lcom/codahale/metrics/Clock;
            invokevirtual com.codahale.metrics.Clock.getTime:()J
            invokevirtual org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.forwardDecayWeight:(J)D
            dstore 4 /* rescaleFactor */
        start local 4 // double rescaleFactor
         4: .line 356
            aload 0 /* this */
            iload 3 /* length */
            newarray 11
            putfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
         5: .line 358
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 9
         7: .line 359
      StackMap locals: org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir int double int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 6 /* i */
            aload 2 /* reservoir */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.decayingBuckets:Ljava/util/concurrent/atomic/AtomicLongArray;
            iload 6 /* i */
            invokevirtual java.util.concurrent.atomic.AtomicLongArray.get:(I)J
            l2d
            dload 4 /* rescaleFactor */
            ddiv
            invokestatic java.lang.Math.round:(D)J
            lastore
         8: .line 358
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* i */
            iload 3 /* length */
            if_icmplt 7
        end local 6 // int i
        10: .line 360
            return
        end local 4 // double rescaleFactor
        end local 3 // int length
        end local 2 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir reservoir
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            0   11     2      reservoir  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            3   11     3         length  I
            4   11     4  rescaleFactor  D
            6   10     6              i  I
    MethodParameters:
           Name  Flags
      this$0     final
      reservoir  

  public double getValue(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
        start local 1 // double quantile
         0: .line 371
            getstatic org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.$assertionsDisabled:Z
            ifne 2
            dload 1 /* quantile */
            dconst_0
            dcmpl
            iflt 1
            dload 1 /* quantile */
            dconst_1
            dcmpg
            ifle 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            iconst_1
            isub
            istore 3 /* lastBucket */
        start local 3 // int lastBucket
         3: .line 375
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 3 /* lastBucket */
            laload
            lconst_0
            lcmp
            ifle 5
         4: .line 376
            new java.lang.IllegalStateException
            dup
            ldc "Unable to compute when histogram overflowed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 378
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.count:()J
            l2d
            dload 1 /* quantile */
            dmul
            invokestatic java.lang.Math.ceil:(D)D
            d2l
            lstore 4 /* qcount */
        start local 4 // long qcount
         6: .line 379
            lload 4 /* qcount */
            lconst_0
            lcmp
            ifne 8
         7: .line 380
            dconst_0
            dreturn
         8: .line 382
      StackMap locals: long
      StackMap stack:
            lconst_0
            lstore 6 /* elements */
        start local 6 // long elements
         9: .line 383
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        10: goto 15
        11: .line 385
      StackMap locals: long int
      StackMap stack:
            lload 6 /* elements */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 8 /* i */
            laload
            ladd
            lstore 6 /* elements */
        12: .line 386
            lload 6 /* elements */
            lload 4 /* qcount */
            lcmp
            iflt 14
        13: .line 387
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.bucketOffsets:[J
            iload 8 /* i */
            laload
            l2d
            dreturn
        14: .line 383
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 8 /* i */
            iload 3 /* lastBucket */
            if_icmplt 11
        end local 8 // int i
        16: .line 389
            dconst_0
            dreturn
        end local 6 // long elements
        end local 4 // long qcount
        end local 3 // int lastBucket
        end local 1 // double quantile
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            0   17     1    quantile  D
            3   17     3  lastBucket  I
            6   17     4      qcount  J
            9   17     6    elements  J
           10   16     8           i  I
    MethodParameters:
          Name  Flags
      quantile  

  public long[] getValues();
    descriptor: ()[J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 402
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.buckets:Ljava/util/concurrent/atomic/AtomicLongArray;
            invokevirtual java.util.concurrent.atomic.AtomicLongArray.length:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 404
            iload 1 /* length */
            newarray 11
            astore 2 /* values */
        start local 2 // long[] values
         2: .line 406
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 407
      StackMap locals: int long[] int
      StackMap stack:
            aload 2 /* values */
            iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.buckets:Ljava/util/concurrent/atomic/AtomicLongArray;
            iload 3 /* i */
            invokevirtual java.util.concurrent.atomic.AtomicLongArray.get:(I)J
            lastore
         5: .line 406
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* length */
            if_icmplt 4
        end local 3 // int i
         7: .line 409
            aload 2 /* values */
            areturn
        end local 2 // long[] values
        end local 1 // int length
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1    8     1  length  I
            2    8     2  values  [J
            3    7     3       i  I

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 421
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            ireturn
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;

  private long count();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 431
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 432
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 433
      StackMap locals: long int
      StackMap stack:
            lload 1 /* sum */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 3 /* i */
            laload
            ladd
            lstore 1 /* sum */
         4: .line 432
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 434
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1    7     1   sum  J
            2    6     3     i  I

  public long getMax();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 448
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            iconst_1
            isub
            istore 1 /* lastBucket */
        start local 1 // int lastBucket
         1: .line 450
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 1 /* lastBucket */
            laload
            lconst_0
            lcmp
            ifle 3
         2: .line 451
            ldc 9223372036854775807
            lreturn
         3: .line 453
      StackMap locals: int
      StackMap stack:
            iload 1 /* lastBucket */
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 455
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 2 /* i */
            laload
            lconst_0
            lcmp
            ifle 7
         6: .line 456
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.bucketOffsets:[J
            iload 2 /* i */
            laload
            lreturn
         7: .line 453
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            ifge 5
        end local 2 // int i
         9: .line 458
            lconst_0
            lreturn
        end local 1 // int lastBucket
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1   10     1  lastBucket  I
            4    9     2           i  I

  public double getMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 469
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            iconst_1
            isub
            istore 1 /* lastBucket */
        start local 1 // int lastBucket
         1: .line 471
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 1 /* lastBucket */
            laload
            lconst_0
            lcmp
            ifle 3
         2: .line 472
            new java.lang.IllegalStateException
            dup
            ldc "Unable to compute when histogram overflowed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 474
      StackMap locals: int
      StackMap stack:
            lconst_0
            lstore 2 /* elements */
        start local 2 // long elements
         4: .line 475
            lconst_0
            lstore 4 /* sum */
        start local 4 // long sum
         5: .line 476
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 11
         7: .line 478
      StackMap locals: long long int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 6 /* i */
            laload
            lstore 7 /* bCount */
        start local 7 // long bCount
         8: .line 479
            lload 2 /* elements */
            lload 7 /* bCount */
            ladd
            lstore 2 /* elements */
         9: .line 480
            lload 4 /* sum */
            lload 7 /* bCount */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.bucketOffsets:[J
            iload 6 /* i */
            laload
            lmul
            ladd
            lstore 4 /* sum */
        end local 7 // long bCount
        10: .line 476
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* i */
            iload 1 /* lastBucket */
            if_icmplt 7
        end local 6 // int i
        12: .line 483
            lload 4 /* sum */
            l2d
            lload 2 /* elements */
            l2d
            ddiv
            dreturn
        end local 4 // long sum
        end local 2 // long elements
        end local 1 // int lastBucket
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1   13     1  lastBucket  I
            4   13     2    elements  J
            5   13     4         sum  J
            6   12     6           i  I
            8   10     7      bCount  J

  public long getMin();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 496
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 7
         2: .line 498
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 1 /* i */
            laload
            lconst_0
            lcmp
            ifle 6
         3: .line 499
            iload 1 /* i */
            ifne 4
            lconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: lconst_1
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.bucketOffsets:[J
            iload 1 /* i */
            iconst_1
            isub
            laload
            ladd
      StackMap locals:
      StackMap stack: long
         5: lreturn
         6: .line 496
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            if_icmplt 2
        end local 1 // int i
         8: .line 501
            lconst_0
            lreturn
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1    8     1     i  I

  public double getStdDev();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
         0: .line 514
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            iconst_1
            isub
            istore 1 /* lastBucket */
        start local 1 // int lastBucket
         1: .line 516
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 1 /* lastBucket */
            laload
            lconst_0
            lcmp
            ifle 3
         2: .line 517
            new java.lang.IllegalStateException
            dup
            ldc "Unable to compute when histogram overflowed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 519
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.count:()J
            lstore 2 /* count */
        start local 2 // long count
         4: .line 521
            lload 2 /* count */
            lconst_1
            lcmp
            ifgt 6
         5: .line 523
            dconst_0
            dreturn
         6: .line 527
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.getMean:()D
            dstore 4 /* mean */
        start local 4 // double mean
         7: .line 528
            dconst_0
            dstore 6 /* sum */
        start local 6 // double sum
         8: .line 530
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         9: goto 14
        10: .line 532
      StackMap locals: double double int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.this$0:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.bucketOffsets:[J
            iload 8 /* i */
            laload
            lstore 9 /* value */
        start local 9 // long value
        11: .line 533
            lload 9 /* value */
            l2d
            dload 4 /* mean */
            dsub
            dstore 11 /* diff */
        start local 11 // double diff
        12: .line 534
            dload 6 /* sum */
            dload 11 /* diff */
            dload 11 /* diff */
            dmul
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 8 /* i */
            laload
            l2d
            dmul
            dadd
            dstore 6 /* sum */
        end local 11 // double diff
        end local 9 // long value
        13: .line 530
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 8 /* i */
            iload 1 /* lastBucket */
            if_icmplt 10
        end local 8 // int i
        15: .line 537
            dload 6 /* sum */
            lload 2 /* count */
            lconst_1
            lsub
            l2d
            ddiv
            invokestatic java.lang.Math.sqrt:(D)D
            dreturn
        end local 6 // double sum
        end local 4 // double mean
        end local 2 // long count
        end local 1 // int lastBucket
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            1   16     1  lastBucket  I
            4   16     2       count  J
            7   16     4        mean  D
            8   16     6         sum  D
            9   15     8           i  I
           11   13     9       value  J
           12   13    11        diff  D

  public void dump(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
        start local 1 // java.io.OutputStream output
         0: .line 543
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: new java.io.PrintWriter
            dup
            new java.io.OutputStreamWriter
            dup
            aload 1 /* output */
            getstatic org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.UTF_8:Ljava/nio/charset/Charset;
            invokespecial java.io.OutputStreamWriter.<init>:(Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;)V
            astore 4 /* out */
        start local 4 // java.io.PrintWriter out
         2: .line 545
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            arraylength
            istore 5 /* length */
        start local 5 // int length
         3: .line 547
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 549
      StackMap locals: org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot java.io.OutputStream java.lang.Throwable java.lang.Throwable java.io.PrintWriter int int
      StackMap stack:
            aload 4 /* out */
            ldc "%d%n"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot.decayingBuckets:[J
            iload 6 /* i */
            laload
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokevirtual java.io.PrintWriter.printf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/PrintWriter;
            pop
         6: .line 547
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 5 /* length */
            if_icmplt 5
        end local 6 // int i
        end local 5 // int length
         8: .line 551
            aload 4 /* out */
            ifnull 14
            aload 4 /* out */
            invokevirtual java.io.PrintWriter.close:()V
            goto 14
      StackMap locals: org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot java.io.OutputStream java.lang.Throwable java.lang.Throwable java.io.PrintWriter
      StackMap stack: java.lang.Throwable
         9: astore 2
            aload 4 /* out */
            ifnull 10
            aload 4 /* out */
            invokevirtual java.io.PrintWriter.close:()V
        end local 4 // java.io.PrintWriter out
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 3
            aload 2
            ifnonnull 12
            aload 3
            astore 2
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 2
            aload 3
            if_acmpeq 13
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 2
            athrow
        14: .line 552
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.OutputStream output
        end local 0 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot;
            0   15     1  output  Ljava/io/OutputStream;
            2   10     4     out  Ljava/io/PrintWriter;
            3    8     5  length  I
            4    8     6       i  I
      Exception table:
        from    to  target  type
           2     8       9  any
           1    11      11  any
    MethodParameters:
        Name  Flags
      output  
}
SourceFile: "DecayingEstimatedHistogramReservoir.java"
NestHost: org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir
InnerClasses:
  private EstimatedHistogramReservoirSnapshot = org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir$EstimatedHistogramReservoirSnapshot of org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir