public class com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState
  super_class: java.lang.Object
{
  final org.graalvm.polyglot.io.ByteSequence[] sequences;
    descriptor: [Lorg/graalvm/polyglot/io/ByteSequence;
    flags: (0x0010) ACC_FINAL

  private final byte[] buffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            sipush 10000
            anewarray org.graalvm.polyglot.io.ByteSequence
            putfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.sequences:[Lorg/graalvm/polyglot/io/ByteSequence;
         2: .line 61
            aload 0 /* this */
            sipush 4096
            newarray 8
            putfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.buffer:[B
         3: .line 63
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 7
         5: .line 64
      StackMap locals: com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.buffer:[B
            iload 1 /* i */
            iload 1 /* i */
            i2b
            bastore
         6: .line 63
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.buffer:[B
            arraylength
            if_icmplt 5
        end local 1 // int i
         8: .line 59
            return
        end local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark$HashingState;
            4    8     1     i  I

  public void setup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState this
         0: .line 70
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 71
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.sequences:[Lorg/graalvm/polyglot/io/ByteSequence;
            iload 1 /* i */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.buffer:[B
            invokestatic org.graalvm.polyglot.io.ByteSequence.create:([B)Lorg/graalvm/polyglot/io/ByteSequence;
            aastore
         3: .line 70
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            aload 0 /* this */
            getfield com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState.sequences:[Lorg/graalvm/polyglot/io/ByteSequence;
            arraylength
            if_icmplt 2
        end local 1 // int i
         5: .line 73
            return
        end local 0 // com.oracle.truffle.api.benchmark.ByteSequenceBenchmark$HashingState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/benchmark/ByteSequenceBenchmark$HashingState;
            1    5     1     i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Setup(value = org.openjdk.jmh.annotations.Level.Invocation:Lorg/openjdk/jmh/annotations/Level;)
}
SourceFile: "ByteSequenceBenchmark.java"
NestHost: com.oracle.truffle.api.benchmark.ByteSequenceBenchmark
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;)