final class sun.java2d.marlin.DDasher$LengthIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.marlin.DDasher$LengthIterator
  super_class: java.lang.Object
{
  private final double[][] recCurveStack;
    descriptor: [[D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean[] sidesRight;
    descriptor: [Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private double nextT;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lenAtNextT;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastT;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lenAtLastT;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lenAtLastSplit;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastSegLen;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

  private boolean done;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final double[] curLeafCtrlPolyLengths;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final double[] nextRoots;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double[] flatLeafCoefCache;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 666
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 664
            aload 0 /* this */
            iconst_3
            newarray 7
            putfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
         2: .line 721
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
         3: .line 755
            aload 0 /* this */
            iconst_4
            newarray 7
            putfield sun.java2d.marlin.DDasher$LengthIterator.nextRoots:[D
         4: .line 761
            aload 0 /* this */
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            ldc -1.0
            dastore
            dup
            iconst_3
            dconst_0
            dastore
            putfield sun.java2d.marlin.DDasher$LengthIterator.flatLeafCoefCache:[D
         5: .line 667
            aload 0 /* this */
            bipush 17
            bipush 8
            multianewarray [[D 2
            putfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
         6: .line 668
            aload 0 /* this */
            bipush 16
            newarray 4
            putfield sun.java2d.marlin.DDasher$LengthIterator.sidesRight:[Z
         7: .line 671
            aload 0 /* this */
            ldc 1.7976931348623157E308
            putfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
         8: .line 672
            aload 0 /* this */
            ldc 1.7976931348623157E308
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
         9: .line 673
            aload 0 /* this */
            ldc 4.9E-324
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastSplit:D
        10: .line 674
            aload 0 /* this */
            ldc -2147483648
            putfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
        11: .line 675
            aload 0 /* this */
            ldc 1.7976931348623157E308
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastSegLen:D
        12: .line 676
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
        13: .line 677
            return
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 696
            return
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;

  void initializeIterationOnCurve(double[], int);
    descriptor: ([DI)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
        start local 1 // double[] pts
        start local 2 // int type
         0: .line 700
            aload 1 /* pts */
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            iconst_0
            aaload
            iconst_0
            bipush 8
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 701
            aload 0 /* this */
            iload 2 /* type */
            putfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
         2: .line 702
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
         3: .line 703
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastT:D
         4: .line 704
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastT:D
         5: .line 705
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
         6: .line 706
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
         7: .line 707
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.goLeft:()V
         8: .line 708
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastSplit:D
         9: .line 709
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            ifle 13
        10: .line 710
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.sidesRight:[Z
            iconst_0
            iconst_0
            bastore
        11: .line 711
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
        12: .line 712
            goto 15
        13: .line 714
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.sidesRight:[Z
            iconst_0
            iconst_1
            bastore
        14: .line 715
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
        15: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastSegLen:D
        16: .line 718
            return
        end local 2 // int type
        end local 1 // double[] pts
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;
            0   17     1   pts  [D
            0   17     2  type  I
    MethodParameters:
      Name  Flags
      pts   final
      type  final

  private boolean haveLowAcceleration(double);
    descriptor: (D)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
        start local 1 // double err
         0: .line 724
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_m1
            if_icmpne 15
         1: .line 725
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_0
            daload
            dstore 3 /* len1 */
        start local 3 // double len1
         2: .line 726
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_1
            daload
            dstore 5 /* len2 */
        start local 5 // double len2
         3: .line 730
            dload 3 /* len1 */
            dload 5 /* len2 */
            dload 1 /* err */
            dload 5 /* len2 */
            dmul
            invokestatic sun.java2d.marlin.DHelpers.within:(DDD)Z
            ifne 6
         4: .line 731
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
         5: .line 732
            iconst_0
            ireturn
         6: .line 734
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 13
         7: .line 735
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_2
            daload
            dstore 7 /* len3 */
        start local 7 // double len3
         8: .line 739
            dload 1 /* err */
            dload 7 /* len3 */
            dmul
            dstore 9 /* errLen3 */
        start local 9 // double errLen3
         9: .line 740
            dload 5 /* len2 */
            dload 7 /* len3 */
            dload 9 /* errLen3 */
            invokestatic sun.java2d.marlin.DHelpers.within:(DDD)Z
            ifeq 11
        10: .line 741
            dload 3 /* len1 */
            dload 7 /* len3 */
            dload 9 /* errLen3 */
            invokestatic sun.java2d.marlin.DHelpers.within:(DDD)Z
            ifne 13
        11: .line 742
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
        12: .line 743
            iconst_0
            ireturn
        end local 9 // double errLen3
        end local 7 // double len3
        13: .line 746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
        14: .line 747
            iconst_1
            ireturn
        end local 5 // double len2
        end local 3 // double len1
        15: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_1
            if_icmpne 16
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 1 // double err
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lsun/java2d/marlin/DDasher$LengthIterator;
            0   17     1      err  D
            2   15     3     len1  D
            3   15     5     len2  D
            8   13     7     len3  D
            9   13     9  errLen3  D
    MethodParameters:
      Name  Flags
      err   final

  double next(double);
    descriptor: (D)D
    flags: (0x0000) 
    Code:
      stack=14, locals=19, args_size=2
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
        start local 1 // double len
         0: .line 767
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastSplit:D
            dload 1 /* len */
            dadd
            dstore 3 /* targetLength */
        start local 3 // double targetLength
         1: .line 768
            goto 6
         2: .line 769
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
            ifeq 5
         3: .line 770
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastSplit:D
            dsub
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastSegLen:D
         4: .line 771
            dconst_1
            dreturn
         5: .line 773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.goToNextLeaf:()V
         6: .line 768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            dload 3 /* targetLength */
            dcmpg
            iflt 2
         7: .line 775
            aload 0 /* this */
            dload 3 /* targetLength */
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastSplit:D
         8: .line 776
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastT:D
            dsub
            dstore 5 /* leaflen */
        start local 5 // double leaflen
         9: .line 777
            dload 3 /* targetLength */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastT:D
            dsub
            dload 5 /* leaflen */
            ddiv
            dstore 7 /* t */
        start local 7 // double t
        10: .line 781
            aload 0 /* this */
            ldc 0.05
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.haveLowAcceleration:(D)Z
            ifne 34
        11: .line 786
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.flatLeafCoefCache:[D
            astore 9 /* _flatLeafCoefCache */
        start local 9 // double[] _flatLeafCoefCache
        12: .line 788
            aload 9 /* _flatLeafCoefCache */
            iconst_2
            daload
            dconst_0
            dcmpg
            ifge 27
        13: .line 789
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_0
            daload
            dstore 10 /* x */
        start local 10 // double x
        14: .line 790
            dload 10 /* x */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_1
            daload
            dadd
            dstore 12 /* y */
        start local 12 // double y
        15: .line 791
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 22
        16: .line 792
            dload 12 /* y */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iconst_2
            daload
            dadd
            dstore 14 /* z */
        start local 14 // double z
        17: .line 793
            aload 9 /* _flatLeafCoefCache */
            iconst_0
            ldc 3.0
            dload 10 /* x */
            dload 12 /* y */
            dsub
            dmul
            dload 14 /* z */
            dadd
            dastore
        18: .line 794
            aload 9 /* _flatLeafCoefCache */
            iconst_1
            ldc 3.0
            dload 12 /* y */
            ldc 2.0
            dload 10 /* x */
            dmul
            dsub
            dmul
            dastore
        19: .line 795
            aload 9 /* _flatLeafCoefCache */
            iconst_2
            ldc 3.0
            dload 10 /* x */
            dmul
            dastore
        20: .line 796
            aload 9 /* _flatLeafCoefCache */
            iconst_3
            dload 14 /* z */
            dneg
            dastore
        end local 14 // double z
        21: .line 797
            goto 27
      StackMap locals: sun.java2d.marlin.DDasher$LengthIterator double double double double double[] double double
      StackMap stack:
        22: aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
            bipush 6
            if_icmpne 27
        23: .line 798
            aload 9 /* _flatLeafCoefCache */
            iconst_0
            dconst_0
            dastore
        24: .line 799
            aload 9 /* _flatLeafCoefCache */
            iconst_1
            dload 12 /* y */
            ldc 2.0
            dload 10 /* x */
            dmul
            dsub
            dastore
        25: .line 800
            aload 9 /* _flatLeafCoefCache */
            iconst_2
            ldc 2.0
            dload 10 /* x */
            dmul
            dastore
        26: .line 801
            aload 9 /* _flatLeafCoefCache */
            iconst_3
            dload 12 /* y */
            dneg
            dastore
        end local 12 // double y
        end local 10 // double x
        27: .line 804
      StackMap locals:
      StackMap stack:
            aload 9 /* _flatLeafCoefCache */
            iconst_0
            daload
            dstore 10 /* a */
        start local 10 // double a
        28: .line 805
            aload 9 /* _flatLeafCoefCache */
            iconst_1
            daload
            dstore 12 /* b */
        start local 12 // double b
        29: .line 806
            aload 9 /* _flatLeafCoefCache */
            iconst_2
            daload
            dstore 14 /* c */
        start local 14 // double c
        30: .line 807
            dload 7 /* t */
            aload 9 /* _flatLeafCoefCache */
            iconst_3
            daload
            dmul
            dstore 16 /* d */
        start local 16 // double d
        31: .line 812
            dload 10 /* a */
            dload 12 /* b */
            dload 14 /* c */
            dload 16 /* d */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextRoots:[D
            iconst_0
            dconst_0
            dconst_1
            invokestatic sun.java2d.marlin.DHelpers.cubicRootsInAB:(DDDD[DIDD)I
            istore 18 /* n */
        start local 18 // int n
        32: .line 813
            iload 18 /* n */
            iconst_1
            if_icmpne 34
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextRoots:[D
            iconst_0
            daload
            invokestatic java.lang.Double.isNaN:(D)Z
            ifne 34
        33: .line 814
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextRoots:[D
            iconst_0
            daload
            dstore 7 /* t */
        end local 18 // int n
        end local 16 // double d
        end local 14 // double c
        end local 12 // double b
        end local 10 // double a
        end local 9 // double[] _flatLeafCoefCache
        34: .line 819
      StackMap locals:
      StackMap stack:
            dload 7 /* t */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lastT:D
            dsub
            dmul
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lastT:D
            dadd
            dstore 7 /* t */
        35: .line 820
            dload 7 /* t */
            dconst_1
            dcmpl
            iflt 38
        36: .line 821
            dconst_1
            dstore 7 /* t */
        37: .line 822
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
        38: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* len */
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastSegLen:D
        39: .line 830
            dload 7 /* t */
            dreturn
        end local 7 // double t
        end local 5 // double leaflen
        end local 3 // double targetLength
        end local 1 // double len
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   40     0                this  Lsun/java2d/marlin/DDasher$LengthIterator;
            0   40     1                 len  D
            1   40     3        targetLength  D
            9   40     5             leaflen  D
           10   40     7                   t  D
           12   34     9  _flatLeafCoefCache  [D
           14   27    10                   x  D
           15   27    12                   y  D
           17   21    14                   z  D
           28   34    10                   a  D
           29   34    12                   b  D
           30   34    14                   c  D
           31   34    16                   d  D
           32   34    18                   n  I
    MethodParameters:
      Name  Flags
      len   final

  double totalLength();
    descriptor: ()D
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 834
            goto 2
         1: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.goToNextLeaf:()V
         2: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
            ifeq 1
         3: .line 838
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.reset:()V
         4: .line 840
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            dreturn
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;

  double lastSegLen();
    descriptor: ()D
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 844
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lastSegLen:D
            dreturn
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;

  private void goToNextLeaf();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 852
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.sidesRight:[Z
            astore 1 /* _sides */
        start local 1 // boolean[] _sides
         1: .line 853
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            istore 2 /* _recLevel */
        start local 2 // int _recLevel
         2: .line 854
            iinc 2 /* _recLevel */ -1
         3: .line 856
            goto 9
         4: .line 857
      StackMap locals: boolean[] int
      StackMap stack:
            iload 2 /* _recLevel */
            ifne 8
         5: .line 858
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
         6: .line 859
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.DDasher$LengthIterator.done:Z
         7: .line 860
            return
         8: .line 862
      StackMap locals:
      StackMap stack:
            iinc 2 /* _recLevel */ -1
         9: .line 856
      StackMap locals:
      StackMap stack:
            aload 1 /* _sides */
            iload 2 /* _recLevel */
            baload
            ifne 4
        10: .line 865
            aload 1 /* _sides */
            iload 2 /* _recLevel */
            iconst_1
            bastore
        11: .line 867
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            iload 2 /* _recLevel */
            iinc 2 /* _recLevel */ 1
            aaload
            iconst_0
        12: .line 868
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            iload 2 /* _recLevel */
            aaload
            iconst_0
            bipush 8
        13: .line 867
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 869
            aload 0 /* this */
            iload 2 /* _recLevel */
            putfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
        15: .line 870
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.goLeft:()V
        16: .line 871
            return
        end local 2 // int _recLevel
        end local 1 // boolean[] _sides
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lsun/java2d/marlin/DDasher$LengthIterator;
            1   17     1     _sides  [Z
            2   17     2  _recLevel  I

  private void goLeft();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 875
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.onLeaf:()D
            dstore 1 /* len */
        start local 1 // double len
         1: .line 876
            dload 1 /* len */
            dconst_0
            dcmpl
            iflt 9
         2: .line 877
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
            putfield sun.java2d.marlin.DDasher$LengthIterator.lastT:D
         3: .line 878
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtLastT:D
         4: .line 879
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
            iconst_1
            bipush 16
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            isub
            ishl
            i2d
            ldc 1.52587890625E-5
            dmul
            dadd
            putfield sun.java2d.marlin.DDasher$LengthIterator.nextT:D
         5: .line 880
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
            dload 1 /* len */
            dadd
            putfield sun.java2d.marlin.DDasher$LengthIterator.lenAtNextT:D
         6: .line 882
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.flatLeafCoefCache:[D
            iconst_2
            ldc -1.0
            dastore
         7: .line 883
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.DDasher$LengthIterator.cachedHaveLowAcceleration:I
         8: .line 884
            goto 16
         9: .line 885
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            aaload
        10: .line 886
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            aaload
        11: .line 887
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            aaload
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
        12: .line 885
            invokestatic sun.java2d.marlin.DHelpers.subdivide:([D[D[DI)V
        13: .line 889
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.sidesRight:[Z
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            iconst_0
            bastore
        14: .line 890
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            putfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
        15: .line 891
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.DDasher$LengthIterator.goLeft:()V
        16: .line 893
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double len
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/java2d/marlin/DDasher$LengthIterator;
            1   17     1   len  D

  private double onLeaf();
    descriptor: ()D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=16, args_size=1
        start local 0 // sun.java2d.marlin.DDasher$LengthIterator this
         0: .line 898
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recCurveStack:[[D
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            aaload
            astore 1 /* curve */
        start local 1 // double[] curve
         1: .line 899
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curveType:I
            istore 2 /* _curveType */
        start local 2 // int _curveType
         2: .line 900
            dconst_0
            dstore 3 /* polyLen */
        start local 3 // double polyLen
         3: .line 902
            aload 1 /* curve */
            iconst_0
            daload
            dstore 5 /* x0 */
        start local 5 // double x0
         4: aload 1 /* curve */
            iconst_1
            daload
            dstore 7 /* y0 */
        start local 7 // double y0
         5: .line 903
            iconst_2
            istore 9 /* i */
        start local 9 // int i
         6: goto 15
         7: .line 904
      StackMap locals: sun.java2d.marlin.DDasher$LengthIterator double[] int double double double int
      StackMap stack:
            aload 1 /* curve */
            iload 9 /* i */
            daload
            dstore 10 /* x1 */
        start local 10 // double x1
         8: aload 1 /* curve */
            iload 9 /* i */
            iconst_1
            iadd
            daload
            dstore 12 /* y1 */
        start local 12 // double y1
         9: .line 905
            dload 5 /* x0 */
            dload 7 /* y0 */
            dload 10 /* x1 */
            dload 12 /* y1 */
            invokestatic sun.java2d.marlin.DHelpers.linelen:(DDDD)D
            dstore 14 /* len */
        start local 14 // double len
        10: .line 906
            dload 3 /* polyLen */
            dload 14 /* len */
            dadd
            dstore 3 /* polyLen */
        11: .line 907
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.curLeafCtrlPolyLengths:[D
            iload 9 /* i */
            iconst_1
            ishr
            iconst_1
            isub
            dload 14 /* len */
            dastore
        12: .line 908
            dload 10 /* x1 */
            dstore 5 /* x0 */
        13: .line 909
            dload 12 /* y1 */
            dstore 7 /* y0 */
        end local 14 // double len
        end local 12 // double y1
        end local 10 // double x1
        14: .line 903
            iinc 9 /* i */ 2
      StackMap locals:
      StackMap stack:
        15: iload 9 /* i */
            iload 2 /* _curveType */
            if_icmplt 7
        end local 9 // int i
        16: .line 912
            aload 1 /* curve */
            iconst_0
            daload
            aload 1 /* curve */
            iconst_1
            daload
            dload 5 /* x0 */
            dload 7 /* y0 */
            invokestatic sun.java2d.marlin.DHelpers.linelen:(DDDD)D
            dstore 9 /* lineLen */
        start local 9 // double lineLen
        17: .line 914
            dload 3 /* polyLen */
            dload 9 /* lineLen */
            dsub
            getstatic sun.java2d.marlin.DDasher.CURVE_LEN_ERR:D
            dcmpg
            iflt 18
            aload 0 /* this */
            getfield sun.java2d.marlin.DDasher$LengthIterator.recLevel:I
            bipush 16
            if_icmpne 19
        18: .line 915
      StackMap locals: sun.java2d.marlin.DDasher$LengthIterator double[] int double double double double
      StackMap stack:
            dload 3 /* polyLen */
            dload 9 /* lineLen */
            dadd
            ldc 2.0
            ddiv
            dreturn
        19: .line 917
      StackMap locals:
      StackMap stack:
            ldc -1.0
            dreturn
        end local 9 // double lineLen
        end local 7 // double y0
        end local 5 // double x0
        end local 3 // double polyLen
        end local 2 // int _curveType
        end local 1 // double[] curve
        end local 0 // sun.java2d.marlin.DDasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/java2d/marlin/DDasher$LengthIterator;
            1   20     1       curve  [D
            2   20     2  _curveType  I
            3   20     3     polyLen  D
            4   20     5          x0  D
            5   20     7          y0  D
            6   16     9           i  I
            8   14    10          x1  D
            9   14    12          y1  D
           10   14    14         len  D
           17   20     9     lineLen  D
}
SourceFile: "DDasher.java"
NestHost: sun.java2d.marlin.DDasher
InnerClasses:
  final LengthIterator = sun.java2d.marlin.DDasher$LengthIterator of sun.java2d.marlin.DDasher