class org.graalvm.compiler.hotspot.CompilationTask$Lazy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.CompilationTask$Lazy
  super_class: java.lang.Object
{
  static final com.sun.management.ThreadMXBean threadMXBean;
    descriptor: Lcom/sun/management/ThreadMXBean;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 102
            invokestatic org.graalvm.compiler.debug.Management.getThreadMXBean:()Ljava/lang/management/ThreadMXBean;
            checkcast com.sun.management.ThreadMXBean
            putstatic org.graalvm.compiler.hotspot.CompilationTask$Lazy.threadMXBean:Lcom/sun/management/ThreadMXBean;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.CompilationTask$Lazy this
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.CompilationTask$Lazy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/CompilationTask$Lazy;
}
SourceFile: "CompilationTask.java"
NestHost: org.graalvm.compiler.hotspot.CompilationTask
InnerClasses:
  Lazy = org.graalvm.compiler.hotspot.CompilationTask$Lazy of org.graalvm.compiler.hotspot.CompilationTask