final class sun.java2d.marlin.Dasher$LengthIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.marlin.Dasher$LengthIterator
  super_class: java.lang.Object
{
  private final float[][] recCurveStack;
    descriptor: [[F
    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 float nextT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtNextT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lastT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtLastT;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lenAtLastSplit;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float lastSegLen;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 667
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 665
            aload 0 /* this */
            iconst_3
            newarray 6
            putfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
         2: .line 722
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         3: .line 756
            aload 0 /* this */
            iconst_4
            newarray 6
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextRoots:[F
         4: .line 762
            aload 0 /* this */
            iconst_4
            newarray 6
            dup
            iconst_0
            fconst_0
            fastore
            dup
            iconst_1
            fconst_0
            fastore
            dup
            iconst_2
            ldc -1.0
            fastore
            dup
            iconst_3
            fconst_0
            fastore
            putfield sun.java2d.marlin.Dasher$LengthIterator.flatLeafCoefCache:[F
         5: .line 668
            aload 0 /* this */
            bipush 17
            bipush 8
            multianewarray [[F 2
            putfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
         6: .line 669
            aload 0 /* this */
            bipush 16
            newarray 4
            putfield sun.java2d.marlin.Dasher$LengthIterator.sidesRight:[Z
         7: .line 672
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
         8: .line 673
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
         9: .line 674
            aload 0 /* this */
            ldc 1.4E-45
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
        10: .line 675
            aload 0 /* this */
            ldc -2147483648
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
        11: .line 676
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
        12: .line 677
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        13: .line 678
            return
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/java2d/marlin/Dasher$LengthIterator;

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

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

  private boolean haveLowAcceleration(float);
    descriptor: (F)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
        start local 1 // float err
         0: .line 725
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_m1
            if_icmpne 15
         1: .line 726
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fstore 2 /* len1 */
        start local 2 // float len1
         2: .line 727
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_1
            faload
            fstore 3 /* len2 */
        start local 3 // float len2
         3: .line 731
            fload 2 /* len1 */
            fload 3 /* len2 */
            fload 1 /* err */
            fload 3 /* len2 */
            fmul
            invokestatic sun.java2d.marlin.Helpers.within:(FFF)Z
            ifne 6
         4: .line 732
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         5: .line 733
            iconst_0
            ireturn
         6: .line 735
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 13
         7: .line 736
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_2
            faload
            fstore 4 /* len3 */
        start local 4 // float len3
         8: .line 740
            fload 1 /* err */
            fload 4 /* len3 */
            fmul
            fstore 5 /* errLen3 */
        start local 5 // float errLen3
         9: .line 741
            fload 3 /* len2 */
            fload 4 /* len3 */
            fload 5 /* errLen3 */
            invokestatic sun.java2d.marlin.Helpers.within:(FFF)Z
            ifeq 11
        10: .line 742
            fload 2 /* len1 */
            fload 4 /* len3 */
            fload 5 /* errLen3 */
            invokestatic sun.java2d.marlin.Helpers.within:(FFF)Z
            ifne 13
        11: .line 743
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        12: .line 744
            iconst_0
            ireturn
        end local 5 // float errLen3
        end local 4 // float len3
        13: .line 747
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        14: .line 748
            iconst_1
            ireturn
        end local 3 // float len2
        end local 2 // float len1
        15: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_1
            if_icmpne 16
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        16: iconst_0
            ireturn
        end local 1 // float err
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lsun/java2d/marlin/Dasher$LengthIterator;
            0   17     1      err  F
            2   15     2     len1  F
            3   15     3     len2  F
            8   13     4     len3  F
            9   13     5  errLen3  F
    MethodParameters:
      Name  Flags
      err   final

  float next(float);
    descriptor: (F)F
    flags: (0x0000) 
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
        start local 1 // float len
         0: .line 768
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
            fload 1 /* len */
            fadd
            fstore 2 /* targetLength */
        start local 2 // float targetLength
         1: .line 769
            goto 6
         2: .line 770
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
            ifeq 5
         3: .line 771
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
            fsub
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
         4: .line 772
            fconst_1
            freturn
         5: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goToNextLeaf:()V
         6: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            fload 2 /* targetLength */
            fcmpg
            iflt 2
         7: .line 776
            aload 0 /* this */
            fload 2 /* targetLength */
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
         8: .line 777
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastT:F
            fsub
            fstore 3 /* leaflen */
        start local 3 // float leaflen
         9: .line 778
            fload 2 /* targetLength */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastT:F
            fsub
            fload 3 /* leaflen */
            fdiv
            fstore 4 /* t */
        start local 4 // float t
        10: .line 782
            aload 0 /* this */
            ldc 0.05
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.haveLowAcceleration:(F)Z
            ifne 34
        11: .line 787
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.flatLeafCoefCache:[F
            astore 5 /* _flatLeafCoefCache */
        start local 5 // float[] _flatLeafCoefCache
        12: .line 789
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            faload
            fconst_0
            fcmpg
            ifge 27
        13: .line 790
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fstore 6 /* x */
        start local 6 // float x
        14: .line 791
            fload 6 /* x */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_1
            faload
            fadd
            fstore 7 /* y */
        start local 7 // float y
        15: .line 792
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 22
        16: .line 793
            fload 7 /* y */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_2
            faload
            fadd
            fstore 8 /* z */
        start local 8 // float z
        17: .line 794
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            ldc 3.0
            fload 6 /* x */
            fload 7 /* y */
            fsub
            fmul
            fload 8 /* z */
            fadd
            fastore
        18: .line 795
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            ldc 3.0
            fload 7 /* y */
            fconst_2
            fload 6 /* x */
            fmul
            fsub
            fmul
            fastore
        19: .line 796
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            ldc 3.0
            fload 6 /* x */
            fmul
            fastore
        20: .line 797
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            fload 8 /* z */
            fneg
            fastore
        end local 8 // float z
        21: .line 798
            goto 27
      StackMap locals: sun.java2d.marlin.Dasher$LengthIterator float float float float float[] float float
      StackMap stack:
        22: aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            bipush 6
            if_icmpne 27
        23: .line 799
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            fconst_0
            fastore
        24: .line 800
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            fload 7 /* y */
            fconst_2
            fload 6 /* x */
            fmul
            fsub
            fastore
        25: .line 801
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            fconst_2
            fload 6 /* x */
            fmul
            fastore
        26: .line 802
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            fload 7 /* y */
            fneg
            fastore
        end local 7 // float y
        end local 6 // float x
        27: .line 805
      StackMap locals:
      StackMap stack:
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            faload
            fstore 6 /* a */
        start local 6 // float a
        28: .line 806
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            faload
            fstore 7 /* b */
        start local 7 // float b
        29: .line 807
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            faload
            fstore 8 /* c */
        start local 8 // float c
        30: .line 808
            fload 4 /* t */
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            faload
            fmul
            fstore 9 /* d */
        start local 9 // float d
        31: .line 813
            fload 6 /* a */
            fload 7 /* b */
            fload 8 /* c */
            fload 9 /* d */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            fconst_0
            fconst_1
            invokestatic sun.java2d.marlin.Helpers.cubicRootsInAB:(FFFF[FIFF)I
            istore 10 /* n */
        start local 10 // int n
        32: .line 814
            iload 10 /* n */
            iconst_1
            if_icmpne 34
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            faload
            invokestatic java.lang.Float.isNaN:(F)Z
            ifne 34
        33: .line 815
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextRoots:[F
            iconst_0
            faload
            fstore 4 /* t */
        end local 10 // int n
        end local 9 // float d
        end local 8 // float c
        end local 7 // float b
        end local 6 // float a
        end local 5 // float[] _flatLeafCoefCache
        34: .line 820
      StackMap locals:
      StackMap stack:
            fload 4 /* t */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lastT:F
            fsub
            fmul
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lastT:F
            fadd
            fstore 4 /* t */
        35: .line 821
            fload 4 /* t */
            fconst_1
            fcmpl
            iflt 38
        36: .line 822
            fconst_1
            fstore 4 /* t */
        37: .line 823
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        38: .line 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* len */
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
        39: .line 831
            fload 4 /* t */
            freturn
        end local 4 // float t
        end local 3 // float leaflen
        end local 2 // float targetLength
        end local 1 // float len
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   40     0                this  Lsun/java2d/marlin/Dasher$LengthIterator;
            0   40     1                 len  F
            1   40     2        targetLength  F
            9   40     3             leaflen  F
           10   40     4                   t  F
           12   34     5  _flatLeafCoefCache  [F
           14   27     6                   x  F
           15   27     7                   y  F
           17   21     8                   z  F
           28   34     6                   a  F
           29   34     7                   b  F
           30   34     8                   c  F
           31   34     9                   d  F
           32   34    10                   n  I
    MethodParameters:
      Name  Flags
      len   final

  float totalLength();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 835
            goto 2
         1: .line 836
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goToNextLeaf:()V
         2: .line 835
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
            ifeq 1
         3: .line 839
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.reset:()V
         4: .line 841
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            freturn
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/marlin/Dasher$LengthIterator;

  float lastSegLen();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 845
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
            freturn
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/marlin/Dasher$LengthIterator;

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

  private void goLeft();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 876
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.onLeaf:()F
            fstore 1 /* len */
        start local 1 // float len
         1: .line 877
            fload 1 /* len */
            fconst_0
            fcmpl
            iflt 9
         2: .line 878
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastT:F
         3: .line 879
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastT:F
         4: .line 880
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
            iconst_1
            bipush 16
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            isub
            ishl
            i2f
            ldc 1.5258789E-5
            fmul
            fadd
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
         5: .line 881
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            fload 1 /* len */
            fadd
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
         6: .line 883
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            ldc -1.0
            fastore
         7: .line 884
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         8: .line 885
            goto 16
         9: .line 886
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            aaload
        10: .line 887
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            aaload
        11: .line 888
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            aaload
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
        12: .line 886
            invokestatic sun.java2d.marlin.Helpers.subdivide:([F[F[FI)V
        13: .line 890
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.sidesRight:[Z
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            iconst_0
            bastore
        14: .line 891
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            iconst_1
            iadd
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
        15: .line 892
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goLeft:()V
        16: .line 894
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float len
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/java2d/marlin/Dasher$LengthIterator;
            1   17     1   len  F

  private float onLeaf();
    descriptor: ()F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 899
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            aaload
            astore 1 /* curve */
        start local 1 // float[] curve
         1: .line 900
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            istore 2 /* _curveType */
        start local 2 // int _curveType
         2: .line 901
            fconst_0
            fstore 3 /* polyLen */
        start local 3 // float polyLen
         3: .line 903
            aload 1 /* curve */
            iconst_0
            faload
            fstore 4 /* x0 */
        start local 4 // float x0
         4: aload 1 /* curve */
            iconst_1
            faload
            fstore 5 /* y0 */
        start local 5 // float y0
         5: .line 904
            iconst_2
            istore 6 /* i */
        start local 6 // int i
         6: goto 15
         7: .line 905
      StackMap locals: sun.java2d.marlin.Dasher$LengthIterator float[] int float float float int
      StackMap stack:
            aload 1 /* curve */
            iload 6 /* i */
            faload
            fstore 7 /* x1 */
        start local 7 // float x1
         8: aload 1 /* curve */
            iload 6 /* i */
            iconst_1
            iadd
            faload
            fstore 8 /* y1 */
        start local 8 // float y1
         9: .line 906
            fload 4 /* x0 */
            fload 5 /* y0 */
            fload 7 /* x1 */
            fload 8 /* y1 */
            invokestatic sun.java2d.marlin.Helpers.linelen:(FFFF)F
            fstore 9 /* len */
        start local 9 // float len
        10: .line 907
            fload 3 /* polyLen */
            fload 9 /* len */
            fadd
            fstore 3 /* polyLen */
        11: .line 908
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iload 6 /* i */
            iconst_1
            ishr
            iconst_1
            isub
            fload 9 /* len */
            fastore
        12: .line 909
            fload 7 /* x1 */
            fstore 4 /* x0 */
        13: .line 910
            fload 8 /* y1 */
            fstore 5 /* y0 */
        end local 9 // float len
        end local 8 // float y1
        end local 7 // float x1
        14: .line 904
            iinc 6 /* i */ 2
      StackMap locals:
      StackMap stack:
        15: iload 6 /* i */
            iload 2 /* _curveType */
            if_icmplt 7
        end local 6 // int i
        16: .line 913
            aload 1 /* curve */
            iconst_0
            faload
            aload 1 /* curve */
            iconst_1
            faload
            fload 4 /* x0 */
            fload 5 /* y0 */
            invokestatic sun.java2d.marlin.Helpers.linelen:(FFFF)F
            fstore 6 /* lineLen */
        start local 6 // float lineLen
        17: .line 915
            fload 3 /* polyLen */
            fload 6 /* lineLen */
            fsub
            getstatic sun.java2d.marlin.Dasher.CURVE_LEN_ERR:F
            fcmpg
            iflt 18
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            bipush 16
            if_icmpne 19
        18: .line 916
      StackMap locals: sun.java2d.marlin.Dasher$LengthIterator float[] int float float float float
      StackMap stack:
            fload 3 /* polyLen */
            fload 6 /* lineLen */
            fadd
            fconst_2
            fdiv
            freturn
        19: .line 918
      StackMap locals:
      StackMap stack:
            ldc -1.0
            freturn
        end local 6 // float lineLen
        end local 5 // float y0
        end local 4 // float x0
        end local 3 // float polyLen
        end local 2 // int _curveType
        end local 1 // float[] curve
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/java2d/marlin/Dasher$LengthIterator;
            1   20     1       curve  [F
            2   20     2  _curveType  I
            3   20     3     polyLen  F
            4   20     4          x0  F
            5   20     5          y0  F
            6   16     6           i  I
            8   14     7          x1  F
            9   14     8          y1  F
           10   14     9         len  F
           17   20     6     lineLen  F
}
SourceFile: "Dasher.java"
NestHost: sun.java2d.marlin.Dasher
InnerClasses:
  final LengthIterator = sun.java2d.marlin.Dasher$LengthIterator of sun.java2d.marlin.Dasher