public final class test.TestLineReader extends test.BasePerfTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: test.TestLineReader
  super_class: test.BasePerfTest
{
  final char[] _buffer;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // test.TestLineReader this
         0: .line 10
            aload 0 /* this */
            invokespecial test.BasePerfTest.<init>:()V
         1: .line 8
            aload 0 /* this */
            sipush 4000
            newarray 5
            putfield test.TestLineReader._buffer:[C
         2: .line 10
            return
        end local 0 // test.TestLineReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ltest/TestLineReader;

  protected int testExec(java.io.File);
    descriptor: (Ljava/io/File;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // test.TestLineReader this
        start local 1 // java.io.File file
         0: .line 15
            iconst_0
            istore 2 /* total */
        start local 2 // int total
         1: .line 16
            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 17
            new java.io.InputStreamReader
            dup
            aload 3 /* in */
            ldc "UTF-8"
            invokespecial java.io.InputStreamReader.<init>:(Ljava/io/InputStream;Ljava/lang/String;)V
            astore 4 /* r */
        start local 4 // java.io.Reader r
         3: .line 18
            new java.io.BufferedReader
            dup
            aload 4 /* r */
            invokespecial java.io.BufferedReader.<init>:(Ljava/io/Reader;)V
            astore 5 /* br */
        start local 5 // java.io.BufferedReader br
         4: .line 21
            goto 6
        start local 6 // java.lang.String line
         5: .line 22
      StackMap locals: test.TestLineReader java.io.File int java.io.InputStream java.io.Reader java.io.BufferedReader java.lang.String
      StackMap stack:
            iload 2 /* total */
            aload 6 /* line */
            invokevirtual java.lang.String.length:()I
            iadd
            istore 2 /* total */
        end local 6 // java.lang.String line
         6: .line 21
      StackMap locals:
      StackMap stack:
            aload 5 /* br */
            invokevirtual java.io.BufferedReader.readLine:()Ljava/lang/String;
            dup
            astore 6 /* line */
        start local 6 // java.lang.String line
         7: ifnonnull 5
         8: .line 25
            aload 3 /* in */
            invokevirtual java.io.InputStream.close:()V
         9: .line 27
            iload 2 /* total */
            ireturn
        end local 6 // java.lang.String line
        end local 5 // java.io.BufferedReader br
        end local 4 // java.io.Reader r
        end local 3 // java.io.InputStream in
        end local 2 // int total
        end local 1 // java.io.File file
        end local 0 // test.TestLineReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ltest/TestLineReader;
            0   10     1   file  Ljava/io/File;
            1   10     2  total  I
            2   10     3     in  Ljava/io/InputStream;
            3   10     4      r  Ljava/io/Reader;
            4   10     5     br  Ljava/io/BufferedReader;
            5    6     6   line  Ljava/lang/String;
            7   10     6   line  Ljava/lang/String;
    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 32
            new test.TestLineReader
            dup
            invokespecial test.TestLineReader.<init>:()V
            aload 0 /* args */
            invokevirtual test.TestLineReader.test:([Ljava/lang/String;)I
            pop
         1: .line 33
            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: "TestLineReader.java"