public class micro.benchmarks.HashBenchmark extends micro.benchmarks.BenchmarkBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.HashBenchmark
  super_class: micro.benchmarks.BenchmarkBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // micro.benchmarks.HashBenchmark this
         0: .line 34
            aload 0 /* this */
            invokespecial micro.benchmarks.BenchmarkBase.<init>:()V
            return
        end local 0 // micro.benchmarks.HashBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/HashBenchmark;

  public int hash(micro.benchmarks.HashBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/HashBenchmark$ThreadState;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // micro.benchmarks.HashBenchmark this
        start local 1 // micro.benchmarks.HashBenchmark$ThreadState state
         0: .line 43
            iconst_0
            istore 2 /* value */
        start local 2 // int value
         1: .line 44
            aload 1 /* state */
            getfield micro.benchmarks.HashBenchmark$ThreadState.characters:[C
            astore 3 /* array */
        start local 3 // char[] array
         2: .line 45
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 46
      StackMap locals: int char[] int
      StackMap stack:
            iload 2 /* value */
            bipush 31
            imul
            aload 3 /* array */
            iload 4 /* i */
            caload
            iadd
            istore 2 /* value */
         5: .line 45
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            aload 3 /* array */
            arraylength
            if_icmplt 4
        end local 4 // int i
         7: .line 48
            iload 2 /* value */
            ireturn
        end local 3 // char[] array
        end local 2 // int value
        end local 1 // micro.benchmarks.HashBenchmark$ThreadState state
        end local 0 // micro.benchmarks.HashBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lmicro/benchmarks/HashBenchmark;
            0    8     1  state  Lmicro/benchmarks/HashBenchmark$ThreadState;
            1    8     2  value  I
            2    8     3  array  [C
            3    7     4      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "HashBenchmark.java"
NestMembers:
  micro.benchmarks.HashBenchmark$ThreadState
InnerClasses:
  public ThreadState = micro.benchmarks.HashBenchmark$ThreadState of micro.benchmarks.HashBenchmark