class org.openjdk.jmh.util.Utils$BurningTask implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.openjdk.jmh.util.Utils$BurningTask
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.util.Utils$BurningTask this
         0: .line 330
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.openjdk.jmh.util.Utils$BurningTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/openjdk/jmh/util/Utils$BurningTask;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.openjdk.jmh.util.Utils$BurningTask this
         0: .line 333
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.Thread.interrupted:()Z
            ifeq 0
         1: .line 334
            return
        end local 0 // org.openjdk.jmh.util.Utils$BurningTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/openjdk/jmh/util/Utils$BurningTask;
}
SourceFile: "Utils.java"
NestHost: org.openjdk.jmh.util.Utils
InnerClasses:
  BurningTask = org.openjdk.jmh.util.Utils$BurningTask of org.openjdk.jmh.util.Utils