class org.graalvm.compiler.hotspot.test.CompileTheWorld$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.CompileTheWorld$1
  super_class: java.lang.Object
{
  final org.graalvm.compiler.hotspot.test.CompileTheWorld this$0;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod val$method;
    descriptor: Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams val$libgraal;
    descriptor: Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.graalvm.compiler.hotspot.test.CompileTheWorld, jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod, org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
         0: .line 968
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            aload 0 /* this */
            aload 2
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.val$method:Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            aload 0 /* this */
            aload 3
            putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.val$libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$method    final
      val$libgraal  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
         0: .line 971
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld.waitToRun:()V
         1: .line 972
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.val$method:Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld.classFileCounter:I
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.val$libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
            invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld.compileMethod:(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;ILorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
         2: .line 973
            return
        end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$1;
}
SourceFile: "CompileTheWorld.java"
EnclosingMethod: org.graalvm.compiler.hotspot.test.CompileTheWorld.compileMethod:(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
NestHost: org.graalvm.compiler.hotspot.test.CompileTheWorld
InnerClasses:
  org.graalvm.compiler.hotspot.test.CompileTheWorld$1
  LibGraalParams = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams of org.graalvm.compiler.hotspot.test.CompileTheWorld