public final class test.TestNameTable extends test.BasePerfTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: test.TestNameTable
  super_class: test.BasePerfTest
{
  final byte[] mBuffer;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final com.fasterxml.aalto.in.ByteBasedPNameTable mTable;
    descriptor: Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
    flags: (0x0010) ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // test.TestNameTable this
         0: .line 13
            aload 0 /* this */
            invokespecial test.BasePerfTest.<init>:()V
         1: .line 10
            aload 0 /* this */
            sipush 4000
            newarray 8
            putfield test.TestNameTable.mBuffer:[B
         2: .line 11
            aload 0 /* this */
            new com.fasterxml.aalto.in.ByteBasedPNameTable
            dup
            sipush 128
            invokespecial com.fasterxml.aalto.in.ByteBasedPNameTable.<init>:(I)V
            putfield test.TestNameTable.mTable:Lcom/fasterxml/aalto/in/ByteBasedPNameTable;
         3: .line 13
            return
        end local 0 // test.TestNameTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ltest/TestNameTable;

  protected int testExec(java.io.File);
    descriptor: (Ljava/io/File;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // test.TestNameTable this
        start local 1 // java.io.File file
         0: .line 19
            iconst_0
            istore 2 /* total */
        start local 2 // int total
         1: .line 20
            new java.io.FileInputStream
            dup
            aload 1 /* file */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 3 /* in */
        start local 3 // java.io.InputStream in
         2: .line 22
            aload 0 /* this */
            getfield test.TestNameTable.mBuffer:[B
            astore 5 /* buf */
        start local 5 // byte[] buf
         3: .line 24
            goto 9
        start local 4 // int count
         4: .line 25
      StackMap locals: test.TestNameTable java.io.File int java.io.InputStream int byte[]
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 8
         6: .line 26
      StackMap locals: int
      StackMap stack:
            iload 2 /* total */
            aload 5 /* buf */
            iload 6 /* i */
            baload
            iadd
            istore 2 /* total */
         7: .line 25
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 4 /* count */
            if_icmplt 6
        end local 6 // int i
        end local 4 // int count
         9: .line 24
      StackMap locals: test.TestNameTable java.io.File int java.io.InputStream top byte[]
      StackMap stack:
            aload 3 /* in */
            aload 5 /* buf */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 4 /* count */
        start local 4 // int count
        10: ifgt 4
        11: .line 30
            aload 3 /* in */
            invokevirtual java.io.InputStream.close:()V
        12: .line 32
            iload 2 /* total */
            ireturn
        end local 5 // byte[] buf
        end local 4 // int count
        end local 3 // java.io.InputStream in
        end local 2 // int total
        end local 1 // java.io.File file
        end local 0 // test.TestNameTable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Ltest/TestNameTable;
            0   13     1   file  Ljava/io/File;
            1   13     2  total  I
            2   13     3     in  Ljava/io/InputStream;
            4    9     4  count  I
           10   13     4  count  I
            3   13     5    buf  [B
            5    9     6      i  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      file  

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 38
            new test.TestNameTable
            dup
            invokespecial test.TestNameTable.<init>:()V
            aload 0 /* args */
            invokevirtual test.TestNameTable.test:([Ljava/lang/String;)I
            pop
         1: .line 39
            return
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  args  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "TestNameTable.java"