class sun.font.CMap$CMapFormat8 extends sun.font.CMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CMap$CMapFormat8
  super_class: sun.font.CMap
{
  byte[] is32;
    descriptor: [B
    flags: (0x0000) 

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

  int[] startCharCode;
    descriptor: [I
    flags: (0x0000) 

  int[] endCharCode;
    descriptor: [I
    flags: (0x0000) 

  int[] startGlyphID;
    descriptor: [I
    flags: (0x0000) 

  void <init>(java.nio.ByteBuffer, int, char[]);
    descriptor: (Ljava/nio/ByteBuffer;I[C)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.font.CMap$CMapFormat8 this
        start local 1 // java.nio.ByteBuffer bbuffer
        start local 2 // int offset
        start local 3 // char[] xlat
         0: .line 884
            aload 0 /* this */
            invokespecial sun.font.CMap.<init>:()V
         1: .line 878
            aload 0 /* this */
            sipush 8192
            newarray 8
            putfield sun.font.CMap$CMapFormat8.is32:[B
         2: .line 886
            aload 1 /* bbuffer */
            bipush 12
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         3: .line 887
            aload 1 /* bbuffer */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.is32:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
         4: .line 888
            aload 0 /* this */
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            ldc 2147483647
            iand
            putfield sun.font.CMap$CMapFormat8.nGroups:I
         5: .line 890
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            ldc 12
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.nGroups:I
            i2l
            lmul
            lcmp
            ifge 7
         6: .line 891
            new java.lang.RuntimeException
            dup
            ldc "Format 8 table exceeded"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 893
      StackMap locals: sun.font.CMap$CMapFormat8 java.nio.ByteBuffer int char[]
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.nGroups:I
            newarray 10
            putfield sun.font.CMap$CMapFormat8.startCharCode:[I
         8: .line 894
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.nGroups:I
            newarray 10
            putfield sun.font.CMap$CMapFormat8.endCharCode:[I
         9: .line 895
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.nGroups:I
            newarray 10
            putfield sun.font.CMap$CMapFormat8.startGlyphID:[I
        10: .line 896
            return
        end local 3 // char[] xlat
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer bbuffer
        end local 0 // sun.font.CMap$CMapFormat8 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/font/CMap$CMapFormat8;
            0   11     1  bbuffer  Ljava/nio/ByteBuffer;
            0   11     2   offset  I
            0   11     3     xlat  [C
    MethodParameters:
         Name  Flags
      bbuffer  
      offset   
      xlat     

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.CMap$CMapFormat8 this
        start local 1 // int charCode
         0: .line 899
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat8.xlat:[C
            ifnull 2
         1: .line 900
            new java.lang.RuntimeException
            dup
            ldc "xlat array for cmap fmt=8"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 902
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int charCode
        end local 0 // sun.font.CMap$CMapFormat8 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/font/CMap$CMapFormat8;
            0    3     1  charCode  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
  CMapFormat8 = sun.font.CMap$CMapFormat8 of sun.font.CMap