class micro.benchmarks.ConcurrentHashBenchmark$1 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: micro.benchmarks.ConcurrentHashBenchmark$1
  super_class: java.lang.Thread
{
  private final int[] val$results;
    descriptor: [I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$index;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.function.Supplier val$action;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(int[], int, java.util.function.Supplier);
    descriptor: ([IILjava/util/function/Supplier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // micro.benchmarks.ConcurrentHashBenchmark$1 this
         0: .line 84
            aload 0 /* this */
            aload 1
            putfield micro.benchmarks.ConcurrentHashBenchmark$1.val$results:[I
            aload 0 /* this */
            iload 2
            putfield micro.benchmarks.ConcurrentHashBenchmark$1.val$index:I
            aload 0 /* this */
            aload 3
            putfield micro.benchmarks.ConcurrentHashBenchmark$1.val$action:Ljava/util/function/Supplier;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // micro.benchmarks.ConcurrentHashBenchmark$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/ConcurrentHashBenchmark$1;
    MethodParameters:
             Name  Flags
      val$results  final
      val$index    final
      val$action   final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // micro.benchmarks.ConcurrentHashBenchmark$1 this
         0: .line 87
            aload 0 /* this */
            getfield micro.benchmarks.ConcurrentHashBenchmark$1.val$results:[I
            aload 0 /* this */
            getfield micro.benchmarks.ConcurrentHashBenchmark$1.val$index:I
            aload 0 /* this */
            getfield micro.benchmarks.ConcurrentHashBenchmark$1.val$action:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         1: .line 88
            return
        end local 0 // micro.benchmarks.ConcurrentHashBenchmark$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmicro/benchmarks/ConcurrentHashBenchmark$1;
}
SourceFile: "ConcurrentHashBenchmark.java"
EnclosingMethod: micro.benchmarks.ConcurrentHashBenchmark.inParallel:(Ljava/util/function/Supplier;)I
NestHost: micro.benchmarks.ConcurrentHashBenchmark
InnerClasses:
  micro.benchmarks.ConcurrentHashBenchmark$1