class sun.font.ExtendedTextSourceLabel extends sun.font.ExtendedTextLabel implements sun.font.Decoration$Label
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.ExtendedTextSourceLabel
  super_class: sun.font.ExtendedTextLabel
{
  sun.font.TextSource source;
    descriptor: Lsun/font/TextSource;
    flags: (0x0000) 

  private sun.font.Decoration decorator;
    descriptor: Lsun/font/Decoration;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Font font;
    descriptor: Ljava/awt/Font;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.geom.AffineTransform baseTX;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0002) ACC_PRIVATE

  private sun.font.CoreMetrics cm;
    descriptor: Lsun/font/CoreMetrics;
    flags: (0x0002) ACC_PRIVATE

  java.awt.geom.Rectangle2D lb;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0000) 

  java.awt.geom.Rectangle2D ab;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0000) 

  java.awt.geom.Rectangle2D vb;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0000) 

  java.awt.geom.Rectangle2D ib;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0000) 

  sun.font.StandardGlyphVector gv;
    descriptor: Lsun/font/StandardGlyphVector;
    flags: (0x0000) 

  float[] charinfo;
    descriptor: [F
    flags: (0x0000) 

  private static final int posx;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int posy;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int advx;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int advy;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int visx;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int visy;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int visw;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int vish;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final int numvals;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public void <init>(sun.font.TextSource, sun.font.Decoration);
    descriptor: (Lsun/font/TextSource;Lsun/font/Decoration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // sun.font.TextSource source
        start local 2 // sun.font.Decoration decorator
         0: .line 77
            aload 0 /* this */
            invokespecial sun.font.ExtendedTextLabel.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* source */
            putfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
         2: .line 79
            aload 0 /* this */
            aload 2 /* decorator */
            putfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
         3: .line 80
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.finishInit:()V
         4: .line 81
            return
        end local 2 // sun.font.Decoration decorator
        end local 1 // sun.font.TextSource source
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/font/ExtendedTextSourceLabel;
            0    5     1     source  Lsun/font/TextSource;
            0    5     2  decorator  Lsun/font/Decoration;
    MethodParameters:
           Name  Flags
      source     
      decorator  

  public void <init>(sun.font.TextSource, sun.font.ExtendedTextSourceLabel, int);
    descriptor: (Lsun/font/TextSource;Lsun/font/ExtendedTextSourceLabel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // sun.font.TextSource source
        start local 2 // sun.font.ExtendedTextSourceLabel oldLabel
        start local 3 // int offset
         0: .line 88
            aload 0 /* this */
            invokespecial sun.font.ExtendedTextLabel.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* source */
            putfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
         2: .line 91
            aload 0 /* this */
            aload 2 /* oldLabel */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            putfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
         3: .line 92
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.finishInit:()V
         4: .line 93
            return
        end local 3 // int offset
        end local 2 // sun.font.ExtendedTextSourceLabel oldLabel
        end local 1 // sun.font.TextSource source
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/font/ExtendedTextSourceLabel;
            0    5     1    source  Lsun/font/TextSource;
            0    5     2  oldLabel  Lsun/font/ExtendedTextSourceLabel;
            0    5     3    offset  I
    MethodParameters:
          Name  Flags
      source    
      oldLabel  
      offset    

  private void finishInit();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getFont:()Ljava/awt/Font;
            putfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
         1: .line 98
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.getAttributes:()Ljava/util/Map;
            astore 1 /* atts */
        start local 1 // java.util.Map atts
         2: .line 99
            aload 0 /* this */
            aload 1 /* atts */
            invokestatic sun.font.AttributeValues.getBaselineTransform:(Ljava/util/Map;)Ljava/awt/geom/AffineTransform;
            putfield sun.font.ExtendedTextSourceLabel.baseTX:Ljava/awt/geom/AffineTransform;
         3: .line 100
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.baseTX:Ljava/awt/geom/AffineTransform;
            ifnonnull 6
         4: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getCoreMetrics:()Lsun/font/CoreMetrics;
            putfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
         5: .line 102
            goto 14
         6: .line 103
      StackMap locals: java.util.Map
      StackMap stack:
            aload 1 /* atts */
            invokestatic sun.font.AttributeValues.getCharTransform:(Ljava/util/Map;)Ljava/awt/geom/AffineTransform;
            astore 2 /* charTX */
        start local 2 // java.awt.geom.AffineTransform charTX
         7: .line 104
            aload 2 /* charTX */
            ifnonnull 9
         8: .line 105
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            astore 2 /* charTX */
         9: .line 107
      StackMap locals: java.awt.geom.AffineTransform
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
            aload 2 /* charTX */
            invokevirtual java.awt.Font.deriveFont:(Ljava/awt/geom/AffineTransform;)Ljava/awt/Font;
            putfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
        10: .line 109
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
        11: .line 110
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            iadd
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getFRC:()Ljava/awt/font/FontRenderContext;
        12: .line 109
            invokevirtual java.awt.Font.getLineMetrics:([CIILjava/awt/font/FontRenderContext;)Ljava/awt/font/LineMetrics;
            astore 3 /* lm */
        start local 3 // java.awt.font.LineMetrics lm
        13: .line 111
            aload 0 /* this */
            aload 3 /* lm */
            invokestatic sun.font.CoreMetrics.get:(Ljava/awt/font/LineMetrics;)Lsun/font/CoreMetrics;
            putfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
        end local 3 // java.awt.font.LineMetrics lm
        end local 2 // java.awt.geom.AffineTransform charTX
        14: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Map atts
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/font/ExtendedTextSourceLabel;
            2   15     1    atts  Ljava/util/Map<Ljava/awt/font/TextAttribute;*>;
            7   14     2  charTX  Ljava/awt/geom/AffineTransform;
           13   14     3      lm  Ljava/awt/font/LineMetrics;

  public java.awt.geom.Rectangle2D getLogicalBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 119
            aload 0 /* this */
            fconst_0
            fconst_0
            invokevirtual sun.font.ExtendedTextSourceLabel.getLogicalBounds:(FF)Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public java.awt.geom.Rectangle2D getLogicalBounds(float, float);
    descriptor: (FF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 123
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            ifnonnull 2
         1: .line 124
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createLogicalBounds:()Ljava/awt/geom/Rectangle2D;
            putfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
         2: .line 126
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            fload 1 /* x */
            f2d
            dadd
            d2f
         3: .line 127
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            fload 2 /* y */
            f2d
            dadd
            d2f
         4: .line 128
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2f
         5: .line 129
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2f
         6: .line 126
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    7     1     x  F
            0    7     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public float getAdvance();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 133
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            ifnonnull 2
         1: .line 134
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createLogicalBounds:()Ljava/awt/geom/Rectangle2D;
            putfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.lb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2f
            freturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/ExtendedTextSourceLabel;

  public java.awt.geom.Rectangle2D getVisualBounds(float, float);
    descriptor: (FF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 140
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
            ifnonnull 2
         1: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            aload 0 /* this */
            invokevirtual sun.font.Decoration.getVisualBounds:(Lsun/font/Decoration$Label;)Ljava/awt/geom/Rectangle2D;
            putfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
         2: .line 143
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            fload 1 /* x */
            f2d
            dadd
            d2f
         3: .line 144
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            fload 2 /* y */
            f2d
            dadd
            d2f
         4: .line 145
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2f
         5: .line 146
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.vb:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2f
         6: .line 143
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    7     1     x  F
            0    7     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public java.awt.geom.Rectangle2D getAlignBounds(float, float);
    descriptor: (FF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 150
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
            ifnonnull 2
         1: .line 151
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createAlignBounds:()Ljava/awt/geom/Rectangle2D;
            putfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
         2: .line 153
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            fload 1 /* x */
            f2d
            dadd
            d2f
         3: .line 154
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            fload 2 /* y */
            f2d
            dadd
            d2f
         4: .line 155
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2f
         5: .line 156
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ab:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2f
         6: .line 153
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    7     1     x  F
            0    7     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public java.awt.geom.Rectangle2D getItalicBounds(float, float);
    descriptor: (FF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 161
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
            ifnonnull 2
         1: .line 162
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createItalicBounds:()Ljava/awt/geom/Rectangle2D;
            putfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
         2: .line 164
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            fload 1 /* x */
            f2d
            dadd
            d2f
         3: .line 165
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            fload 2 /* y */
            f2d
            dadd
            d2f
         4: .line 166
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2f
         5: .line 167
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.ib:Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2f
         6: .line 164
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    7     1     x  F
            0    7     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public java.awt.Rectangle getPixelBounds(java.awt.font.FontRenderContext, float, float);
    descriptor: (Ljava/awt/font/FontRenderContext;FF)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // java.awt.font.FontRenderContext frc
        start local 2 // float x
        start local 3 // float y
         0: .line 172
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            aload 1 /* frc */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual sun.font.StandardGlyphVector.getPixelBounds:(Ljava/awt/font/FontRenderContext;FF)Ljava/awt/Rectangle;
            areturn
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.awt.font.FontRenderContext frc
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    1     1   frc  Ljava/awt/font/FontRenderContext;
            0    1     2     x  F
            0    1     3     y  F
    MethodParameters:
      Name  Flags
      frc   
      x     
      y     

  public boolean isSimple();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 176
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            invokestatic sun.font.Decoration.getPlainDecoration:()Lsun/font/Decoration;
            if_acmpne 3
         1: .line 177
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.baseTX:Ljava/awt/geom/AffineTransform;
            ifnonnull 3
         2: .line 176
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/font/ExtendedTextSourceLabel;

  public java.awt.geom.AffineTransform getBaselineTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 181
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.baseTX:Ljava/awt/geom/AffineTransform;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public java.awt.Shape handleGetOutline(float, float);
    descriptor: (FF)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 185
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            fload 1 /* x */
            fload 2 /* y */
            invokevirtual sun.font.StandardGlyphVector.getOutline:(FF)Ljava/awt/Shape;
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    1     1     x  F
            0    1     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public java.awt.Shape getOutline(float, float);
    descriptor: (FF)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float x
        start local 2 // float y
         0: .line 189
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            aload 0 /* this */
            fload 1 /* x */
            fload 2 /* y */
            invokevirtual sun.font.Decoration.getOutline:(Lsun/font/Decoration$Label;FF)Ljava/awt/Shape;
            areturn
        end local 2 // float y
        end local 1 // float x
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    1     1     x  F
            0    1     2     y  F
    MethodParameters:
      Name  Flags
      x     
      y     

  public void handleDraw(java.awt.Graphics2D, float, float);
    descriptor: (Ljava/awt/Graphics2D;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // java.awt.Graphics2D g
        start local 2 // float x
        start local 3 // float y
         0: .line 193
            aload 1 /* g */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual java.awt.Graphics2D.drawGlyphVector:(Ljava/awt/font/GlyphVector;FF)V
         1: .line 194
            return
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.awt.Graphics2D g
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    2     1     g  Ljava/awt/Graphics2D;
            0    2     2     x  F
            0    2     3     y  F
    MethodParameters:
      Name  Flags
      g     
      x     
      y     

  public void draw(java.awt.Graphics2D, float, float);
    descriptor: (Ljava/awt/Graphics2D;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // java.awt.Graphics2D g
        start local 2 // float x
        start local 3 // float y
         0: .line 197
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            aload 0 /* this */
            aload 1 /* g */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual sun.font.Decoration.drawTextAndDecorations:(Lsun/font/Decoration$Label;Ljava/awt/Graphics2D;FF)V
         1: .line 198
            return
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.awt.Graphics2D g
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/ExtendedTextSourceLabel;
            0    2     1     g  Ljava/awt/Graphics2D;
            0    2     2     x  F
            0    2     3     y  F
    MethodParameters:
      Name  Flags
      g     
      x     
      y     

  protected java.awt.geom.Rectangle2D createLogicalBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 225
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            invokevirtual sun.font.StandardGlyphVector.getLogicalBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public java.awt.geom.Rectangle2D handleGetVisualBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 229
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            invokevirtual sun.font.StandardGlyphVector.getVisualBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  protected java.awt.geom.Rectangle2D createAlignBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 243
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 1 /* info */
        start local 1 // float[] info
         1: .line 245
            fconst_0
            fstore 2 /* al */
        start local 2 // float al
         2: .line 246
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ascent:F
            fneg
            fstore 3 /* at */
        start local 3 // float at
         3: .line 247
            fconst_0
            fstore 4 /* aw */
        start local 4 // float aw
         4: .line 248
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ascent:F
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.descent:F
            fadd
            fstore 5 /* ah */
        start local 5 // float ah
         5: .line 250
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.charinfo:[F
            ifnull 6
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.charinfo:[F
            arraylength
            ifne 7
         6: .line 251
      StackMap locals: sun.font.ExtendedTextSourceLabel float[] float float float float
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            fload 2 /* al */
            fload 3 /* at */
            fload 4 /* aw */
            fload 5 /* ah */
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
         7: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            bipush 8
            iand
            ifne 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 6 /* lineIsLTR */
        start local 6 // boolean lineIsLTR
        10: .line 255
            aload 1 /* info */
            arraylength
            bipush 8
            isub
            istore 7 /* rn */
        start local 7 // int rn
        11: .line 256
            iload 6 /* lineIsLTR */
            ifeq 15
        12: .line 257
            goto 14
        13: .line 258
      StackMap locals: int int
      StackMap stack:
            iinc 7 /* rn */ -8
        14: .line 257
      StackMap locals:
      StackMap stack:
            iload 7 /* rn */
            ifle 15
            aload 1 /* info */
            iload 7 /* rn */
            bipush 6
            iadd
            faload
            fconst_0
            fcmpl
            ifeq 13
        15: .line 262
      StackMap locals:
      StackMap stack:
            iload 7 /* rn */
            iflt 22
        16: .line 263
            iconst_0
            istore 8 /* ln */
        start local 8 // int ln
        17: .line 264
            goto 19
        18: .line 265
      StackMap locals: int
      StackMap stack:
            iinc 8 /* ln */ 8
        19: .line 264
      StackMap locals:
      StackMap stack:
            iload 8 /* ln */
            iload 7 /* rn */
            if_icmpge 20
            aload 1 /* info */
            iload 8 /* ln */
            iconst_2
            iadd
            faload
            fconst_0
            fcmpl
            ifeq 18
            iload 6 /* lineIsLTR */
            ifne 20
            aload 1 /* info */
            iload 8 /* ln */
            bipush 6
            iadd
            faload
            fconst_0
            fcmpl
            ifeq 18
        20: .line 268
      StackMap locals:
      StackMap stack:
            fconst_0
            aload 1 /* info */
            iload 8 /* ln */
            iconst_0
            iadd
            faload
            invokestatic java.lang.Math.max:(FF)F
            fstore 2 /* al */
        21: .line 269
            aload 1 /* info */
            iload 7 /* rn */
            iconst_0
            iadd
            faload
            aload 1 /* info */
            iload 7 /* rn */
            iconst_2
            iadd
            faload
            fadd
            fload 2 /* al */
            fsub
            fstore 4 /* aw */
        end local 8 // int ln
        22: .line 290
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            fload 2 /* al */
            fload 3 /* at */
            fload 4 /* aw */
            fload 5 /* ah */
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 7 // int rn
        end local 6 // boolean lineIsLTR
        end local 5 // float ah
        end local 4 // float aw
        end local 3 // float at
        end local 2 // float al
        end local 1 // float[] info
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lsun/font/ExtendedTextSourceLabel;
            1   23     1       info  [F
            2   23     2         al  F
            3   23     3         at  F
            4   23     4         aw  F
            5   23     5         ah  F
           10   23     6  lineIsLTR  Z
           11   23     7         rn  I
           17   22     8         ln  I

  public java.awt.geom.Rectangle2D createItalicBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 294
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.italicAngle:F
            fstore 1 /* ia */
        start local 1 // float ia
         1: .line 296
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getLogicalBounds:()Ljava/awt/geom/Rectangle2D;
            astore 2 /* lb */
        start local 2 // java.awt.geom.Rectangle2D lb
         2: .line 297
            aload 2 /* lb */
            invokevirtual java.awt.geom.Rectangle2D.getMinX:()D
            d2f
            fstore 3 /* l */
        start local 3 // float l
         3: .line 298
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ascent:F
            fneg
            fstore 4 /* t */
        start local 4 // float t
         4: .line 299
            aload 2 /* lb */
            invokevirtual java.awt.geom.Rectangle2D.getMaxX:()D
            d2f
            fstore 5 /* r */
        start local 5 // float r
         5: .line 300
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.descent:F
            fstore 6 /* b */
        start local 6 // float b
         6: .line 301
            fload 1 /* ia */
            fconst_0
            fcmpl
            ifeq 13
         7: .line 302
            fload 1 /* ia */
            fconst_0
            fcmpl
            ifle 11
         8: .line 303
            fload 3 /* l */
            fload 1 /* ia */
            fload 6 /* b */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ssOffset:F
            fsub
            fmul
            fsub
            fstore 3 /* l */
         9: .line 304
            fload 5 /* r */
            fload 1 /* ia */
            fload 4 /* t */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ssOffset:F
            fsub
            fmul
            fsub
            fstore 5 /* r */
        10: .line 305
            goto 13
        11: .line 306
      StackMap locals: sun.font.ExtendedTextSourceLabel float java.awt.geom.Rectangle2D float float float float
      StackMap stack:
            fload 3 /* l */
            fload 1 /* ia */
            fload 4 /* t */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ssOffset:F
            fsub
            fmul
            fsub
            fstore 3 /* l */
        12: .line 307
            fload 5 /* r */
            fload 1 /* ia */
            fload 6 /* b */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            getfield sun.font.CoreMetrics.ssOffset:F
            fsub
            fmul
            fsub
            fstore 5 /* r */
        13: .line 310
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            fload 3 /* l */
            fload 4 /* t */
            fload 5 /* r */
            fload 3 /* l */
            fsub
            fload 6 /* b */
            fload 4 /* t */
            fsub
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 6 // float b
        end local 5 // float r
        end local 4 // float t
        end local 3 // float l
        end local 2 // java.awt.geom.Rectangle2D lb
        end local 1 // float ia
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/font/ExtendedTextSourceLabel;
            1   14     1    ia  F
            2   14     2    lb  Ljava/awt/geom/Rectangle2D;
            3   14     3     l  F
            4   14     4     t  F
            5   14     5     r  F
            6   14     6     b  F

  private final sun.font.StandardGlyphVector getGV();
    descriptor: ()Lsun/font/StandardGlyphVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 314
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
            ifnonnull 2
         1: .line 315
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createGV:()Lsun/font/StandardGlyphVector;
            putfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/ExtendedTextSourceLabel;

  protected sun.font.StandardGlyphVector createGV();
    descriptor: ()Lsun/font/StandardGlyphVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=7, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 322
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getFRC:()Ljava/awt/font/FontRenderContext;
            astore 1 /* frc */
        start local 1 // java.awt.font.FontRenderContext frc
         1: .line 323
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            istore 2 /* flags */
        start local 2 // int flags
         2: .line 324
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            astore 3 /* context */
        start local 3 // char[] context
         3: .line 325
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            istore 4 /* start */
        start local 4 // int start
         4: .line 326
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            istore 5 /* length */
        start local 5 // int length
         5: .line 328
            aconst_null
            invokestatic sun.font.GlyphLayout.get:(Lsun/font/GlyphLayout$LayoutEngineFactory;)Lsun/font/GlyphLayout;
            astore 6 /* gl */
        start local 6 // sun.font.GlyphLayout gl
         6: .line 329
            aload 0 /* this */
            aload 6 /* gl */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.font:Ljava/awt/Font;
            aload 1 /* frc */
            aload 3 /* context */
            iload 4 /* start */
            iload 5 /* length */
            iload 2 /* flags */
            aconst_null
            invokevirtual sun.font.GlyphLayout.layout:(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;[CIIILsun/font/StandardGlyphVector;)Lsun/font/StandardGlyphVector;
            putfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
         7: .line 330
            aload 6 /* gl */
            invokestatic sun.font.GlyphLayout.done:(Lsun/font/GlyphLayout;)V
         8: .line 332
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
            areturn
        end local 6 // sun.font.GlyphLayout gl
        end local 5 // int length
        end local 4 // int start
        end local 3 // char[] context
        end local 2 // int flags
        end local 1 // java.awt.font.FontRenderContext frc
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/font/ExtendedTextSourceLabel;
            1    9     1      frc  Ljava/awt/font/FontRenderContext;
            2    9     2    flags  I
            3    9     3  context  [C
            4    9     4    start  I
            5    9     5   length  I
            6    9     6       gl  Lsun/font/GlyphLayout;

  public int getNumCharacters();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 348
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            ireturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public sun.font.CoreMetrics getCoreMetrics();
    descriptor: ()Lsun/font/CoreMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 352
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.cm:Lsun/font/CoreMetrics;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public float getCharX(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 356
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 357
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 2 /* charinfo */
        start local 2 // float[] charinfo
         2: .line 358
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            iconst_0
            iadd
            istore 3 /* idx */
        start local 3 // int idx
         3: .line 359
            aload 2 /* charinfo */
            ifnull 4
            iload 3 /* idx */
            aload 2 /* charinfo */
            arraylength
            if_icmplt 5
         4: .line 360
      StackMap locals: float[] int
      StackMap stack:
            fconst_0
            freturn
         5: .line 362
      StackMap locals:
      StackMap stack:
            aload 2 /* charinfo */
            iload 3 /* idx */
            faload
            freturn
        end local 3 // int idx
        end local 2 // float[] charinfo
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/font/ExtendedTextSourceLabel;
            0    6     1     index  I
            2    6     2  charinfo  [F
            3    6     3       idx  I
    MethodParameters:
       Name  Flags
      index  

  public float getCharY(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 367
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 368
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 2 /* charinfo */
        start local 2 // float[] charinfo
         2: .line 369
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            iconst_1
            iadd
            istore 3 /* idx */
        start local 3 // int idx
         3: .line 370
            aload 2 /* charinfo */
            ifnull 4
            iload 3 /* idx */
            aload 2 /* charinfo */
            arraylength
            if_icmplt 5
         4: .line 371
      StackMap locals: float[] int
      StackMap stack:
            fconst_0
            freturn
         5: .line 373
      StackMap locals:
      StackMap stack:
            aload 2 /* charinfo */
            iload 3 /* idx */
            faload
            freturn
        end local 3 // int idx
        end local 2 // float[] charinfo
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/font/ExtendedTextSourceLabel;
            0    6     1     index  I
            2    6     2  charinfo  [F
            3    6     3       idx  I
    MethodParameters:
       Name  Flags
      index  

  public float getCharAdvance(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 378
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 379
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 2 /* charinfo */
        start local 2 // float[] charinfo
         2: .line 380
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            iconst_2
            iadd
            istore 3 /* idx */
        start local 3 // int idx
         3: .line 381
            aload 2 /* charinfo */
            ifnull 4
            iload 3 /* idx */
            aload 2 /* charinfo */
            arraylength
            if_icmplt 5
         4: .line 382
      StackMap locals: float[] int
      StackMap stack:
            fconst_0
            freturn
         5: .line 384
      StackMap locals:
      StackMap stack:
            aload 2 /* charinfo */
            iload 3 /* idx */
            faload
            freturn
        end local 3 // int idx
        end local 2 // float[] charinfo
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/font/ExtendedTextSourceLabel;
            0    6     1     index  I
            2    6     2  charinfo  [F
            3    6     3       idx  I
    MethodParameters:
       Name  Flags
      index  

  public java.awt.geom.Rectangle2D handleGetCharVisualBounds(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 389
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 390
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 2 /* charinfo */
        start local 2 // float[] charinfo
         2: .line 391
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            istore 1 /* index */
         3: .line 392
            aload 2 /* charinfo */
            ifnull 4
            iload 1 /* index */
            bipush 7
            iadd
            aload 2 /* charinfo */
            arraylength
            if_icmplt 5
         4: .line 393
      StackMap locals: float[]
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:()V
            areturn
         5: .line 395
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
         6: .line 396
            aload 2 /* charinfo */
            iload 1 /* index */
            iconst_4
            iadd
            faload
         7: .line 397
            aload 2 /* charinfo */
            iload 1 /* index */
            iconst_5
            iadd
            faload
         8: .line 398
            aload 2 /* charinfo */
            iload 1 /* index */
            bipush 6
            iadd
            faload
         9: .line 399
            aload 2 /* charinfo */
            iload 1 /* index */
            bipush 7
            iadd
            faload
        10: .line 395
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:(FFFF)V
            areturn
        end local 2 // float[] charinfo
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/font/ExtendedTextSourceLabel;
            0   11     1     index  I
            2   11     2  charinfo  [F
    MethodParameters:
       Name  Flags
      index  

  public java.awt.geom.Rectangle2D getCharVisualBounds(int, float, float);
    descriptor: (IFF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
        start local 2 // float x
        start local 3 // float y
         0: .line 404
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.font.Decoration.getCharVisualBounds:(Lsun/font/Decoration$Label;I)Ljava/awt/geom/Rectangle2D;
            astore 4 /* bounds */
        start local 4 // java.awt.geom.Rectangle2D bounds
         1: .line 405
            fload 2 /* x */
            fconst_0
            fcmpl
            ifne 2
            fload 3 /* y */
            fconst_0
            fcmpl
            ifeq 7
         2: .line 406
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 4 /* bounds */
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            fload 2 /* x */
            f2d
            dadd
         3: .line 407
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            fload 3 /* y */
            f2d
            dadd
         4: .line 408
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
         5: .line 409
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
         6: .line 406
            invokevirtual java.awt.geom.Rectangle2D.setRect:(DDDD)V
         7: .line 411
      StackMap locals:
      StackMap stack:
            aload 4 /* bounds */
            areturn
        end local 4 // java.awt.geom.Rectangle2D bounds
        end local 3 // float y
        end local 2 // float x
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/font/ExtendedTextSourceLabel;
            0    8     1   index  I
            0    8     2       x  F
            0    8     3       y  F
            1    8     4  bounds  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
       Name  Flags
      index  
      x      
      y      

  private void validate(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 415
            iload 1 /* index */
            ifge 2
         1: .line 416
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " < 0"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 417
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            if_icmplt 4
         3: .line 418
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " < "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/font/ExtendedTextSourceLabel;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int logicalToVisual(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int logicalIndex
         0: .line 470
            aload 0 /* this */
            iload 1 /* logicalIndex */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 471
            aload 0 /* this */
            iload 1 /* logicalIndex */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            ireturn
        end local 1 // int logicalIndex
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/font/ExtendedTextSourceLabel;
            0    2     1  logicalIndex  I
    MethodParameters:
              Name  Flags
      logicalIndex  

  public int visualToLogical(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int visualIndex
         0: .line 475
            aload 0 /* this */
            iload 1 /* visualIndex */
            invokevirtual sun.font.ExtendedTextSourceLabel.validate:(I)V
         1: .line 476
            aload 0 /* this */
            iload 1 /* visualIndex */
            invokevirtual sun.font.ExtendedTextSourceLabel.v2l:(I)I
            ireturn
        end local 1 // int visualIndex
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/font/ExtendedTextSourceLabel;
            0    2     1  visualIndex  I
    MethodParameters:
             Name  Flags
      visualIndex  

  public int getLineBreakIndex(int, float);
    descriptor: (IF)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int start
        start local 2 // float width
         0: .line 480
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 3 /* charinfo */
        start local 3 // float[] charinfo
         1: .line 481
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            istore 4 /* length */
        start local 4 // int length
         2: .line 482
            iinc 1 /* start */ -1
         3: .line 483
            goto 9
         4: .line 484
      StackMap locals: float[] int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            iconst_2
            iadd
            istore 5 /* cidx */
        start local 5 // int cidx
         5: .line 485
            iload 5 /* cidx */
            aload 3 /* charinfo */
            arraylength
            if_icmplt 7
         6: .line 486
            goto 10
         7: .line 488
      StackMap locals: int
      StackMap stack:
            aload 3 /* charinfo */
            iload 5 /* cidx */
            faload
            fstore 6 /* adv */
        start local 6 // float adv
         8: .line 489
            fload 2 /* width */
            fload 6 /* adv */
            fsub
            fstore 2 /* width */
        end local 6 // float adv
        end local 5 // int cidx
         9: .line 483
      StackMap locals:
      StackMap stack:
            fload 2 /* width */
            fconst_0
            fcmpl
            iflt 10
            iinc 1 /* start */ 1
            iload 1 /* start */
            iload 4 /* length */
            if_icmplt 4
        10: .line 492
      StackMap locals:
      StackMap stack:
            iload 1 /* start */
            ireturn
        end local 4 // int length
        end local 3 // float[] charinfo
        end local 2 // float width
        end local 1 // int start
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lsun/font/ExtendedTextSourceLabel;
            0   11     1     start  I
            0   11     2     width  F
            1   11     3  charinfo  [F
            2   11     4    length  I
            5    9     5      cidx  I
            8    9     6       adv  F
    MethodParameters:
       Name  Flags
      start  
      width  

  public float getAdvanceBetween(int, int);
    descriptor: (II)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int start
        start local 2 // int limit
         0: .line 496
            fconst_0
            fstore 3 /* a */
        start local 3 // float a
         1: .line 498
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 4 /* charinfo */
        start local 4 // float[] charinfo
         2: .line 499
            iinc 1 /* start */ -1
         3: .line 500
            goto 8
         4: .line 501
      StackMap locals: float float[]
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            bipush 8
            imul
            iconst_2
            iadd
            istore 5 /* cidx */
        start local 5 // int cidx
         5: .line 502
            iload 5 /* cidx */
            aload 4 /* charinfo */
            arraylength
            if_icmplt 7
         6: .line 503
            goto 9
         7: .line 505
      StackMap locals: int
      StackMap stack:
            fload 3 /* a */
            aload 4 /* charinfo */
            iload 5 /* cidx */
            faload
            fadd
            fstore 3 /* a */
        end local 5 // int cidx
         8: .line 500
      StackMap locals:
      StackMap stack:
            iinc 1 /* start */ 1
            iload 1 /* start */
            iload 2 /* limit */
            if_icmplt 4
         9: .line 508
      StackMap locals:
      StackMap stack:
            fload 3 /* a */
            freturn
        end local 4 // float[] charinfo
        end local 3 // float a
        end local 2 // int limit
        end local 1 // int start
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lsun/font/ExtendedTextSourceLabel;
            0   10     1     start  I
            0   10     2     limit  I
            1   10     3         a  F
            2   10     4  charinfo  [F
            5    8     5      cidx  I
    MethodParameters:
       Name  Flags
      start  
      limit  

  public boolean caretAtOffsetIsValid(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int offset
         0: .line 520
            iload 1 /* offset */
            ifeq 1
            iload 1 /* offset */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            if_icmpne 2
         1: .line 521
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            iload 1 /* offset */
            iadd
            caload
            istore 2 /* c */
        start local 2 // char c
         3: .line 524
            iload 2 /* c */
            bipush 9
            if_icmpeq 4
            iload 2 /* c */
            bipush 10
            if_icmpeq 4
            iload 2 /* c */
            bipush 13
            if_icmpne 5
         4: .line 525
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         5: .line 527
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* offset */
            invokevirtual sun.font.ExtendedTextSourceLabel.l2v:(I)I
            istore 3 /* v */
        start local 3 // int v
         6: .line 537
            iload 3 /* v */
            bipush 8
            imul
            iconst_2
            iadd
            istore 4 /* idx */
        start local 4 // int idx
         7: .line 538
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 5 /* charinfo */
        start local 5 // float[] charinfo
         8: .line 539
            aload 5 /* charinfo */
            ifnull 9
            iload 4 /* idx */
            aload 5 /* charinfo */
            arraylength
            if_icmplt 10
         9: .line 540
      StackMap locals: int int float[]
      StackMap stack:
            iconst_0
            ireturn
        10: .line 542
      StackMap locals:
      StackMap stack:
            aload 5 /* charinfo */
            iload 4 /* idx */
            faload
            fconst_0
            fcmpl
            ifeq 11
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        11: iconst_0
            ireturn
        end local 5 // float[] charinfo
        end local 4 // int idx
        end local 3 // int v
        end local 2 // char c
        end local 1 // int offset
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lsun/font/ExtendedTextSourceLabel;
            0   12     1    offset  I
            3   12     2         c  C
            6   12     3         v  I
            7   12     4       idx  I
            8   12     5  charinfo  [F
    MethodParameters:
        Name  Flags
      offset  

  private final float[] getCharinfo();
    descriptor: ()[F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 547
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.charinfo:[F
            ifnonnull 2
         1: .line 548
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.createCharinfo:()[F
            putfield sun.font.ExtendedTextSourceLabel.charinfo:[F
         2: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.charinfo:[F
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/ExtendedTextSourceLabel;

  protected float[] createCharinfo();
    descriptor: ()[F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=30, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 619
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            astore 1 /* gv */
        start local 1 // sun.font.StandardGlyphVector gv
         1: .line 620
            aconst_null
            astore 2 /* glyphinfo */
        start local 2 // float[] glyphinfo
         2: .line 622
            aload 1 /* gv */
            invokevirtual sun.font.StandardGlyphVector.getGlyphInfo:()[F
            astore 2 /* glyphinfo */
         3: .line 623
            goto 6
         4: .line 624
      StackMap locals: sun.font.ExtendedTextSourceLabel sun.font.StandardGlyphVector float[]
      StackMap stack: java.lang.Exception
            pop
         5: .line 625
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         6: .line 634
      StackMap locals:
      StackMap stack:
            aload 1 /* gv */
            invokevirtual sun.font.StandardGlyphVector.getNumGlyphs:()I
            istore 3 /* numGlyphs */
        start local 3 // int numGlyphs
         7: .line 635
            iload 3 /* numGlyphs */
            ifne 9
         8: .line 636
            aload 2 /* glyphinfo */
            areturn
         9: .line 638
      StackMap locals: int
      StackMap stack:
            aload 1 /* gv */
            iconst_0
            iload 3 /* numGlyphs */
            aconst_null
            invokevirtual sun.font.StandardGlyphVector.getGlyphCharIndices:(II[I)[I
            astore 4 /* indices */
        start local 4 // int[] indices
        10: .line 640
            iconst_0
            istore 5 /* DEBUG */
        start local 5 // boolean DEBUG
        11: .line 641
            iload 5 /* DEBUG */
            ifeq 22
        12: .line 642
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "number of glyphs: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* numGlyphs */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        13: .line 643
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        14: goto 21
        15: .line 644
      StackMap locals: int[] int int
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "g: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        16: .line 645
            ldc ", x: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 6 /* i */
            bipush 8
            imul
            iconst_0
            iadd
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
        17: .line 646
            ldc ", a: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 6 /* i */
            bipush 8
            imul
            iconst_2
            iadd
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
        18: .line 647
            ldc ", n: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* indices */
            iload 6 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 644
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 643
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            iload 3 /* numGlyphs */
            if_icmplt 15
        end local 6 // int i
        22: .line 651
      StackMap locals:
      StackMap stack:
            aload 4 /* indices */
            iconst_0
            iaload
            istore 6 /* minIndex */
        start local 6 // int minIndex
        23: .line 652
            iload 6 /* minIndex */
            istore 7 /* maxIndex */
        start local 7 // int maxIndex
        24: .line 653
            iconst_0
            istore 8 /* nextMin */
        start local 8 // int nextMin
        25: .line 654
            iconst_0
            istore 9 /* cp */
        start local 9 // int cp
        26: .line 656
            iconst_0
            istore 10 /* gp */
        start local 10 // int gp
        27: .line 657
            iconst_0
            istore 11 /* gx */
        start local 11 // int gx
        28: .line 658
            iload 3 /* numGlyphs */
            istore 12 /* gxlimit */
        start local 12 // int gxlimit
        29: .line 659
            bipush 8
            istore 13 /* pdelta */
        start local 13 // int pdelta
        30: .line 660
            iconst_1
            istore 14 /* xdelta */
        start local 14 // int xdelta
        31: .line 662
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            iconst_1
            iand
            ifne 32
            iconst_1
            goto 33
      StackMap locals: sun.font.ExtendedTextSourceLabel sun.font.StandardGlyphVector float[] int int[] int int int int int int int int int int
      StackMap stack:
        32: iconst_0
      StackMap locals:
      StackMap stack: int
        33: istore 15 /* ltr */
        start local 15 // boolean ltr
        34: .line 663
            iload 15 /* ltr */
            ifne 44
        35: .line 664
            aload 4 /* indices */
            iload 3 /* numGlyphs */
            iconst_1
            isub
            iaload
            istore 6 /* minIndex */
        36: .line 665
            iload 6 /* minIndex */
            istore 7 /* maxIndex */
        37: .line 666
            iconst_0
            istore 8 /* nextMin */
        38: .line 667
            aload 2 /* glyphinfo */
            arraylength
            bipush 8
            isub
            istore 9 /* cp */
        39: .line 669
            aload 2 /* glyphinfo */
            arraylength
            bipush 8
            isub
            istore 10 /* gp */
        40: .line 670
            iload 3 /* numGlyphs */
            iconst_1
            isub
            istore 11 /* gx */
        41: .line 671
            iconst_m1
            istore 12 /* gxlimit */
        42: .line 672
            bipush -8
            istore 13 /* pdelta */
        43: .line 673
            iconst_m1
            istore 14 /* xdelta */
        44: .line 693
      StackMap locals: int
      StackMap stack:
            fconst_0
            fstore 16 /* cposl */
        start local 16 // float cposl
        45: fconst_0
            fstore 17 /* cposr */
        start local 17 // float cposr
        46: fconst_0
            fstore 18 /* cvisl */
        start local 18 // float cvisl
        47: fconst_0
            fstore 19 /* cvist */
        start local 19 // float cvist
        48: fconst_0
            fstore 20 /* cvisr */
        start local 20 // float cvisr
        49: fconst_0
            fstore 21 /* cvisb */
        start local 21 // float cvisb
        50: .line 694
            fconst_0
            fstore 22 /* baseline */
        start local 22 // float baseline
        51: .line 697
            iconst_0
            istore 23 /* mustCopy */
        start local 23 // boolean mustCopy
        52: .line 699
            goto 139
        53: .line 701
      StackMap locals: sun.font.ExtendedTextSourceLabel sun.font.StandardGlyphVector float[] int int[] int int int int int int int int int int int float float float float float float float int
      StackMap stack:
            iconst_0
            istore 24 /* haveCopy */
        start local 24 // boolean haveCopy
        54: .line 702
            iconst_0
            istore 25 /* clusterExtraGlyphs */
        start local 25 // int clusterExtraGlyphs
        55: .line 704
            aload 4 /* indices */
            iload 11 /* gx */
            iaload
            istore 6 /* minIndex */
        56: .line 705
            iload 6 /* minIndex */
            istore 7 /* maxIndex */
        57: .line 708
            iload 11 /* gx */
            iload 14 /* xdelta */
            iadd
            istore 11 /* gx */
        58: .line 709
            iload 10 /* gp */
            iload 13 /* pdelta */
            iadd
            istore 10 /* gp */
        59: .line 715
            goto 87
        60: .line 721
      StackMap locals: int int
      StackMap stack:
            iload 24 /* haveCopy */
            ifne 69
        61: .line 722
            iload 10 /* gp */
            iload 13 /* pdelta */
            isub
            istore 26 /* gps */
        start local 26 // int gps
        62: .line 724
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            iconst_0
            iadd
            faload
            fstore 16 /* cposl */
        63: .line 725
            fload 16 /* cposl */
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            iconst_2
            iadd
            faload
            fadd
            fstore 17 /* cposr */
        64: .line 726
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            iconst_4
            iadd
            faload
            fstore 18 /* cvisl */
        65: .line 727
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            iconst_5
            iadd
            faload
            fstore 19 /* cvist */
        66: .line 728
            fload 18 /* cvisl */
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            bipush 6
            iadd
            faload
            fadd
            fstore 20 /* cvisr */
        67: .line 729
            fload 19 /* cvist */
            aload 2 /* glyphinfo */
            iload 26 /* gps */
            bipush 7
            iadd
            faload
            fadd
            fstore 21 /* cvisb */
        68: .line 731
            iconst_1
            istore 24 /* haveCopy */
        end local 26 // int gps
        69: .line 735
      StackMap locals:
      StackMap stack:
            iinc 25 /* clusterExtraGlyphs */ 1
        70: .line 738
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            iconst_2
            iadd
            faload
            fstore 26 /* radvx */
        start local 26 // float radvx
        71: .line 739
            fload 26 /* radvx */
            fconst_0
            fcmpl
            ifeq 75
        72: .line 740
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            iconst_0
            iadd
            faload
            fstore 27 /* rposx */
        start local 27 // float rposx
        73: .line 741
            fload 16 /* cposl */
            fload 27 /* rposx */
            invokestatic java.lang.Math.min:(FF)F
            fstore 16 /* cposl */
        74: .line 742
            fload 17 /* cposr */
            fload 27 /* rposx */
            fload 26 /* radvx */
            fadd
            invokestatic java.lang.Math.max:(FF)F
            fstore 17 /* cposr */
        end local 27 // float rposx
        75: .line 746
      StackMap locals: float
      StackMap stack:
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            bipush 6
            iadd
            faload
            fstore 27 /* rvisw */
        start local 27 // float rvisw
        76: .line 747
            fload 27 /* rvisw */
            fconst_0
            fcmpl
            ifeq 83
        77: .line 748
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            iconst_4
            iadd
            faload
            fstore 28 /* rvisx */
        start local 28 // float rvisx
        78: .line 749
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            iconst_5
            iadd
            faload
            fstore 29 /* rvisy */
        start local 29 // float rvisy
        79: .line 750
            fload 18 /* cvisl */
            fload 28 /* rvisx */
            invokestatic java.lang.Math.min:(FF)F
            fstore 18 /* cvisl */
        80: .line 751
            fload 19 /* cvist */
            fload 29 /* rvisy */
            invokestatic java.lang.Math.min:(FF)F
            fstore 19 /* cvist */
        81: .line 752
            fload 20 /* cvisr */
            fload 28 /* rvisx */
            fload 27 /* rvisw */
            fadd
            invokestatic java.lang.Math.max:(FF)F
            fstore 20 /* cvisr */
        82: .line 753
            fload 21 /* cvisb */
            fload 29 /* rvisy */
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            bipush 7
            iadd
            faload
            fadd
            invokestatic java.lang.Math.max:(FF)F
            fstore 21 /* cvisb */
        end local 29 // float rvisy
        end local 28 // float rvisx
        83: .line 757
      StackMap locals: float
      StackMap stack:
            iload 6 /* minIndex */
            aload 4 /* indices */
            iload 11 /* gx */
            iaload
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* minIndex */
        84: .line 758
            iload 7 /* maxIndex */
            aload 4 /* indices */
            iload 11 /* gx */
            iaload
            invokestatic java.lang.Math.max:(II)I
            istore 7 /* maxIndex */
        85: .line 761
            iload 11 /* gx */
            iload 14 /* xdelta */
            iadd
            istore 11 /* gx */
        86: .line 762
            iload 10 /* gp */
            iload 13 /* pdelta */
            iadd
            istore 10 /* gp */
        end local 27 // float rvisw
        end local 26 // float radvx
        87: .line 715
      StackMap locals:
      StackMap stack:
            iload 11 /* gx */
            iload 12 /* gxlimit */
            if_icmpeq 93
        88: .line 716
            aload 2 /* glyphinfo */
            iload 10 /* gp */
            iconst_2
            iadd
            faload
            fconst_0
            fcmpl
            ifeq 60
        89: .line 717
            iload 6 /* minIndex */
            iload 8 /* nextMin */
            if_icmpne 60
        90: .line 718
            aload 4 /* indices */
            iload 11 /* gx */
            iaload
            iload 7 /* maxIndex */
            if_icmple 60
        91: .line 719
            iload 7 /* maxIndex */
            iload 6 /* minIndex */
            isub
            iload 25 /* clusterExtraGlyphs */
        92: .line 715
            if_icmpgt 60
        93: .line 766
      StackMap locals:
      StackMap stack:
            iload 5 /* DEBUG */
            ifeq 95
        94: .line 767
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "minIndex = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* minIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", maxIndex = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 7 /* maxIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        95: .line 770
      StackMap locals:
      StackMap stack:
            iload 7 /* maxIndex */
            iconst_1
            iadd
            istore 8 /* nextMin */
        96: .line 773
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_1
            iadd
            fload 22 /* baseline */
            fastore
        97: .line 774
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_3
            iadd
            fconst_0
            fastore
        98: .line 776
            iload 24 /* haveCopy */
            ifeq 130
        99: .line 778
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_0
            iadd
            fload 16 /* cposl */
            fastore
       100: .line 779
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_2
            iadd
            fload 17 /* cposr */
            fload 16 /* cposl */
            fsub
            fastore
       101: .line 780
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_4
            iadd
            fload 18 /* cvisl */
            fastore
       102: .line 781
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_5
            iadd
            fload 19 /* cvist */
            fastore
       103: .line 782
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 6
            iadd
            fload 20 /* cvisr */
            fload 18 /* cvisl */
            fsub
            fastore
       104: .line 783
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 7
            iadd
            fload 21 /* cvisb */
            fload 19 /* cvist */
            fsub
            fastore
       105: .line 788
            iload 7 /* maxIndex */
            iload 6 /* minIndex */
            isub
            iload 25 /* clusterExtraGlyphs */
            if_icmpge 107
       106: .line 789
            iconst_1
            istore 23 /* mustCopy */
       107: .line 795
      StackMap locals:
      StackMap stack:
            iload 6 /* minIndex */
            iload 7 /* maxIndex */
            if_icmpge 128
       108: .line 796
            iload 15 /* ltr */
            ifne 110
       109: .line 798
            fload 16 /* cposl */
            fstore 17 /* cposr */
       110: .line 800
      StackMap locals:
      StackMap stack:
            fload 20 /* cvisr */
            fload 18 /* cvisl */
            fsub
            fstore 20 /* cvisr */
       111: .line 801
            fload 21 /* cvisb */
            fload 19 /* cvist */
            fsub
            fstore 21 /* cvisb */
       112: .line 803
            iload 6 /* minIndex */
            istore 26 /* iMinIndex */
        start local 26 // int iMinIndex
       113: iload 9 /* cp */
            bipush 8
            idiv
            istore 27 /* icp */
        start local 27 // int icp
       114: .line 805
            goto 127
       115: .line 806
      StackMap locals: int int
      StackMap stack:
            iinc 6 /* minIndex */ 1
       116: .line 808
            iload 9 /* cp */
            iload 13 /* pdelta */
            iadd
            istore 9 /* cp */
       117: .line 810
            iload 9 /* cp */
            iflt 118
            iload 9 /* cp */
            aload 2 /* glyphinfo */
            arraylength
            if_icmplt 119
       118: .line 811
      StackMap locals:
      StackMap stack:
            iload 5 /* DEBUG */
            ifeq 119
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "minIndex = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 26 /* iMinIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", maxIndex = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 7 /* maxIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", cp = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 27 /* icp */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       119: .line 814
      StackMap locals:
      StackMap stack:
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_0
            iadd
            fload 17 /* cposr */
            fastore
       120: .line 815
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_1
            iadd
            fload 22 /* baseline */
            fastore
       121: .line 816
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_2
            iadd
            fconst_0
            fastore
       122: .line 817
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_3
            iadd
            fconst_0
            fastore
       123: .line 818
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_4
            iadd
            fload 18 /* cvisl */
            fastore
       124: .line 819
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_5
            iadd
            fload 19 /* cvist */
            fastore
       125: .line 820
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 6
            iadd
            fload 20 /* cvisr */
            fastore
       126: .line 821
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 7
            iadd
            fload 21 /* cvisb */
            fastore
       127: .line 805
      StackMap locals:
      StackMap stack:
            iload 6 /* minIndex */
            iload 7 /* maxIndex */
            if_icmplt 115
        end local 27 // int icp
        end local 26 // int iMinIndex
       128: .line 826
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 24 /* haveCopy */
       129: .line 827
            goto 138
      StackMap locals:
      StackMap stack:
       130: iload 23 /* mustCopy */
            ifeq 138
       131: .line 829
            iload 10 /* gp */
            iload 13 /* pdelta */
            isub
            istore 26 /* gpr */
        start local 26 // int gpr
       132: .line 831
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_0
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            iconst_0
            iadd
            faload
            fastore
       133: .line 832
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_2
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            iconst_2
            iadd
            faload
            fastore
       134: .line 833
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_4
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            iconst_4
            iadd
            faload
            fastore
       135: .line 834
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            iconst_5
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            iconst_5
            iadd
            faload
            fastore
       136: .line 835
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 6
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            bipush 6
            iadd
            faload
            fastore
       137: .line 836
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            bipush 7
            iadd
            aload 2 /* glyphinfo */
            iload 26 /* gpr */
            bipush 7
            iadd
            faload
            fastore
        end local 26 // int gpr
       138: .line 841
      StackMap locals:
      StackMap stack:
            iload 9 /* cp */
            iload 13 /* pdelta */
            iadd
            istore 9 /* cp */
        end local 25 // int clusterExtraGlyphs
        end local 24 // boolean haveCopy
       139: .line 699
      StackMap locals:
      StackMap stack:
            iload 11 /* gx */
            iload 12 /* gxlimit */
            if_icmpne 53
       140: .line 845
            iload 23 /* mustCopy */
            ifeq 143
            iload 15 /* ltr */
            ifne 143
       141: .line 848
            iload 9 /* cp */
            iload 13 /* pdelta */
            isub
            istore 9 /* cp */
       142: .line 849
            aload 2 /* glyphinfo */
            iload 9 /* cp */
            aload 2 /* glyphinfo */
            iconst_0
            aload 2 /* glyphinfo */
            arraylength
            iload 9 /* cp */
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
       143: .line 852
      StackMap locals:
      StackMap stack:
            iload 5 /* DEBUG */
            ifeq 161
       144: .line 853
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            astore 24 /* chars */
        start local 24 // char[] chars
       145: .line 854
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            istore 25 /* start */
        start local 25 // int start
       146: .line 855
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            istore 26 /* length */
        start local 26 // int length
       147: .line 856
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "char info for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 26 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " characters"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       148: .line 857
            iconst_0
            istore 27 /* i */
        start local 27 // int i
       149: goto 160
       150: .line 858
      StackMap locals: sun.font.ExtendedTextSourceLabel sun.font.StandardGlyphVector float[] int int[] int int int int int int int int int int int float float float float float float float int char[] int int int
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " ch: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 24 /* chars */
            iload 25 /* start */
            aload 0 /* this */
            iload 27 /* i */
            bipush 8
            idiv
            invokevirtual sun.font.ExtendedTextSourceLabel.v2l:(I)I
            iadd
            caload
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       151: .line 859
            ldc " x: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       152: .line 860
            ldc " y: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       153: .line 861
            ldc " xa: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       154: .line 862
            ldc " ya: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       155: .line 863
            ldc " l: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       156: .line 864
            ldc " t: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       157: .line 865
            ldc " w: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
       158: .line 866
            ldc " h: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* glyphinfo */
            iload 27 /* i */
            iinc 27 /* i */ 1
            faload
            invokevirtual java.lang.StringBuilder.append:(F)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       159: .line 858
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       160: .line 857
      StackMap locals:
      StackMap stack:
            iload 27 /* i */
            iload 26 /* length */
            bipush 8
            imul
            if_icmplt 150
        end local 27 // int i
        end local 26 // int length
        end local 25 // int start
        end local 24 // char[] chars
       161: .line 870
      StackMap locals: sun.font.ExtendedTextSourceLabel sun.font.StandardGlyphVector float[] int int[] int int int int int int int int int int int float float float float float float float int
      StackMap stack:
            aload 2 /* glyphinfo */
            areturn
        end local 23 // boolean mustCopy
        end local 22 // float baseline
        end local 21 // float cvisb
        end local 20 // float cvisr
        end local 19 // float cvist
        end local 18 // float cvisl
        end local 17 // float cposr
        end local 16 // float cposl
        end local 15 // boolean ltr
        end local 14 // int xdelta
        end local 13 // int pdelta
        end local 12 // int gxlimit
        end local 11 // int gx
        end local 10 // int gp
        end local 9 // int cp
        end local 8 // int nextMin
        end local 7 // int maxIndex
        end local 6 // int minIndex
        end local 5 // boolean DEBUG
        end local 4 // int[] indices
        end local 3 // int numGlyphs
        end local 2 // float[] glyphinfo
        end local 1 // sun.font.StandardGlyphVector gv
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0  162     0                this  Lsun/font/ExtendedTextSourceLabel;
            1  162     1                  gv  Lsun/font/StandardGlyphVector;
            2  162     2           glyphinfo  [F
            7  162     3           numGlyphs  I
           10  162     4             indices  [I
           11  162     5               DEBUG  Z
           14   22     6                   i  I
           23  162     6            minIndex  I
           24  162     7            maxIndex  I
           25  162     8             nextMin  I
           26  162     9                  cp  I
           27  162    10                  gp  I
           28  162    11                  gx  I
           29  162    12             gxlimit  I
           30  162    13              pdelta  I
           31  162    14              xdelta  I
           34  162    15                 ltr  Z
           45  162    16               cposl  F
           46  162    17               cposr  F
           47  162    18               cvisl  F
           48  162    19               cvist  F
           49  162    20               cvisr  F
           50  162    21               cvisb  F
           51  162    22            baseline  F
           52  162    23            mustCopy  Z
           54  139    24            haveCopy  Z
           55  139    25  clusterExtraGlyphs  I
           62   69    26                 gps  I
           71   87    26               radvx  F
           73   75    27               rposx  F
           76   87    27               rvisw  F
           78   83    28               rvisx  F
           79   83    29               rvisy  F
          113  128    26           iMinIndex  I
          114  128    27                 icp  I
          132  138    26                 gpr  I
          145  161    24               chars  [C
          146  161    25               start  I
          147  161    26              length  I
          149  161    27                   i  I
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception

  protected int l2v(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 879
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            iconst_1
            iand
            ifne 1
            iload 1 /* index */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            iconst_1
            isub
            iload 1 /* index */
            isub
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/font/ExtendedTextSourceLabel;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  protected int v2l(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int index
         0: .line 888
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            iconst_1
            iand
            ifne 1
            iload 1 /* index */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            iconst_1
            isub
            iload 1 /* index */
            isub
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/font/ExtendedTextSourceLabel;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public sun.font.TextLineComponent getSubset(int, int, int);
    descriptor: (III)Lsun/font/TextLineComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // int start
        start local 2 // int limit
        start local 3 // int dir
         0: .line 892
            new sun.font.ExtendedTextSourceLabel
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            iload 1 /* start */
            iload 2 /* limit */
            iload 1 /* start */
            isub
            iload 3 /* dir */
            invokevirtual sun.font.TextSource.getSubSource:(III)Lsun/font/TextSource;
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            invokespecial sun.font.ExtendedTextSourceLabel.<init>:(Lsun/font/TextSource;Lsun/font/Decoration;)V
            areturn
        end local 3 // int dir
        end local 2 // int limit
        end local 1 // int start
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/font/ExtendedTextSourceLabel;
            0    1     1  start  I
            0    1     2  limit  I
            0    1     3    dir  I
    MethodParameters:
       Name  Flags
      start  
      limit  
      dir    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 897
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            iconst_0
            invokevirtual sun.font.TextSource.toString:(Z)Ljava/lang/String;
            areturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public int getNumJustificationInfos();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextSourceLabel this
         0: .line 931
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            invokevirtual sun.font.StandardGlyphVector.getNumGlyphs:()I
            ireturn
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextSourceLabel;

  public void getJustificationInfos(java.awt.font.GlyphJustificationInfo[], int, int, int);
    descriptor: ([Ljava/awt/font/GlyphJustificationInfo;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=21, args_size=5
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // java.awt.font.GlyphJustificationInfo[] infos
        start local 2 // int infoStart
        start local 3 // int charStart
        start local 4 // int charLimit
         0: .line 941
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            astore 5 /* gv */
        start local 5 // sun.font.StandardGlyphVector gv
         1: .line 943
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            astore 6 /* charinfo */
        start local 6 // float[] charinfo
         2: .line 945
            aload 5 /* gv */
            invokevirtual sun.font.StandardGlyphVector.getFont:()Ljava/awt/Font;
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 7 /* size */
        start local 7 // float size
         3: .line 948
            new java.awt.font.GlyphJustificationInfo
            dup
            fconst_0
         4: .line 949
            iconst_0
            iconst_3
            fconst_0
            fconst_0
         5: .line 950
            iconst_0
            iconst_3
            fconst_0
            fconst_0
         6: .line 948
            invokespecial java.awt.font.GlyphJustificationInfo.<init>:(FZIFFZIFF)V
         7: .line 947
            astore 8 /* nullInfo */
        start local 8 // java.awt.font.GlyphJustificationInfo nullInfo
         8: .line 953
            new java.awt.font.GlyphJustificationInfo
            dup
            fload 7 /* size */
         9: .line 954
            iconst_1
            iconst_1
            fconst_0
            fload 7 /* size */
        10: .line 955
            iconst_1
            iconst_1
            fconst_0
            fload 7 /* size */
            ldc 4.0
            fdiv
        11: .line 953
            invokespecial java.awt.font.GlyphJustificationInfo.<init>:(FZIFFZIFF)V
        12: .line 952
            astore 9 /* spaceInfo */
        start local 9 // java.awt.font.GlyphJustificationInfo spaceInfo
        13: .line 958
            new java.awt.font.GlyphJustificationInfo
            dup
            fload 7 /* size */
        14: .line 959
            iconst_1
            iconst_2
            fload 7 /* size */
            fload 7 /* size */
        15: .line 960
            iconst_0
            iconst_3
            fconst_0
            fconst_0
        16: .line 958
            invokespecial java.awt.font.GlyphJustificationInfo.<init>:(FZIFFZIFF)V
        17: .line 957
            astore 10 /* kanjiInfo */
        start local 10 // java.awt.font.GlyphJustificationInfo kanjiInfo
        18: .line 962
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            astore 11 /* chars */
        start local 11 // char[] chars
        19: .line 963
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            istore 12 /* offset */
        start local 12 // int offset
        20: .line 967
            aload 5 /* gv */
            invokevirtual sun.font.StandardGlyphVector.getNumGlyphs:()I
            istore 13 /* numGlyphs */
        start local 13 // int numGlyphs
        21: .line 968
            iconst_0
            istore 14 /* minGlyph */
        start local 14 // int minGlyph
        22: .line 969
            iload 13 /* numGlyphs */
            istore 15 /* maxGlyph */
        start local 15 // int maxGlyph
        23: .line 970
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLayoutFlags:()I
            iconst_1
            iand
            ifne 24
            iconst_1
            goto 25
      StackMap locals: sun.font.ExtendedTextSourceLabel java.awt.font.GlyphJustificationInfo[] int int int sun.font.StandardGlyphVector float[] float java.awt.font.GlyphJustificationInfo java.awt.font.GlyphJustificationInfo java.awt.font.GlyphJustificationInfo char[] int int int int
      StackMap stack:
        24: iconst_0
      StackMap locals:
      StackMap stack: int
        25: istore 16 /* ltr */
        start local 16 // boolean ltr
        26: .line 971
            iload 3 /* charStart */
            ifne 27
            iload 4 /* charLimit */
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getLength:()I
            if_icmpeq 33
        27: .line 972
      StackMap locals: int
      StackMap stack:
            iload 16 /* ltr */
            ifeq 31
        28: .line 973
            iload 3 /* charStart */
            istore 14 /* minGlyph */
        29: .line 974
            iload 4 /* charLimit */
            istore 15 /* maxGlyph */
        30: .line 975
            goto 33
        31: .line 976
      StackMap locals:
      StackMap stack:
            iload 13 /* numGlyphs */
            iload 4 /* charLimit */
            isub
            istore 14 /* minGlyph */
        32: .line 977
            iload 13 /* numGlyphs */
            iload 3 /* charStart */
            isub
            istore 15 /* maxGlyph */
        33: .line 981
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 17 /* i */
        start local 17 // int i
        34: goto 54
        35: .line 982
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 18 /* info */
        start local 18 // java.awt.font.GlyphJustificationInfo info
        36: .line 983
            iload 17 /* i */
            iload 14 /* minGlyph */
            if_icmplt 52
            iload 17 /* i */
            iload 15 /* maxGlyph */
            if_icmpge 52
        37: .line 984
            aload 6 /* charinfo */
            iload 17 /* i */
            bipush 8
            imul
            iconst_2
            iadd
            faload
            fconst_0
            fcmpl
            ifne 40
        38: .line 985
            aload 8 /* nullInfo */
            astore 18 /* info */
        39: .line 986
            goto 52
        40: .line 987
      StackMap locals: java.awt.font.GlyphJustificationInfo
      StackMap stack:
            aload 0 /* this */
            iload 17 /* i */
            invokevirtual sun.font.ExtendedTextSourceLabel.v2l:(I)I
            istore 19 /* ci */
        start local 19 // int ci
        41: .line 988
            aload 11 /* chars */
            iload 12 /* offset */
            iload 19 /* ci */
            iadd
            caload
            istore 20 /* c */
        start local 20 // char c
        42: .line 989
            iload 20 /* c */
            invokestatic java.lang.Character.isWhitespace:(C)Z
            ifeq 45
        43: .line 990
            aload 9 /* spaceInfo */
            astore 18 /* info */
        44: .line 992
            goto 52
      StackMap locals: int int
      StackMap stack:
        45: iload 20 /* c */
            sipush 19968
            if_icmplt 47
        46: .line 993
            iload 20 /* c */
            ldc 40960
            if_icmplt 49
        47: .line 994
      StackMap locals:
      StackMap stack:
            iload 20 /* c */
            ldc 44032
            if_icmplt 48
            iload 20 /* c */
            ldc 55216
            if_icmplt 49
        48: .line 995
      StackMap locals:
      StackMap stack:
            iload 20 /* c */
            ldc 63744
            if_icmplt 51
            iload 20 /* c */
            ldc 64256
            if_icmpge 51
        49: .line 996
      StackMap locals:
      StackMap stack:
            aload 10 /* kanjiInfo */
            astore 18 /* info */
        50: .line 997
            goto 52
        51: .line 998
      StackMap locals:
      StackMap stack:
            aload 8 /* nullInfo */
            astore 18 /* info */
        end local 20 // char c
        end local 19 // int ci
        52: .line 1002
      StackMap locals:
      StackMap stack:
            aload 1 /* infos */
            iload 2 /* infoStart */
            iload 17 /* i */
            iadd
            aload 18 /* info */
            aastore
        end local 18 // java.awt.font.GlyphJustificationInfo info
        53: .line 981
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        54: iload 17 /* i */
            iload 13 /* numGlyphs */
            if_icmplt 35
        end local 17 // int i
        55: .line 1004
            return
        end local 16 // boolean ltr
        end local 15 // int maxGlyph
        end local 14 // int minGlyph
        end local 13 // int numGlyphs
        end local 12 // int offset
        end local 11 // char[] chars
        end local 10 // java.awt.font.GlyphJustificationInfo kanjiInfo
        end local 9 // java.awt.font.GlyphJustificationInfo spaceInfo
        end local 8 // java.awt.font.GlyphJustificationInfo nullInfo
        end local 7 // float size
        end local 6 // float[] charinfo
        end local 5 // sun.font.StandardGlyphVector gv
        end local 4 // int charLimit
        end local 3 // int charStart
        end local 2 // int infoStart
        end local 1 // java.awt.font.GlyphJustificationInfo[] infos
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   56     0       this  Lsun/font/ExtendedTextSourceLabel;
            0   56     1      infos  [Ljava/awt/font/GlyphJustificationInfo;
            0   56     2  infoStart  I
            0   56     3  charStart  I
            0   56     4  charLimit  I
            1   56     5         gv  Lsun/font/StandardGlyphVector;
            2   56     6   charinfo  [F
            3   56     7       size  F
            8   56     8   nullInfo  Ljava/awt/font/GlyphJustificationInfo;
           13   56     9  spaceInfo  Ljava/awt/font/GlyphJustificationInfo;
           18   56    10  kanjiInfo  Ljava/awt/font/GlyphJustificationInfo;
           19   56    11      chars  [C
           20   56    12     offset  I
           21   56    13  numGlyphs  I
           22   56    14   minGlyph  I
           23   56    15   maxGlyph  I
           26   56    16        ltr  Z
           34   55    17          i  I
           36   53    18       info  Ljava/awt/font/GlyphJustificationInfo;
           41   52    19         ci  I
           42   52    20          c  C
    MethodParameters:
           Name  Flags
      infos      
      infoStart  
      charStart  
      charLimit  

  public sun.font.TextLineComponent applyJustificationDeltas(float[], int, boolean[]);
    descriptor: ([FI[Z)Lsun/font/TextLineComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // sun.font.ExtendedTextSourceLabel this
        start local 1 // float[] deltas
        start local 2 // int deltaStart
        start local 3 // boolean[] flags
         0: .line 1011
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getCharinfo:()[F
            invokevirtual float[].clone:()Ljava/lang/Object;
            checkcast float[]
            astore 4 /* newCharinfo */
        start local 4 // float[] newCharinfo
         1: .line 1014
            aload 3 /* flags */
            iconst_0
            iconst_0
            bastore
         2: .line 1018
            aload 0 /* this */
            invokevirtual sun.font.ExtendedTextSourceLabel.getGV:()Lsun/font/StandardGlyphVector;
            invokevirtual sun.font.StandardGlyphVector.clone:()Ljava/lang/Object;
            checkcast sun.font.StandardGlyphVector
            astore 5 /* newgv */
        start local 5 // sun.font.StandardGlyphVector newgv
         3: .line 1019
            aload 5 /* newgv */
            aconst_null
            invokevirtual sun.font.StandardGlyphVector.getGlyphPositions:([F)[F
            astore 6 /* newPositions */
        start local 6 // float[] newPositions
         4: .line 1020
            aload 5 /* newgv */
            invokevirtual sun.font.StandardGlyphVector.getNumGlyphs:()I
            istore 7 /* numGlyphs */
        start local 7 // int numGlyphs
         5: .line 1035
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getChars:()[C
            astore 8 /* chars */
        start local 8 // char[] chars
         6: .line 1036
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            invokevirtual sun.font.TextSource.getStart:()I
            istore 9 /* offset */
        start local 9 // int offset
         7: .line 1042
            fconst_0
            fstore 10 /* deltaPos */
        start local 10 // float deltaPos
         8: .line 1043
            iconst_0
            istore 11 /* i */
        start local 11 // int i
         9: goto 24
        10: .line 1044
      StackMap locals: sun.font.ExtendedTextSourceLabel float[] int boolean[] float[] sun.font.StandardGlyphVector float[] int char[] int float int
      StackMap stack:
            aload 8 /* chars */
            iload 9 /* offset */
            aload 0 /* this */
            iload 11 /* i */
            invokevirtual sun.font.ExtendedTextSourceLabel.v2l:(I)I
            iadd
            caload
            invokestatic java.lang.Character.isWhitespace:(C)Z
            ifeq 18
        11: .line 1045
            aload 6 /* newPositions */
            iload 11 /* i */
            iconst_2
            imul
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        12: .line 1047
            aload 1 /* deltas */
            iload 2 /* deltaStart */
            iload 11 /* i */
            iconst_2
            imul
            iadd
            faload
            aload 1 /* deltas */
            iload 2 /* deltaStart */
            iload 11 /* i */
            iconst_2
            imul
            iadd
            iconst_1
            iadd
            faload
            fadd
            fstore 12 /* deltaAdv */
        start local 12 // float deltaAdv
        13: .line 1049
            aload 4 /* newCharinfo */
            iload 11 /* i */
            bipush 8
            imul
            iconst_0
            iadd
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        14: .line 1050
            aload 4 /* newCharinfo */
            iload 11 /* i */
            bipush 8
            imul
            iconst_4
            iadd
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        15: .line 1051
            aload 4 /* newCharinfo */
            iload 11 /* i */
            bipush 8
            imul
            iconst_2
            iadd
            dup2
            faload
            fload 12 /* deltaAdv */
            fadd
            fastore
        16: .line 1053
            fload 10 /* deltaPos */
            fload 12 /* deltaAdv */
            fadd
            fstore 10 /* deltaPos */
        end local 12 // float deltaAdv
        17: .line 1054
            goto 23
        18: .line 1055
      StackMap locals:
      StackMap stack:
            fload 10 /* deltaPos */
            aload 1 /* deltas */
            iload 2 /* deltaStart */
            iload 11 /* i */
            iconst_2
            imul
            iadd
            faload
            fadd
            fstore 10 /* deltaPos */
        19: .line 1057
            aload 6 /* newPositions */
            iload 11 /* i */
            iconst_2
            imul
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        20: .line 1058
            aload 4 /* newCharinfo */
            iload 11 /* i */
            bipush 8
            imul
            iconst_0
            iadd
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        21: .line 1059
            aload 4 /* newCharinfo */
            iload 11 /* i */
            bipush 8
            imul
            iconst_4
            iadd
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        22: .line 1061
            fload 10 /* deltaPos */
            aload 1 /* deltas */
            iload 2 /* deltaStart */
            iload 11 /* i */
            iconst_2
            imul
            iadd
            iconst_1
            iadd
            faload
            fadd
            fstore 10 /* deltaPos */
        23: .line 1043
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 11 /* i */
            iload 7 /* numGlyphs */
            if_icmplt 10
        end local 11 // int i
        25: .line 1064
            aload 6 /* newPositions */
            iload 7 /* numGlyphs */
            iconst_2
            imul
            dup2
            faload
            fload 10 /* deltaPos */
            fadd
            fastore
        26: .line 1066
            aload 5 /* newgv */
            aload 6 /* newPositions */
            invokevirtual sun.font.StandardGlyphVector.setGlyphPositions:([F)V
        27: .line 1076
            new sun.font.ExtendedTextSourceLabel
            dup
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.source:Lsun/font/TextSource;
            aload 0 /* this */
            getfield sun.font.ExtendedTextSourceLabel.decorator:Lsun/font/Decoration;
            invokespecial sun.font.ExtendedTextSourceLabel.<init>:(Lsun/font/TextSource;Lsun/font/Decoration;)V
            astore 11 /* result */
        start local 11 // sun.font.ExtendedTextSourceLabel result
        28: .line 1077
            aload 11 /* result */
            aload 5 /* newgv */
            putfield sun.font.ExtendedTextSourceLabel.gv:Lsun/font/StandardGlyphVector;
        29: .line 1078
            aload 11 /* result */
            aload 4 /* newCharinfo */
            putfield sun.font.ExtendedTextSourceLabel.charinfo:[F
        30: .line 1080
            aload 11 /* result */
            areturn
        end local 11 // sun.font.ExtendedTextSourceLabel result
        end local 10 // float deltaPos
        end local 9 // int offset
        end local 8 // char[] chars
        end local 7 // int numGlyphs
        end local 6 // float[] newPositions
        end local 5 // sun.font.StandardGlyphVector newgv
        end local 4 // float[] newCharinfo
        end local 3 // boolean[] flags
        end local 2 // int deltaStart
        end local 1 // float[] deltas
        end local 0 // sun.font.ExtendedTextSourceLabel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   31     0          this  Lsun/font/ExtendedTextSourceLabel;
            0   31     1        deltas  [F
            0   31     2    deltaStart  I
            0   31     3         flags  [Z
            1   31     4   newCharinfo  [F
            3   31     5         newgv  Lsun/font/StandardGlyphVector;
            4   31     6  newPositions  [F
            5   31     7     numGlyphs  I
            6   31     8         chars  [C
            7   31     9        offset  I
            8   31    10      deltaPos  F
            9   25    11             i  I
           13   17    12      deltaAdv  F
           28   31    11        result  Lsun/font/ExtendedTextSourceLabel;
    MethodParameters:
            Name  Flags
      deltas      
      deltaStart  
      flags       
}
SourceFile: "ExtendedTextSourceLabel.java"
InnerClasses:
  public Float = java.awt.geom.Rectangle2D$Float of java.awt.geom.Rectangle2D
  public abstract Label = sun.font.Decoration$Label of sun.font.Decoration
  public abstract LayoutEngineFactory = sun.font.GlyphLayout$LayoutEngineFactory of sun.font.GlyphLayout