public class sun.font.XRGlyphCacheEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.font.XRGlyphCacheEntry
  super_class: java.lang.Object
{
  long glyphInfoPtr;
    descriptor: J
    flags: (0x0000) 

  int lastUsed;
    descriptor: I
    flags: (0x0000) 

  boolean pinned;
    descriptor: Z
    flags: (0x0000) 

  int xOff;
    descriptor: I
    flags: (0x0000) 

  int yOff;
    descriptor: I
    flags: (0x0000) 

  int glyphSet;
    descriptor: I
    flags: (0x0000) 

  public void <init>(long, sun.font.GlyphList);
    descriptor: (JLsun/font/GlyphList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // long glyphInfoPtr
        start local 3 // sun.font.GlyphList gl
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            lload 1 /* glyphInfoPtr */
            putfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
         2: .line 51
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getXAdvance:()F
            invokestatic java.lang.Math.round:(F)I
            putfield sun.font.XRGlyphCacheEntry.xOff:I
         3: .line 52
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getYAdvance:()F
            invokestatic java.lang.Math.round:(F)I
            putfield sun.font.XRGlyphCacheEntry.yOff:I
         4: .line 53
            return
        end local 3 // sun.font.GlyphList gl
        end local 1 // long glyphInfoPtr
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lsun/font/XRGlyphCacheEntry;
            0    5     1  glyphInfoPtr  J
            0    5     3            gl  Lsun/font/GlyphList;
    MethodParameters:
              Name  Flags
      glyphInfoPtr  
      gl            

  public int getXOff();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 56
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.xOff:I
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public int getYOff();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 60
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.yOff:I
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public void setGlyphSet(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // int glyphSet
         0: .line 64
            aload 0 /* this */
            iload 1 /* glyphSet */
            putfield sun.font.XRGlyphCacheEntry.glyphSet:I
         1: .line 65
            return
        end local 1 // int glyphSet
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/font/XRGlyphCacheEntry;
            0    2     1  glyphSet  I
    MethodParameters:
          Name  Flags
      glyphSet  

  public int getGlyphSet();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 68
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphSet:I
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public static int getGlyphID(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long glyphInfoPtr
         0: .line 78
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 0 /* glyphInfoPtr */
         1: .line 79
            getstatic sun.font.StrikeCache.cacheCellOffset:I
            i2l
            ladd
         2: .line 78
            invokevirtual sun.misc.Unsafe.getAddress:(J)J
            l2i
            ireturn
        end local 0 // long glyphInfoPtr
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0  glyphInfoPtr  J
    MethodParameters:
              Name  Flags
      glyphInfoPtr  

  public static void setGlyphID(long, int);
    descriptor: (JI)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // long glyphInfoPtr
        start local 2 // int id
         0: .line 92
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 0 /* glyphInfoPtr */
         1: .line 93
            getstatic sun.font.StrikeCache.cacheCellOffset:I
            i2l
            ladd
            iload 2 /* id */
            i2l
         2: .line 92
            invokevirtual sun.misc.Unsafe.putAddress:(JJ)V
         3: .line 94
            return
        end local 2 // int id
        end local 0 // long glyphInfoPtr
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0  glyphInfoPtr  J
            0    4     2            id  I
    MethodParameters:
              Name  Flags
      glyphInfoPtr  
      id            

  public int getGlyphID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 97
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            invokestatic sun.font.XRGlyphCacheEntry.getGlyphID:(J)I
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public void setGlyphID(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // int id
         0: .line 101
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            iload 1 /* id */
            invokestatic sun.font.XRGlyphCacheEntry.setGlyphID:(JI)V
         1: .line 102
            return
        end local 1 // int id
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/XRGlyphCacheEntry;
            0    2     1    id  I
    MethodParameters:
      Name  Flags
      id    

  public float getXAdvance();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 105
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.xAdvanceOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            freturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public float getYAdvance();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 109
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.yAdvanceOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            freturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public int getSourceRowBytes();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 113
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.rowBytesOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 117
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.widthOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 121
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.heightOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getShort:(J)S
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public void writePixelData(java.io.ByteArrayOutputStream, boolean);
    descriptor: (Ljava/io/ByteArrayOutputStream;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=13, args_size=3
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // java.io.ByteArrayOutputStream os
        start local 2 // boolean uploadAsLCD
         0: .line 126
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
         1: .line 127
            getstatic sun.font.StrikeCache.pixelDataOffset:I
            i2l
            ladd
         2: .line 126
            invokevirtual sun.misc.Unsafe.getAddress:(J)J
         3: .line 125
            lstore 3 /* pixelDataAddress */
        start local 3 // long pixelDataAddress
         4: .line 128
            lload 3 /* pixelDataAddress */
            lconst_0
            lcmp
            ifne 6
         5: .line 129
            return
         6: .line 132
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            istore 5 /* width */
        start local 5 // int width
         7: .line 133
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getHeight:()I
            istore 6 /* height */
        start local 6 // int height
         8: .line 134
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getSourceRowBytes:()I
            istore 7 /* rowBytes */
        start local 7 // int rowBytes
         9: .line 135
            aload 0 /* this */
            iload 2 /* uploadAsLCD */
            invokevirtual sun.font.XRGlyphCacheEntry.getPaddedWidth:(Z)I
            istore 8 /* paddedWidth */
        start local 8 // int paddedWidth
        10: .line 137
            iload 2 /* uploadAsLCD */
            ifne 24
        11: .line 138
            iconst_0
            istore 9 /* line */
        start local 9 // int line
        12: goto 22
        13: .line 139
      StackMap locals: sun.font.XRGlyphCacheEntry java.io.ByteArrayOutputStream int long int int int int int
      StackMap stack:
            iconst_0
            istore 10 /* x */
        start local 10 // int x
        14: goto 20
        15: .line 140
      StackMap locals: int
      StackMap stack:
            iload 10 /* x */
            iload 5 /* width */
            if_icmpge 18
        16: .line 141
            aload 1 /* os */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            lload 3 /* pixelDataAddress */
            iload 9 /* line */
            iload 7 /* rowBytes */
            imul
            iload 10 /* x */
            iadd
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        17: .line 142
            goto 19
        18: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* os */
            iconst_0
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        19: .line 139
      StackMap locals:
      StackMap stack:
            iinc 10 /* x */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* x */
            iload 8 /* paddedWidth */
            if_icmplt 15
        end local 10 // int x
        21: .line 138
            iinc 9 /* line */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* line */
            iload 6 /* height */
            if_icmplt 13
        end local 9 // int line
        23: .line 148
            goto 44
        24: .line 149
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* line */
        start local 9 // int line
        25: goto 43
        26: .line 150
      StackMap locals: int
      StackMap stack:
            iload 9 /* line */
            iload 7 /* rowBytes */
            imul
            istore 10 /* rowStart */
        start local 10 // int rowStart
        27: .line 151
            iload 5 /* width */
            iconst_3
            imul
            istore 11 /* rowBytesWidth */
        start local 11 // int rowBytesWidth
        28: .line 152
            iconst_0
            istore 12 /* srcpix */
        start local 12 // int srcpix
        29: .line 153
            goto 41
        30: .line 154
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* os */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        31: .line 155
            lload 3 /* pixelDataAddress */
            iload 10 /* rowStart */
            iload 12 /* srcpix */
            iadd
            iconst_2
            iadd
            i2l
            ladd
        32: .line 154
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        33: .line 156
            aload 1 /* os */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        34: .line 157
            lload 3 /* pixelDataAddress */
            iload 10 /* rowStart */
            iload 12 /* srcpix */
            iadd
            iconst_1
            iadd
            i2l
            ladd
        35: .line 156
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        36: .line 158
            aload 1 /* os */
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
        37: .line 159
            lload 3 /* pixelDataAddress */
            iload 10 /* rowStart */
            iload 12 /* srcpix */
            iadd
            iconst_0
            iadd
            i2l
            ladd
        38: .line 158
            invokevirtual sun.misc.Unsafe.getByte:(J)B
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        39: .line 160
            aload 1 /* os */
            sipush 255
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        40: .line 161
            iinc 12 /* srcpix */ 3
        41: .line 153
      StackMap locals:
      StackMap stack:
            iload 12 /* srcpix */
            iload 11 /* rowBytesWidth */
            if_icmplt 30
        end local 12 // int srcpix
        end local 11 // int rowBytesWidth
        end local 10 // int rowStart
        42: .line 149
            iinc 9 /* line */ 1
      StackMap locals:
      StackMap stack:
        43: iload 9 /* line */
            iload 6 /* height */
            if_icmplt 26
        end local 9 // int line
        44: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int paddedWidth
        end local 7 // int rowBytes
        end local 6 // int height
        end local 5 // int width
        end local 3 // long pixelDataAddress
        end local 2 // boolean uploadAsLCD
        end local 1 // java.io.ByteArrayOutputStream os
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   45     0              this  Lsun/font/XRGlyphCacheEntry;
            0   45     1                os  Ljava/io/ByteArrayOutputStream;
            0   45     2       uploadAsLCD  Z
            4   45     3  pixelDataAddress  J
            7   45     5             width  I
            8   45     6            height  I
            9   45     7          rowBytes  I
           10   45     8       paddedWidth  I
           12   23     9              line  I
           14   21    10                 x  I
           25   44     9              line  I
           27   42    10          rowStart  I
           28   42    11     rowBytesWidth  I
           29   42    12            srcpix  I
    MethodParameters:
             Name  Flags
      os           
      uploadAsLCD  

  public float getTopLeftXOffset();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 168
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.topLeftXOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            freturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public float getTopLeftYOffset();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 172
            getstatic sun.font.StrikeCache.unsafe:Lsun/misc/Unsafe;
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            getstatic sun.font.StrikeCache.topLeftYOffset:I
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getFloat:(J)F
            freturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public long getGlyphInfoPtr();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 176
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.glyphInfoPtr:J
            lreturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public boolean isGrayscale(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // boolean listContainsLCDGlyphs
         0: .line 180
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getSourceRowBytes:()I
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            if_icmpne 2
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            ifne 1
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getHeight:()I
            ifne 1
            iload 1 /* listContainsLCDGlyphs */
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // boolean listContainsLCDGlyphs
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lsun/font/XRGlyphCacheEntry;
            0    3     1  listContainsLCDGlyphs  Z
    MethodParameters:
                       Name  Flags
      listContainsLCDGlyphs  

  public int getPaddedWidth(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // boolean listContainsLCDGlyphs
         0: .line 184
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            istore 2 /* width */
        start local 2 // int width
         1: .line 185
            aload 0 /* this */
            iload 1 /* listContainsLCDGlyphs */
            invokevirtual sun.font.XRGlyphCacheEntry.isGrayscale:(Z)Z
            ifeq 2
            iload 2 /* width */
            i2d
            ldc 4.0
            ddiv
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iconst_4
            imul
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iload 2 /* width */
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int width
        end local 1 // boolean listContainsLCDGlyphs
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lsun/font/XRGlyphCacheEntry;
            0    4     1  listContainsLCDGlyphs  Z
            1    4     2                  width  I
    MethodParameters:
                       Name  Flags
      listContainsLCDGlyphs  

  public int getDestinationRowBytes(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // boolean listContainsLCDGlyphs
         0: .line 189
            aload 0 /* this */
            iload 1 /* listContainsLCDGlyphs */
            invokevirtual sun.font.XRGlyphCacheEntry.isGrayscale:(Z)Z
            istore 2 /* grayscale */
        start local 2 // boolean grayscale
         1: .line 190
            iload 2 /* grayscale */
            ifeq 2
            aload 0 /* this */
            iload 2 /* grayscale */
            invokevirtual sun.font.XRGlyphCacheEntry.getPaddedWidth:(Z)I
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            iconst_4
            imul
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // boolean grayscale
        end local 1 // boolean listContainsLCDGlyphs
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lsun/font/XRGlyphCacheEntry;
            0    4     1  listContainsLCDGlyphs  Z
            1    4     2              grayscale  Z
    MethodParameters:
                       Name  Flags
      listContainsLCDGlyphs  

  public int getGlyphDataLenth(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // boolean listContainsLCDGlyphs
         0: .line 194
            aload 0 /* this */
            iload 1 /* listContainsLCDGlyphs */
            invokevirtual sun.font.XRGlyphCacheEntry.getDestinationRowBytes:(Z)I
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getHeight:()I
            imul
            ireturn
        end local 1 // boolean listContainsLCDGlyphs
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lsun/font/XRGlyphCacheEntry;
            0    1     1  listContainsLCDGlyphs  Z
    MethodParameters:
                       Name  Flags
      listContainsLCDGlyphs  

  public void setPinned();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 198
            aload 0 /* this */
            iconst_1
            putfield sun.font.XRGlyphCacheEntry.pinned:Z
         1: .line 199
            return
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/XRGlyphCacheEntry;

  public void setUnpinned();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 202
            aload 0 /* this */
            iconst_0
            putfield sun.font.XRGlyphCacheEntry.pinned:Z
         1: .line 203
            return
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/XRGlyphCacheEntry;

  public int getLastUsed();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 206
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.lastUsed:I
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public void setLastUsed(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCacheEntry this
        start local 1 // int lastUsed
         0: .line 210
            aload 0 /* this */
            iload 1 /* lastUsed */
            putfield sun.font.XRGlyphCacheEntry.lastUsed:I
         1: .line 211
            return
        end local 1 // int lastUsed
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/font/XRGlyphCacheEntry;
            0    2     1  lastUsed  I
    MethodParameters:
          Name  Flags
      lastUsed  

  public int getPixelCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 214
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getWidth:()I
            aload 0 /* this */
            invokevirtual sun.font.XRGlyphCacheEntry.getHeight:()I
            imul
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;

  public boolean isPinned();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.XRGlyphCacheEntry this
         0: .line 218
            aload 0 /* this */
            getfield sun.font.XRGlyphCacheEntry.pinned:Z
            ireturn
        end local 0 // sun.font.XRGlyphCacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCacheEntry;
}
SourceFile: "XRGlyphCacheEntry.java"