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

  public void mathLog(micro.benchmarks.MathFunctionBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/MathFunctionBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.MathFunctionBenchmark this
         0: .line 54
            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.MathFunctionBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/MathFunctionBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    MethodParameters:
       Name  Flags
      state  

  public void mathLog10(micro.benchmarks.MathFunctionBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/MathFunctionBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.MathFunctionBenchmark this
         0: .line 64
            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.MathFunctionBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/MathFunctionBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    MethodParameters:
       Name  Flags
      state  

  public void mathSin(micro.benchmarks.MathFunctionBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/MathFunctionBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.MathFunctionBenchmark this
         0: .line 74
            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.MathFunctionBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/MathFunctionBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    MethodParameters:
       Name  Flags
      state  

  public void mathCos(micro.benchmarks.MathFunctionBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/MathFunctionBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.MathFunctionBenchmark this
         0: .line 84
            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.MathFunctionBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/MathFunctionBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    MethodParameters:
       Name  Flags
      state  

  public void mathTan(micro.benchmarks.MathFunctionBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/MathFunctionBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.MathFunctionBenchmark this
         0: .line 94
            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.MathFunctionBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/MathFunctionBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
      Warmup()
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "MathFunctionBenchmark.java"
NestMembers:
  micro.benchmarks.MathFunctionBenchmark$ThreadState
InnerClasses:
  public ThreadState = micro.benchmarks.MathFunctionBenchmark$ThreadState of micro.benchmarks.MathFunctionBenchmark