public class com.oracle.mxtool.jmh_1_21.TestJMH_1_21
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.mxtool.jmh_1_21.TestJMH_1_21
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.jmh_1_21.TestJMH_1_21 this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.mxtool.jmh_1_21.TestJMH_1_21 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jmh_1_21/TestJMH_1_21;

  public void testJMH();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.mxtool.jmh_1_21.TestJMH_1_21 this
         0: .line 41
            return
        end local 0 // com.oracle.mxtool.jmh_1_21.TestJMH_1_21 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/mxtool/jmh_1_21/TestJMH_1_21;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
      org.openjdk.jmh.annotations.BenchmarkMode(value = {org.openjdk.jmh.annotations.Mode.All:Lorg/openjdk/jmh/annotations/Mode;})
}
SourceFile: "TestJMH_1_21.java"
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Warmup(iterations = 2)
      org.openjdk.jmh.annotations.Measurement(iterations = 2)
      org.openjdk.jmh.annotations.Fork(value = 2)