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

  public java.lang.Integer addBoxed(micro.benchmarks.BoxingBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/BoxingBenchmark$ThreadState;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.BoxingBenchmark this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tWarmup cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.BoxingBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/BoxingBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Benchmark()
      METHOD_RETURN
        Warmup()
    MethodParameters:
       Name  Flags
      state  

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