public class micro.benchmarks.ArrayAllocationBenchmark extends micro.benchmarks.BenchmarkBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.ArrayAllocationBenchmark
  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.ArrayAllocationBenchmark this
         0: .line 36
            aload 0 /* this */
            invokespecial micro.benchmarks.BenchmarkBase.<init>:()V
            return
        end local 0 // micro.benchmarks.ArrayAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/ArrayAllocationBenchmark;

  public void arrayAllocate(micro.benchmarks.ArrayAllocationBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/ArrayAllocationBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.ArrayAllocationBenchmark this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tThreads cannot be resolved to a type\n\tThreads cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.ArrayAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/ArrayAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "ArrayAllocationBenchmark.java"
NestMembers:
  micro.benchmarks.ArrayAllocationBenchmark$ThreadState
InnerClasses:
  public ThreadState = micro.benchmarks.ArrayAllocationBenchmark$ThreadState of micro.benchmarks.ArrayAllocationBenchmark