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 sun.java2d.marlin.Dasher$LengthIterator$Side[] sides;
    descriptor: [Lsun/java2d/marlin/Dasher$LengthIterator$Side;
    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 405
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 403
            aload 0 /* this */
            iconst_3
            newarray 6
            putfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
         2: .line 460
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         3: .line 494
            aload 0 /* this */
            iconst_4
            newarray 6
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextRoots:[F
         4: .line 500
            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 406
            aload 0 /* this */
            iconst_5
            bipush 8
            multianewarray [[F 2
            putfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
         6: .line 407
            aload 0 /* this */
            iconst_4
            anewarray sun.java2d.marlin.Dasher$LengthIterator$Side
            putfield sun.java2d.marlin.Dasher$LengthIterator.sides:[Lsun/java2d/marlin/Dasher$LengthIterator$Side;
         7: .line 410
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
         8: .line 411
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
         9: .line 412
            aload 0 /* this */
            ldc 1.4E-45
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
        10: .line 413
            aload 0 /* this */
            ldc -2147483648
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
        11: .line 414
            aload 0 /* this */
            ldc 3.4028235E38
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
        12: .line 415
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        13: .line 416
            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 435
            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 439
            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 440
            aload 0 /* this */
            iload 2 /* type */
            putfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
         2: .line 441
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
         3: .line 442
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastT:F
         4: .line 443
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastT:F
         5: .line 444
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
         6: .line 445
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
         7: .line 446
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goLeft:()V
         8: .line 447
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
         9: .line 448
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            ifle 13
        10: .line 449
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.sides:[Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            iconst_0
            getstatic sun.java2d.marlin.Dasher$LengthIterator$Side.LEFT:Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            aastore
        11: .line 450
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        12: .line 451
            goto 15
        13: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.sides:[Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            iconst_0
            getstatic sun.java2d.marlin.Dasher$LengthIterator$Side.RIGHT:Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            aastore
        14: .line 454
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        15: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
        16: .line 457
            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   
      type  

  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 463
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
            iconst_m1
            if_icmpne 15
         1: .line 464
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fstore 2 /* len1 */
        start local 2 // float len1
         2: .line 465
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_1
            faload
            fstore 3 /* len2 */
        start local 3 // float len2
         3: .line 469
            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 470
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         5: .line 471
            iconst_0
            ireturn
         6: .line 473
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 13
         7: .line 474
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_2
            faload
            fstore 4 /* len3 */
        start local 4 // float len3
         8: .line 478
            fload 1 /* err */
            fload 4 /* len3 */
            fmul
            fstore 5 /* errLen3 */
        start local 5 // float errLen3
         9: .line 479
            fload 3 /* len2 */
            fload 4 /* len3 */
            fload 5 /* errLen3 */
            invokestatic sun.java2d.marlin.Helpers.within:(FFF)Z
            ifeq 11
        10: .line 480
            fload 2 /* len1 */
            fload 4 /* len3 */
            fload 5 /* errLen3 */
            invokestatic sun.java2d.marlin.Helpers.within:(FFF)Z
            ifne 13
        11: .line 481
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        12: .line 482
            iconst_0
            ireturn
        end local 5 // float errLen3
        end local 4 // float len3
        13: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
        14: .line 486
            iconst_1
            ireturn
        end local 3 // float len2
        end local 2 // float len1
        15: .line 489
      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   

  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 506
            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 507
            goto 6
         2: .line 508
      StackMap locals: float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
            ifeq 5
         3: .line 509
            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 510
            fconst_1
            freturn
         5: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goToNextLeaf:()V
         6: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            fload 2 /* targetLength */
            fcmpg
            iflt 2
         7: .line 514
            aload 0 /* this */
            fload 2 /* targetLength */
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastSplit:F
         8: .line 515
            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 516
            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 520
            aload 0 /* this */
            ldc 0.05
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.haveLowAcceleration:(F)Z
            ifne 34
        11: .line 525
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.flatLeafCoefCache:[F
            astore 5 /* _flatLeafCoefCache */
        start local 5 // float[] _flatLeafCoefCache
        12: .line 527
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            faload
            fconst_0
            fcmpg
            ifge 27
        13: .line 528
            fconst_0
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iconst_0
            faload
            fadd
            fstore 6 /* x */
        start local 6 // float x
        14: .line 529
            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 530
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            bipush 8
            if_icmpne 22
        16: .line 531
            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 532
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            ldc 3.0
            fload 6 /* x */
            fload 7 /* y */
            fsub
            fmul
            fload 8 /* z */
            fadd
            fastore
        18: .line 533
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            ldc 3.0
            fload 7 /* y */
            fconst_2
            fload 6 /* x */
            fmul
            fsub
            fmul
            fastore
        19: .line 534
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            ldc 3.0
            fload 6 /* x */
            fmul
            fastore
        20: .line 535
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            fload 8 /* z */
            fneg
            fastore
        end local 8 // float z
        21: .line 536
            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 537
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            fconst_0
            fastore
        24: .line 538
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            fload 7 /* y */
            fconst_2
            fload 6 /* x */
            fmul
            fsub
            fastore
        25: .line 539
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            fconst_2
            fload 6 /* x */
            fmul
            fastore
        26: .line 540
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            fload 7 /* y */
            fneg
            fastore
        end local 7 // float y
        end local 6 // float x
        27: .line 543
      StackMap locals:
      StackMap stack:
            aload 5 /* _flatLeafCoefCache */
            iconst_0
            faload
            fstore 6 /* a */
        start local 6 // float a
        28: .line 544
            aload 5 /* _flatLeafCoefCache */
            iconst_1
            faload
            fstore 7 /* b */
        start local 7 // float b
        29: .line 545
            aload 5 /* _flatLeafCoefCache */
            iconst_2
            faload
            fstore 8 /* c */
        start local 8 // float c
        30: .line 546
            fload 4 /* t */
            aload 5 /* _flatLeafCoefCache */
            iconst_3
            faload
            fmul
            fstore 9 /* d */
        start local 9 // float d
        31: .line 551
            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 552
            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 553
            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 558
      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 559
            fload 4 /* t */
            fconst_1
            fcmpl
            iflt 38
        36: .line 560
            fconst_1
            fstore 4 /* t */
        37: .line 561
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
        38: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 1 /* len */
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastSegLen:F
        39: .line 569
            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 lastSegLen();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 573
            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 581
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            istore 1 /* _recLevel */
        start local 1 // int _recLevel
         1: .line 582
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.sides:[Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            astore 2 /* _sides */
        start local 2 // sun.java2d.marlin.Dasher$LengthIterator$Side[] _sides
         2: .line 584
            iinc 1 /* _recLevel */ -1
         3: .line 585
            goto 9
         4: .line 586
      StackMap locals: int sun.java2d.marlin.Dasher$LengthIterator$Side[]
      StackMap stack:
            iload 1 /* _recLevel */
            ifne 8
         5: .line 587
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
         6: .line 588
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.marlin.Dasher$LengthIterator.done:Z
         7: .line 589
            return
         8: .line 591
      StackMap locals:
      StackMap stack:
            iinc 1 /* _recLevel */ -1
         9: .line 585
      StackMap locals:
      StackMap stack:
            aload 2 /* _sides */
            iload 1 /* _recLevel */
            aaload
            getstatic sun.java2d.marlin.Dasher$LengthIterator$Side.RIGHT:Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            if_acmpeq 4
        10: .line 594
            aload 2 /* _sides */
            iload 1 /* _recLevel */
            getstatic sun.java2d.marlin.Dasher$LengthIterator$Side.RIGHT:Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            aastore
        11: .line 596
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            iload 1 /* _recLevel */
            aaload
            iconst_0
        12: .line 597
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            iload 1 /* _recLevel */
            iconst_1
            iadd
            aaload
            iconst_0
            bipush 8
        13: .line 596
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 598
            iinc 1 /* _recLevel */ 1
        15: .line 600
            aload 0 /* this */
            iload 1 /* _recLevel */
            putfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
        16: .line 601
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goLeft:()V
        17: .line 602
            return
        end local 2 // sun.java2d.marlin.Dasher$LengthIterator$Side[] _sides
        end local 1 // int _recLevel
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/java2d/marlin/Dasher$LengthIterator;
            1   18     1  _recLevel  I
            2   18     2     _sides  [Lsun/java2d/marlin/Dasher$LengthIterator$Side;

  private void goLeft();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 606
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.onLeaf:()F
            fstore 1 /* len */
        start local 1 // float len
         1: .line 607
            fload 1 /* len */
            fconst_0
            fcmpl
            iflt 9
         2: .line 608
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
            putfield sun.java2d.marlin.Dasher$LengthIterator.lastT:F
         3: .line 609
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.lenAtNextT:F
            putfield sun.java2d.marlin.Dasher$LengthIterator.lenAtLastT:F
         4: .line 610
            aload 0 /* this */
            dup
            getfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
            iconst_1
            iconst_4
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            isub
            ishl
            i2f
            ldc 0.0625
            fmul
            fadd
            putfield sun.java2d.marlin.Dasher$LengthIterator.nextT:F
         5: .line 611
            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 613
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.flatLeafCoefCache:[F
            iconst_2
            ldc -1.0
            fastore
         7: .line 614
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.marlin.Dasher$LengthIterator.cachedHaveLowAcceleration:I
         8: .line 615
            goto 16
         9: .line 616
      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
            iconst_0
        10: .line 617
            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
            iconst_0
        11: .line 618
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recCurveStack:[[F
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            aaload
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
        12: .line 616
            invokestatic sun.java2d.marlin.Helpers.subdivide:([FI[FI[FII)V
        13: .line 619
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.sides:[Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            getstatic sun.java2d.marlin.Dasher$LengthIterator$Side.LEFT:Lsun/java2d/marlin/Dasher$LengthIterator$Side;
            aastore
        14: .line 620
            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 621
            aload 0 /* this */
            invokevirtual sun.java2d.marlin.Dasher$LengthIterator.goLeft:()V
        16: .line 623
      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=6, locals=9, args_size=1
        start local 0 // sun.java2d.marlin.Dasher$LengthIterator this
         0: .line 628
            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 629
            fconst_0
            fstore 2 /* polyLen */
        start local 2 // float polyLen
         2: .line 631
            aload 1 /* curve */
            iconst_0
            faload
            fstore 3 /* x0 */
        start local 3 // float x0
         3: aload 1 /* curve */
            iconst_1
            faload
            fstore 4 /* y0 */
        start local 4 // float y0
         4: .line 632
            iconst_2
            istore 5 /* i */
        start local 5 // int i
         5: goto 14
         6: .line 633
      StackMap locals: sun.java2d.marlin.Dasher$LengthIterator float[] float float float int
      StackMap stack:
            aload 1 /* curve */
            iload 5 /* i */
            faload
            fstore 6 /* x1 */
        start local 6 // float x1
         7: aload 1 /* curve */
            iload 5 /* i */
            iconst_1
            iadd
            faload
            fstore 7 /* y1 */
        start local 7 // float y1
         8: .line 634
            fload 3 /* x0 */
            fload 4 /* y0 */
            fload 6 /* x1 */
            fload 7 /* y1 */
            invokestatic sun.java2d.marlin.Helpers.linelen:(FFFF)F
            fstore 8 /* len */
        start local 8 // float len
         9: .line 635
            fload 2 /* polyLen */
            fload 8 /* len */
            fadd
            fstore 2 /* polyLen */
        10: .line 636
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curLeafCtrlPolyLengths:[F
            iload 5 /* i */
            iconst_2
            idiv
            iconst_1
            isub
            fload 8 /* len */
            fastore
        11: .line 637
            fload 6 /* x1 */
            fstore 3 /* x0 */
        12: .line 638
            fload 7 /* y1 */
            fstore 4 /* y0 */
        end local 8 // float len
        end local 7 // float y1
        end local 6 // float x1
        13: .line 632
            iinc 5 /* i */ 2
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            if_icmplt 6
        end local 5 // int i
        15: .line 641
            aload 1 /* curve */
            iconst_0
            faload
            aload 1 /* curve */
            iconst_1
            faload
        16: .line 642
            aload 1 /* curve */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            iconst_2
            isub
            faload
        17: .line 643
            aload 1 /* curve */
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.curveType:I
            iconst_1
            isub
            faload
        18: .line 641
            invokestatic sun.java2d.marlin.Helpers.linelen:(FFFF)F
            fstore 5 /* lineLen */
        start local 5 // float lineLen
        19: .line 644
            fload 2 /* polyLen */
            fload 5 /* lineLen */
            fsub
            ldc 0.01
            fcmpg
            iflt 20
            aload 0 /* this */
            getfield sun.java2d.marlin.Dasher$LengthIterator.recLevel:I
            iconst_4
            if_icmpne 21
        20: .line 645
      StackMap locals: sun.java2d.marlin.Dasher$LengthIterator float[] float float float float
      StackMap stack:
            fload 2 /* polyLen */
            fload 5 /* lineLen */
            fadd
            fconst_2
            fdiv
            freturn
        21: .line 647
      StackMap locals:
      StackMap stack:
            ldc -1.0
            freturn
        end local 5 // float lineLen
        end local 4 // float y0
        end local 3 // float x0
        end local 2 // float polyLen
        end local 1 // float[] curve
        end local 0 // sun.java2d.marlin.Dasher$LengthIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lsun/java2d/marlin/Dasher$LengthIterator;
            1   22     1    curve  [F
            2   22     2  polyLen  F
            3   22     3       x0  F
            4   22     4       y0  F
            5   15     5        i  I
            7   13     6       x1  F
            8   13     7       y1  F
            9   13     8      len  F
           19   22     5  lineLen  F
}
SourceFile: "Dasher.java"
NestHost: sun.java2d.marlin.Dasher
InnerClasses:
  final LengthIterator = sun.java2d.marlin.Dasher$LengthIterator of sun.java2d.marlin.Dasher
  private final Side = sun.java2d.marlin.Dasher$LengthIterator$Side of sun.java2d.marlin.Dasher$LengthIterator