public class com.oracle.truffle.api.benchmark.ByteSequenceBenchmark
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.benchmark.ByteSequenceBenchmark
  super_class: java.lang.Object
{
  private static final int ITERATIONS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10000

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark this
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark;

  public int testHashing(com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState);
    descriptor: (Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark$HashingState;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark this
        start local 1 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState state
         0: .line 80
            iconst_0
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 81
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 82
      StackMap locals: int int
      StackMap stack:
            iload 2 /* hash */
            aload 1 /* state */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.sequences:[Lorg/graalvm/polyglot/io/ByteSequence;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 2 /* hash */
         4: .line 81
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 1 /* state */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.sequences:[Lorg/graalvm/polyglot/io/ByteSequence;
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 84
            iload 2 /* hash */
            ireturn
        end local 2 // int hash
        end local 1 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState state
        end local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark;
            0    7     1  state  Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark$HashingState;
            1    7     2   hash  I
            2    6     3      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
      org.openjdk.jmh.annotations.OperationsPerInvocation(value = 10000)
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "ByteSequenceBenchmark.java"
NestMembers:
  com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState
InnerClasses:
  public HashingState = com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState of com.oracle.truffle.api.benchmark.ByteSequenceBenchmark
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.State(value = org.openjdk.jmh.annotations.Scope.Thread:Lorg/openjdk/jmh/annotations/Scope;)
      org.openjdk.jmh.annotations.Fork(value = 1)