class sun.font.NativeStrikeDisposer extends sun.font.FontStrikeDisposer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.NativeStrikeDisposer
  super_class: sun.font.FontStrikeDisposer
{
  long pNativeScalerContext;
    descriptor: J
    flags: (0x0000) 

  public void <init>(sun.font.Font2D, sun.font.FontStrikeDesc, long, int[]);
    descriptor: (Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.font.NativeStrikeDisposer this
        start local 1 // sun.font.Font2D font2D
        start local 2 // sun.font.FontStrikeDesc desc
        start local 3 // long pContext
        start local 5 // int[] images
         0: .line 56
            aload 0 /* this */
            aload 1 /* font2D */
            aload 2 /* desc */
            lconst_0
            aload 5 /* images */
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J[I)V
         1: .line 57
            aload 0 /* this */
            lload 3 /* pContext */
            putfield sun.font.NativeStrikeDisposer.pNativeScalerContext:J
         2: .line 58
            return
        end local 5 // int[] images
        end local 3 // long pContext
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.Font2D font2D
        end local 0 // sun.font.NativeStrikeDisposer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/font/NativeStrikeDisposer;
            0    3     1    font2D  Lsun/font/Font2D;
            0    3     2      desc  Lsun/font/FontStrikeDesc;
            0    3     3  pContext  J
            0    3     5    images  [I
    MethodParameters:
          Name  Flags
      font2D    
      desc      
      pContext  
      images    

  public void <init>(sun.font.Font2D, sun.font.FontStrikeDesc, long, long[]);
    descriptor: (Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J[J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.font.NativeStrikeDisposer this
        start local 1 // sun.font.Font2D font2D
        start local 2 // sun.font.FontStrikeDesc desc
        start local 3 // long pContext
        start local 5 // long[] images
         0: .line 62
            aload 0 /* this */
            aload 1 /* font2D */
            aload 2 /* desc */
            lconst_0
            aload 5 /* images */
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J[J)V
         1: .line 63
            aload 0 /* this */
            lload 3 /* pContext */
            putfield sun.font.NativeStrikeDisposer.pNativeScalerContext:J
         2: .line 64
            return
        end local 5 // long[] images
        end local 3 // long pContext
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.Font2D font2D
        end local 0 // sun.font.NativeStrikeDisposer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/font/NativeStrikeDisposer;
            0    3     1    font2D  Lsun/font/Font2D;
            0    3     2      desc  Lsun/font/FontStrikeDesc;
            0    3     3  pContext  J
            0    3     5    images  [J
    MethodParameters:
          Name  Flags
      font2D    
      desc      
      pContext  
      images    

  public void <init>(sun.font.Font2D, sun.font.FontStrikeDesc, long);
    descriptor: (Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.font.NativeStrikeDisposer this
        start local 1 // sun.font.Font2D font2D
        start local 2 // sun.font.FontStrikeDesc desc
        start local 3 // long pContext
         0: .line 68
            aload 0 /* this */
            aload 1 /* font2D */
            aload 2 /* desc */
            lconst_0
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;J)V
         1: .line 69
            aload 0 /* this */
            lload 3 /* pContext */
            putfield sun.font.NativeStrikeDisposer.pNativeScalerContext:J
         2: .line 70
            return
        end local 3 // long pContext
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.Font2D font2D
        end local 0 // sun.font.NativeStrikeDisposer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/font/NativeStrikeDisposer;
            0    3     1    font2D  Lsun/font/Font2D;
            0    3     2      desc  Lsun/font/FontStrikeDesc;
            0    3     3  pContext  J
    MethodParameters:
          Name  Flags
      font2D    
      desc      
      pContext  

  public void <init>(sun.font.Font2D, sun.font.FontStrikeDesc);
    descriptor: (Lsun/font/Font2D;Lsun/font/FontStrikeDesc;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.font.NativeStrikeDisposer this
        start local 1 // sun.font.Font2D font2D
        start local 2 // sun.font.FontStrikeDesc desc
         0: .line 73
            aload 0 /* this */
            aload 1 /* font2D */
            aload 2 /* desc */
            invokespecial sun.font.FontStrikeDisposer.<init>:(Lsun/font/Font2D;Lsun/font/FontStrikeDesc;)V
         1: .line 74
            return
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.Font2D font2D
        end local 0 // sun.font.NativeStrikeDisposer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/font/NativeStrikeDisposer;
            0    2     1  font2D  Lsun/font/Font2D;
            0    2     2    desc  Lsun/font/FontStrikeDesc;
    MethodParameters:
        Name  Flags
      font2D  
      desc    

  public synchronized void dispose();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.font.NativeStrikeDisposer this
         0: .line 77
            aload 0 /* this */
            getfield sun.font.NativeStrikeDisposer.disposed:Z
            ifne 4
         1: .line 78
            aload 0 /* this */
            getfield sun.font.NativeStrikeDisposer.pNativeScalerContext:J
            lconst_0
            lcmp
            ifeq 3
         2: .line 79
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.NativeStrikeDisposer.pNativeScalerContext:J
            invokevirtual sun.font.NativeStrikeDisposer.freeNativeScalerContext:(J)V
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.font.FontStrikeDisposer.dispose:()V
         4: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.font.NativeStrikeDisposer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/font/NativeStrikeDisposer;

  private native void freeNativeScalerContext(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
          Name  Flags
      pContext  
}
SourceFile: "NativeStrikeDisposer.java"