public final class test.TestScannerPerf
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: test.TestScannerPerf
  super_class: java.lang.Object
{
  static final int INT_AMP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 38

  static final int INT_LT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 60

  static final int INT_RBRACKET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 93

  static final int INT_SPACE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  static final int INT_TAB;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  static final int INT_CR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  static final int INT_LF;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final byte BYTE_LF;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final byte BYTE_NULL;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  final int mRepCount;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

  final byte[] mData;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final byte[] mInputBuffer;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final char[] mOutputBuffer;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  static final int MB_CODE_BASE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static final int[] CHAR_TYPES;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  java.io.InputStream mIn;
    descriptor: Ljava/io/InputStream;
    flags: (0x0000) 

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=0
         0: .line 32
            sipush 256
            newarray 10
            putstatic test.TestScannerPerf.CHAR_TYPES:[I
         1: .line 35
            sipush 128
            istore 1 /* i */
        start local 1 // int i
         2: goto 16
         3: .line 36
      StackMap locals: top int
      StackMap stack:
            iload 1 /* i */
            istore 2 /* c */
        start local 2 // int c
         4: .line 37
            iload 2 /* c */
            sipush 224
            iand
            sipush 192
            if_icmpne 7
         5: .line 38
            bipush 6
            istore 0 /* code */
        start local 0 // int code
         6: .line 39
            goto 14
        end local 0 // int code
      StackMap locals: int
      StackMap stack:
         7: iload 2 /* c */
            sipush 240
            iand
            sipush 224
            if_icmpne 10
         8: .line 40
            bipush 7
            istore 0 /* code */
        start local 0 // int code
         9: .line 41
            goto 14
        end local 0 // int code
      StackMap locals:
      StackMap stack:
        10: iload 2 /* c */
            sipush 248
            iand
            sipush 240
            if_icmpne 13
        11: .line 43
            bipush 8
            istore 0 /* code */
        start local 0 // int code
        12: .line 44
            goto 14
        end local 0 // int code
        13: .line 45
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 0 /* code */
        start local 0 // int code
        14: .line 47
      StackMap locals: int int int
      StackMap stack:
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            iload 2 /* c */
            iload 0 /* code */
            iastore
        end local 2 // int c
        15: .line 35
            iinc 1 /* i */ 1
        end local 0 // int code
      StackMap locals: top int
      StackMap stack:
        16: iload 1 /* i */
            sipush 256
            if_icmplt 3
        end local 1 // int i
        17: .line 49
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        18: goto 21
        19: .line 50
      StackMap locals:
      StackMap stack:
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            iload 1 /* i */
            iconst_1
            iastore
        20: .line 49
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 1 /* i */
            bipush 32
            if_icmplt 19
        end local 1 // int i
        22: .line 52
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 13
            iconst_2
            iastore
        23: .line 53
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 10
            iconst_2
            iastore
        24: .line 54
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 9
            iconst_0
            iastore
        25: .line 55
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 60
            iconst_3
            iastore
        26: .line 56
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 38
            iconst_4
            iastore
        27: .line 57
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            bipush 93
            iconst_5
            iastore
        28: .line 58
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            6    7     0  code  I
            9   10     0  code  I
           12   13     0  code  I
           14   16     0  code  I
            2   17     1     i  I
            4   15     2     c  I
           18   22     1     i  I

  public void <init>(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // test.TestScannerPerf this
        start local 1 // byte[] data
        start local 2 // int repCount
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 22
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mTmpChar:I
         2: .line 26
            aload 0 /* this */
            sipush 4000
            newarray 8
            putfield test.TestScannerPerf.mInputBuffer:[B
         3: .line 28
            aload 0 /* this */
            sipush 2000
            newarray 5
            putfield test.TestScannerPerf.mOutputBuffer:[C
         4: .line 72
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mTmpType:I
         5: .line 76
            aload 0 /* this */
            aload 1 /* data */
            putfield test.TestScannerPerf.mData:[B
         6: .line 77
            aload 0 /* this */
            iload 2 /* repCount */
            putfield test.TestScannerPerf.mRepCount:I
         7: .line 78
            return
        end local 2 // int repCount
        end local 1 // byte[] data
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Ltest/TestScannerPerf;
            0    8     1      data  [B
            0    8     2  repCount  I
    MethodParameters:
          Name  Flags
      data      
      repCount  

  public void test();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 83
            iconst_0
            istore 1 /* round */
        start local 1 // int round
         1: .line 84
            aload 0 /* this */
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield test.TestScannerPerf.mData:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            putfield test.TestScannerPerf.mIn:Ljava/io/InputStream;
         2: .line 87
      StackMap locals: int
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 2 /* now */
        start local 2 // long now
         3: .line 88
            ldc "[null]"
            astore 4 /* msg */
        start local 4 // java.lang.String msg
         4: .line 89
            iconst_0
            istore 5 /* total */
        start local 5 // int total
         5: .line 93
            iload 1 /* round */
            iconst_3
            irem
            ifne 7
         6: .line 94
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
         7: .line 97
      StackMap locals: long java.lang.String int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 25
         9: .line 98
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mIn:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
        10: .line 100
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mLineNr:I
        11: .line 101
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mTagCount:I
        12: .line 102
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mByteCount:I
        13: .line 104
            iload 1 /* round */
            iconst_3
            irem
            tableswitch { // 0 - 2
                    0: 14
                    1: 17
                    2: 20
              default: 23
          }
        14: .line 106
      StackMap locals:
      StackMap stack:
            ldc "[Scanner-code]"
            astore 4 /* msg */
        15: .line 107
            iload 5 /* total */
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.testScannerCode:()I
            iadd
            istore 5 /* total */
        16: .line 108
            goto 24
        17: .line 110
      StackMap locals:
      StackMap stack:
            ldc "[Scanner-int-arr]"
            astore 4 /* msg */
        18: .line 111
            iload 5 /* total */
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.testScannerInts:()I
            iadd
            istore 5 /* total */
        19: .line 112
            goto 24
        20: .line 114
      StackMap locals:
      StackMap stack:
            ldc "[Scanner-int-arr2]"
            astore 4 /* msg */
        21: .line 115
            iload 5 /* total */
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.testScannerInts2:()I
            iadd
            istore 5 /* total */
        22: .line 116
            goto 24
        23: .line 118
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected round, #"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 97
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            aload 0 /* this */
            getfield test.TestScannerPerf.mRepCount:I
            if_icmplt 9
        end local 6 // int i
        26: .line 122
            invokestatic java.lang.System.currentTimeMillis:()J
            lload 2 /* now */
            lsub
            lstore 2 /* now */
        27: .line 123
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            aload 4 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " -> "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 2 /* now */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " msecs (total "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 5 /* total */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        28: .line 124
            ldc ", byte count 0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield test.TestScannerPerf.mByteCount:I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 123
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        30: .line 126
            ldc 200
            invokestatic java.lang.Thread.sleep:(J)V
        31: goto 33
      StackMap locals: test.TestScannerPerf int long java.lang.String int
      StackMap stack: java.lang.Exception
        32: pop
        33: .line 127
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.gc:()V
        34: .line 128
            ldc 200
            invokestatic java.lang.Thread.sleep:(J)V
        35: goto 37
      StackMap locals:
      StackMap stack: java.lang.Exception
        36: pop
        end local 5 // int total
        end local 4 // java.lang.String msg
        end local 2 // long now
        37: .line 86
      StackMap locals:
      StackMap stack:
            iinc 1 /* round */ 1
            goto 2
        end local 1 // int round
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Ltest/TestScannerPerf;
            1   38     1  round  I
            3   37     2    now  J
            4   37     4    msg  Ljava/lang/String;
            5   37     5  total  I
            8   26     6      i  I
      Exception table:
        from    to  target  type
          30    31      32  Class java.lang.Exception
          34    35      36  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException

  private int testScannerCode();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 135
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 1 /* outBuf */
        start local 1 // char[] outBuf
         1: .line 136
            iconst_0
            istore 2 /* outPtr */
        start local 2 // int outPtr
         2: .line 137
            iconst_0
            istore 3 /* c */
        start local 3 // int c
         3: .line 139
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputLen:I
         4: .line 140
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputPtr:I
         5: .line 145
      StackMap locals: char[] int int
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 4 /* ptr */
        start local 4 // int ptr
         6: .line 149
      StackMap locals: int
      StackMap stack:
            iload 4 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 10
         7: .line 150
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytes:()Z
            ifne 9
         8: .line 151
            goto 46
         9: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 4 /* ptr */
        10: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            iload 4 /* ptr */
            iinc 4 /* ptr */ 1
            baload
            istore 3 /* c */
        11: .line 156
            iload 3 /* c */
            bipush 93
            if_icmpgt 31
        12: .line 158
            iload 3 /* c */
            ifge 14
        13: .line 159
            goto 35
        14: .line 161
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 32
            if_icmpge 23
        15: .line 162
            iload 3 /* c */
            bipush 13
            if_icmpne 18
        16: .line 163
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        17: .line 164
            goto 31
      StackMap locals:
      StackMap stack:
        18: iload 3 /* c */
            bipush 10
            if_icmpne 21
        19: .line 165
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        20: .line 166
            goto 31
      StackMap locals:
      StackMap stack:
        21: iload 3 /* c */
            bipush 9
            if_icmpeq 31
        22: .line 167
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        23: .line 169
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            bipush 60
            if_icmpne 26
        24: .line 170
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mTagCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mTagCount:I
        25: .line 171
            goto 31
      StackMap locals:
      StackMap stack:
        26: iload 3 /* c */
            bipush 38
            if_icmpne 29
        27: .line 172
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mEntityCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mEntityCount:I
        28: .line 173
            goto 31
      StackMap locals:
      StackMap stack:
        29: iload 3 /* c */
            bipush 93
            if_icmpne 31
        30: .line 174
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mBracketCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mBracketCount:I
        31: .line 178
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 33
        32: .line 179
            iconst_0
            istore 2 /* outPtr */
        33: .line 181
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        34: .line 148
            goto 6
        35: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* c */
            iload 4 /* ptr */
            invokevirtual test.TestScannerPerf.decodeMultiByteChar:(II)I
            istore 3 /* c */
        36: .line 185
            iload 3 /* c */
            ifge 42
        37: .line 186
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 39
        38: .line 187
            iconst_0
            istore 2 /* outPtr */
        39: .line 189
      StackMap locals:
      StackMap stack:
            iload 3 /* c */
            ineg
            istore 3 /* c */
        40: .line 191
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            ldc 55296
            iload 3 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        41: .line 192
            ldc 56320
            iload 3 /* c */
            sipush 1023
            iand
            ior
            istore 3 /* c */
        42: .line 195
      StackMap locals:
      StackMap stack:
            iload 2 /* outPtr */
            aload 1 /* outBuf */
            arraylength
            if_icmplt 44
        43: .line 196
            iconst_0
            istore 2 /* outPtr */
        44: .line 198
      StackMap locals:
      StackMap stack:
            aload 1 /* outBuf */
            iload 2 /* outPtr */
            iinc 2 /* outPtr */ 1
            iload 3 /* c */
            i2c
            castore
        end local 4 // int ptr
        45: .line 143
            goto 5
        46: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mByteCount:I
            ireturn
        end local 3 // int c
        end local 2 // int outPtr
        end local 1 // char[] outBuf
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   47     0    this  Ltest/TestScannerPerf;
            1   47     1  outBuf  [C
            2   47     2  outPtr  I
            3   47     3       c  I
            6   45     4     ptr  I
    Exceptions:
      throws java.io.IOException

  private int testScannerInts();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 206
            iconst_0
            istore 1 /* outPtr */
        start local 1 // int outPtr
         1: .line 207
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         2: .line 208
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
         3: .line 210
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            astore 4 /* inputBuffer */
        start local 4 // byte[] inputBuffer
         4: .line 211
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 5 /* outputBuffer */
        start local 5 // char[] outputBuffer
         5: .line 213
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputLen:I
         6: .line 214
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputPtr:I
         7: .line 219
      StackMap locals: test.TestScannerPerf int int int[] byte[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         8: .line 223
      StackMap locals: int
      StackMap stack:
            iload 6 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 12
         9: .line 224
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytes:()Z
            ifne 11
        10: .line 225
            goto 46
        11: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 6 /* ptr */
        12: .line 229
      StackMap locals:
      StackMap stack:
            aload 4 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            baload
            sipush 255
            iand
            istore 2 /* c */
        13: .line 230
            aload 3 /* TYPES */
            iload 2 /* c */
            iaload
            istore 7 /* type */
        start local 7 // int type
        14: .line 231
            iload 7 /* type */
            ifeq 31
        15: .line 232
            iload 7 /* type */
            tableswitch { // 1 - 8
                    1: 16
                    2: 17
                    3: 23
                    4: 25
                    5: 27
                    6: 29
                    7: 29
                    8: 29
              default: 30
          }
        16: .line 234
      StackMap locals: int
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Invalid white space"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 236
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpne 20
        18: .line 237
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        19: .line 238
            goto 31
      StackMap locals:
      StackMap stack:
        20: iload 2 /* c */
            bipush 10
            if_icmpne 31
        21: .line 239
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        22: .line 241
            goto 31
        23: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mTagCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mTagCount:I
        24: .line 244
            goto 31
        25: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mEntityCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mEntityCount:I
        26: .line 247
            goto 31
        27: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mBracketCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mBracketCount:I
        28: .line 250
            goto 31
        29: .line 254
      StackMap locals:
      StackMap stack:
            goto 35
        30: .line 256
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        31: .line 259
      StackMap locals:
      StackMap stack:
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 33
        32: .line 260
            iconst_0
            istore 1 /* outPtr */
        33: .line 262
      StackMap locals:
      StackMap stack:
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 2 /* c */
            i2c
            castore
        end local 7 // int type
        34: .line 222
            goto 8
        35: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            iload 6 /* ptr */
            invokevirtual test.TestScannerPerf.decodeMultiByteChar:(II)I
            istore 2 /* c */
        36: .line 266
            iload 2 /* c */
            ifge 42
        37: .line 267
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 39
        38: .line 268
            iconst_0
            istore 1 /* outPtr */
        39: .line 270
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            ineg
            istore 2 /* c */
        40: .line 272
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            ldc 55296
            iload 2 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        41: .line 273
            ldc 56320
            iload 2 /* c */
            sipush 1023
            iand
            ior
            istore 2 /* c */
        42: .line 276
      StackMap locals:
      StackMap stack:
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 44
        43: .line 277
            iconst_0
            istore 1 /* outPtr */
        44: .line 279
      StackMap locals:
      StackMap stack:
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 2 /* c */
            i2c
            castore
        end local 6 // int ptr
        45: .line 217
            goto 7
        46: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mByteCount:I
            ireturn
        end local 5 // char[] outputBuffer
        end local 4 // byte[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // int c
        end local 1 // int outPtr
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   47     0          this  Ltest/TestScannerPerf;
            1   47     1        outPtr  I
            2   47     2             c  I
            3   47     3         TYPES  [I
            4   47     4   inputBuffer  [B
            5   47     5  outputBuffer  [C
            8   45     6           ptr  I
           14   34     7          type  I
    Exceptions:
      throws java.io.IOException

  private int testScannerInts2();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 287
            iconst_0
            istore 1 /* outPtr */
        start local 1 // int outPtr
         1: .line 288
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         2: .line 289
            getstatic test.TestScannerPerf.CHAR_TYPES:[I
            astore 3 /* TYPES */
        start local 3 // int[] TYPES
         3: .line 291
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            astore 4 /* inputBuffer */
        start local 4 // byte[] inputBuffer
         4: .line 292
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 5 /* outputBuffer */
        start local 5 // char[] outputBuffer
         5: .line 294
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputLen:I
         6: .line 295
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputPtr:I
         7: .line 303
      StackMap locals: test.TestScannerPerf int int int[] byte[] char[]
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 6 /* ptr */
        start local 6 // int ptr
         8: .line 304
            iload 6 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 12
         9: .line 305
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytes:()Z
            ifne 11
        10: .line 306
            goto 59
        11: .line 308
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 6 /* ptr */
        12: .line 310
      StackMap locals:
      StackMap stack:
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 15
        13: .line 311
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 5 /* outputBuffer */
        14: .line 312
            iconst_0
            istore 1 /* outPtr */
        15: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            istore 7 /* max */
        start local 7 // int max
        16: .line 316
            iload 6 /* ptr */
            aload 5 /* outputBuffer */
            arraylength
            iload 1 /* outPtr */
            isub
            iadd
            istore 8 /* max2 */
        start local 8 // int max2
        17: .line 317
            iload 8 /* max2 */
            iload 7 /* max */
            if_icmpge 25
        18: .line 318
            iload 8 /* max2 */
            istore 7 /* max */
        end local 8 // int max2
        19: .line 321
            goto 25
        20: .line 322
      StackMap locals: int
      StackMap stack:
            aload 4 /* inputBuffer */
            iload 6 /* ptr */
            iinc 6 /* ptr */ 1
            baload
            sipush 255
            iand
            istore 2 /* c */
        21: .line 323
            aload 3 /* TYPES */
            iload 2 /* c */
            iaload
            ifeq 24
        22: .line 324
            aload 0 /* this */
            iload 6 /* ptr */
            putfield test.TestScannerPerf.mInputPtr:I
        23: .line 325
            goto 28
        24: .line 327
      StackMap locals:
      StackMap stack:
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 2 /* c */
            i2c
            castore
        25: .line 321
      StackMap locals:
      StackMap stack:
            iload 6 /* ptr */
            iload 7 /* max */
            if_icmplt 20
        26: .line 329
            aload 0 /* this */
            iload 6 /* ptr */
            putfield test.TestScannerPerf.mInputPtr:I
        end local 7 // int max
        end local 6 // int ptr
        27: .line 302
            goto 7
        28: .line 332
      StackMap locals:
      StackMap stack:
            aload 3 /* TYPES */
            iload 2 /* c */
            iaload
            tableswitch { // 1 - 8
                    1: 29
                    2: 30
                    3: 36
                    4: 38
                    5: 40
                    6: 42
                    7: 44
                    8: 46
              default: 53
          }
        29: .line 334
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            ldc "Invalid white space"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 336
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpne 33
        31: .line 337
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        32: .line 338
            goto 54
      StackMap locals:
      StackMap stack:
        33: iload 2 /* c */
            bipush 10
            if_icmpne 54
        34: .line 339
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mLineNr:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mLineNr:I
        35: .line 341
            goto 54
        36: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mTagCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mTagCount:I
        37: .line 344
            goto 54
        38: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mEntityCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mEntityCount:I
        39: .line 348
            goto 54
        40: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mBracketCount:I
            iconst_1
            iadd
            putfield test.TestScannerPerf.mBracketCount:I
        41: .line 351
            goto 54
        42: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            invokevirtual test.TestScannerPerf.decodeMultiByteChar:(II)I
            istore 2 /* c */
        43: .line 354
            goto 54
        44: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            invokevirtual test.TestScannerPerf.decodeMultiByteChar:(II)I
            istore 2 /* c */
        45: .line 357
            goto 54
        46: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            invokevirtual test.TestScannerPerf.decodeMultiByteChar:(II)I
            istore 2 /* c */
        47: .line 361
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 50
        48: .line 362
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 5 /* outputBuffer */
        49: .line 363
            iconst_0
            istore 1 /* outPtr */
        50: .line 365
      StackMap locals:
      StackMap stack:
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            ldc 55296
            iload 2 /* c */
            bipush 10
            ishr
            ior
            i2c
            castore
        51: .line 366
            ldc 56320
            iload 2 /* c */
            sipush 1023
            iand
            ior
            istore 2 /* c */
        52: .line 368
            goto 54
        53: .line 370
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        54: .line 373
      StackMap locals:
      StackMap stack:
            iload 1 /* outPtr */
            aload 5 /* outputBuffer */
            arraylength
            if_icmplt 57
        55: .line 374
            aload 0 /* this */
            getfield test.TestScannerPerf.mOutputBuffer:[C
            astore 5 /* outputBuffer */
        56: .line 375
            iconst_0
            istore 1 /* outPtr */
        57: .line 377
      StackMap locals:
      StackMap stack:
            aload 5 /* outputBuffer */
            iload 1 /* outPtr */
            iinc 1 /* outPtr */ 1
            iload 2 /* c */
            i2c
            castore
        58: .line 298
            goto 7
        59: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mByteCount:I
            ireturn
        end local 5 // char[] outputBuffer
        end local 4 // byte[] inputBuffer
        end local 3 // int[] TYPES
        end local 2 // int c
        end local 1 // int outPtr
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   60     0          this  Ltest/TestScannerPerf;
            1   60     1        outPtr  I
            2   60     2             c  I
            3   60     3         TYPES  [I
            4   60     4   inputBuffer  [B
            5   60     5  outputBuffer  [C
            8   27     6           ptr  I
           16   27     7           max  I
           17   19     8          max2  I
    Exceptions:
      throws java.io.IOException

  private final boolean loadMoreBytes();
    descriptor: ()Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 422
            aload 0 /* this */
            dup
            getfield test.TestScannerPerf.mByteCount:I
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            iadd
            putfield test.TestScannerPerf.mByteCount:I
         1: .line 423
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputPtr:I
         2: .line 424
            aload 0 /* this */
            getfield test.TestScannerPerf.mIn:Ljava/io/InputStream;
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            invokevirtual java.io.InputStream.read:([B)I
            istore 1 /* count */
        start local 1 // int count
         3: .line 425
            iload 1 /* count */
            ifge 6
         4: .line 426
            aload 0 /* this */
            iconst_0
            putfield test.TestScannerPerf.mInputLen:I
         5: .line 427
            iconst_0
            ireturn
         6: .line 429
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* count */
            putfield test.TestScannerPerf.mInputLen:I
         7: .line 430
            iconst_1
            ireturn
        end local 1 // int count
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ltest/TestScannerPerf;
            3    8     1  count  I
    Exceptions:
      throws java.io.IOException

  private final void loadMoreBytesGuaranteed();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // test.TestScannerPerf this
         0: .line 436
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytes:()Z
            ifne 2
         1: .line 437
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
         2: .line 439
      StackMap locals:
      StackMap stack:
            return
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ltest/TestScannerPerf;
    Exceptions:
      throws java.io.IOException

  private final int decodeMultiByteChar(int, int);
    descriptor: (II)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // test.TestScannerPerf this
        start local 1 // int c
        start local 2 // int ptr
         0: .line 464
            iload 1 /* c */
            sipush 224
            iand
            sipush 192
            if_icmpne 4
         1: .line 465
            iload 1 /* c */
            bipush 31
            iand
            istore 1 /* c */
         2: .line 466
            iconst_1
            istore 3 /* needed */
        start local 3 // int needed
         3: .line 467
            goto 13
        end local 3 // int needed
      StackMap locals:
      StackMap stack:
         4: iload 1 /* c */
            sipush 240
            iand
            sipush 224
            if_icmpne 8
         5: .line 468
            iload 1 /* c */
            bipush 15
            iand
            istore 1 /* c */
         6: .line 469
            iconst_2
            istore 3 /* needed */
        start local 3 // int needed
         7: .line 470
            goto 13
        end local 3 // int needed
      StackMap locals:
      StackMap stack:
         8: iload 1 /* c */
            sipush 248
            iand
            sipush 240
            if_icmpne 12
         9: .line 472
            iload 1 /* c */
            bipush 7
            iand
            istore 1 /* c */
        10: .line 473
            iconst_3
            istore 3 /* needed */
        start local 3 // int needed
        11: .line 474
            goto 13
        end local 3 // int needed
        12: .line 475
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected multi-byte first byte 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* c */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        start local 3 // int needed
        13: .line 478
      StackMap locals: int
      StackMap stack:
            iload 2 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 16
        14: .line 479
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytesGuaranteed:()V
        15: .line 480
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 2 /* ptr */
        16: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            iload 2 /* ptr */
            iinc 2 /* ptr */ 1
            baload
            istore 4 /* d */
        start local 4 // int d
        17: .line 483
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 19
        18: .line 484
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        19: .line 486
      StackMap locals: int
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
        20: .line 488
            iload 3 /* needed */
            iconst_1
            if_icmple 37
        21: .line 489
            iload 2 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 24
        22: .line 490
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytesGuaranteed:()V
        23: .line 491
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 2 /* ptr */
        24: .line 493
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            iload 2 /* ptr */
            iinc 2 /* ptr */ 1
            baload
            istore 4 /* d */
        25: .line 494
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 27
        26: .line 495
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        27: .line 497
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
        28: .line 498
            iload 3 /* needed */
            iconst_2
            if_icmple 37
        29: .line 499
            iload 2 /* ptr */
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputLen:I
            if_icmplt 32
        30: .line 500
            aload 0 /* this */
            invokevirtual test.TestScannerPerf.loadMoreBytesGuaranteed:()V
        31: .line 501
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputPtr:I
            istore 2 /* ptr */
        32: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield test.TestScannerPerf.mInputBuffer:[B
            iload 2 /* ptr */
            iinc 2 /* ptr */ 1
            baload
            istore 4 /* d */
        33: .line 504
            iload 4 /* d */
            sipush 192
            iand
            sipush 128
            if_icmpeq 35
        34: .line 505
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        35: .line 507
      StackMap locals:
      StackMap stack:
            iload 1 /* c */
            bipush 6
            ishl
            iload 4 /* d */
            bipush 63
            iand
            ior
            istore 1 /* c */
        36: .line 511
            iload 1 /* c */
            ineg
            ireturn
        37: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ptr */
            putfield test.TestScannerPerf.mInputPtr:I
        38: .line 515
            iload 1 /* c */
            ireturn
        end local 4 // int d
        end local 3 // int needed
        end local 2 // int ptr
        end local 1 // int c
        end local 0 // test.TestScannerPerf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   39     0    this  Ltest/TestScannerPerf;
            0   39     1       c  I
            0   39     2     ptr  I
            3    4     3  needed  I
            7    8     3  needed  I
           11   12     3  needed  I
           13   39     3  needed  I
           17   39     4       d  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     
      ptr   

  private static byte[] readData(java.io.File);
    descriptor: (Ljava/io/File;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // java.io.File f
         0: .line 568
            aload 0 /* f */
            invokevirtual java.io.File.length:()J
            l2i
            istore 1 /* len */
        start local 1 // int len
         1: .line 569
            iload 1 /* len */
            newarray 8
            astore 2 /* data */
        start local 2 // byte[] data
         2: .line 570
            iconst_0
            istore 3 /* offset */
        start local 3 // int offset
         3: .line 571
            new java.io.FileInputStream
            dup
            aload 0 /* f */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 4 /* fis */
        start local 4 // java.io.FileInputStream fis
         4: .line 573
            goto 8
         5: .line 574
      StackMap locals: java.io.File int byte[] int java.io.FileInputStream
      StackMap stack:
            aload 4 /* fis */
            aload 2 /* data */
            iload 3 /* offset */
            iload 1 /* len */
            iload 3 /* offset */
            isub
            invokevirtual java.io.FileInputStream.read:([BII)I
            istore 5 /* count */
        start local 5 // int count
         6: .line 575
            iload 3 /* offset */
            iload 5 /* count */
            iadd
            istore 3 /* offset */
         7: .line 576
            iload 1 /* len */
            iload 5 /* count */
            isub
            istore 1 /* len */
        end local 5 // int count
         8: .line 573
      StackMap locals:
      StackMap stack:
            iload 1 /* len */
            ifgt 5
         9: .line 578
            aload 4 /* fis */
            invokevirtual java.io.FileInputStream.close:()V
        10: .line 579
            aload 2 /* data */
            areturn
        end local 4 // java.io.FileInputStream fis
        end local 3 // int offset
        end local 2 // byte[] data
        end local 1 // int len
        end local 0 // java.io.File f
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0       f  Ljava/io/File;
            1   11     1     len  I
            2   11     2    data  [B
            3   11     3  offset  I
            4   11     4     fis  Ljava/io/FileInputStream;
            6    8     5   count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      f     

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 585
            aload 0 /* args */
            arraylength
            iconst_1
            if_icmpeq 3
         1: .line 586
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "Usage: java ... [input file]"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 587
            iconst_1
            invokestatic java.lang.System.exit:(I)V
         3: .line 589
      StackMap locals:
      StackMap stack:
            new java.io.File
            dup
            aload 0 /* args */
            iconst_0
            aaload
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            invokestatic test.TestScannerPerf.readData:(Ljava/io/File;)[B
            astore 1 /* data */
        start local 1 // byte[] data
         4: .line 590
            aload 1 /* data */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         5: .line 591
            iconst_1
            istore 3 /* repCount */
        start local 3 // int repCount
         6: .line 593
            ldc 10000000
            istore 4 /* THRESHOLD */
        start local 4 // int THRESHOLD
         7: .line 595
            iload 2 /* len */
            iload 4 /* THRESHOLD */
            if_icmpge 9
         8: .line 596
            iload 4 /* THRESHOLD */
            iload 2 /* len */
            idiv
            istore 3 /* repCount */
         9: .line 600
      StackMap locals: java.lang.String[] byte[] int int int
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Ok, read in test data, "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " bytes; using "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* repCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " repetitions"
            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
        10: .line 601
            new test.TestScannerPerf
            dup
            aload 1 /* data */
            iload 3 /* repCount */
            invokespecial test.TestScannerPerf.<init>:([BI)V
            invokevirtual test.TestScannerPerf.test:()V
        11: .line 602
            return
        end local 4 // int THRESHOLD
        end local 3 // int repCount
        end local 2 // int len
        end local 1 // byte[] data
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       args  [Ljava/lang/String;
            4   12     1       data  [B
            5   12     2        len  I
            6   12     3   repCount  I
            7   12     4  THRESHOLD  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "TestScannerPerf.java"