public final class test.TestUTF8 extends test.BasePerfTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: test.TestUTF8
  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.TestUTF8 this
         0: .line 9
            aload 0 /* this */
            invokespecial test.BasePerfTest.<init>:()V
         1: .line 7
            aload 0 /* this */
            sipush 4000
            newarray 5
            putfield test.TestUTF8._buffer:[C
         2: .line 9
            return
        end local 0 // test.TestUTF8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ltest/TestUTF8;

  protected int testExec(java.io.File);
    descriptor: (Ljava/io/File;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // test.TestUTF8 this
        start local 1 // java.io.File file
         0: .line 14
            iconst_0
            istore 2 /* total */
        start local 2 // int total
         1: .line 15
            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 16
            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
            aload 0 /* this */
            getfield test.TestUTF8._buffer:[C
            astore 6 /* cbuf */
        start local 6 // char[] cbuf
         4: .line 20
            goto 10
        start local 5 // int count
         5: .line 21
      StackMap locals: test.TestUTF8 java.io.File int java.io.InputStream java.io.Reader int char[]
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 9
         7: .line 22
      StackMap locals: int
      StackMap stack:
            iload 2 /* total */
            aload 6 /* cbuf */
            iload 7 /* i */
            caload
            iadd
            istore 2 /* total */
         8: .line 21
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 5 /* count */
            if_icmplt 7
        end local 7 // int i
        end local 5 // int count
        10: .line 20
      StackMap locals: test.TestUTF8 java.io.File int java.io.InputStream java.io.Reader top char[]
      StackMap stack:
            aload 4 /* r */
            aload 6 /* cbuf */
            invokevirtual java.io.Reader.read:([C)I
            dup
            istore 5 /* count */
        start local 5 // int count
        11: ifgt 5
        12: .line 26
            aload 3 /* in */
            invokevirtual java.io.InputStream.close:()V
        13: .line 28
            iload 2 /* total */
            ireturn
        end local 6 // char[] cbuf
        end local 5 // int count
        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.TestUTF8 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ltest/TestUTF8;
            0   14     1   file  Ljava/io/File;
            1   14     2  total  I
            2   14     3     in  Ljava/io/InputStream;
            3   14     4      r  Ljava/io/Reader;
            5   10     5  count  I
           11   14     5  count  I
            4   14     6   cbuf  [C
            6   10     7      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 33
            new test.TestUTF8
            dup
            invokespecial test.TestUTF8.<init>:()V
            aload 0 /* args */
            invokevirtual test.TestUTF8.test:([Ljava/lang/String;)I
            pop
         1: .line 34
            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: "TestUTF8.java"