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
void <init>(org.graalvm.compiler.hotspot.test.CompileTheWorld, jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod);
descriptor: (Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
0: .line 707
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 */
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
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
0: .line 710
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 711
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.currentOptions:Lorg/graalvm/compiler/options/OptionValues;
astore 1 /* savedOptions */
start local 1 // org.graalvm.compiler.options.OptionValues savedOptions
2: .line 712
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
new org.graalvm.compiler.options.OptionValues
dup
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.compilationOptions:Lorg/graalvm/util/UnmodifiableEconomicMap;
invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/util/UnmodifiableEconomicMap;)V
putfield org.graalvm.compiler.hotspot.test.CompileTheWorld.currentOptions:Lorg/graalvm/compiler/options/OptionValues;
3: .line 714
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
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld.compileMethod:(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;I)V
4: .line 715
goto 8
StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$1 org.graalvm.compiler.options.OptionValues
StackMap stack: java.lang.Throwable
5: astore 2
6: .line 716
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
aload 1 /* savedOptions */
putfield org.graalvm.compiler.hotspot.test.CompileTheWorld.currentOptions:Lorg/graalvm/compiler/options/OptionValues;
7: .line 717
aload 2
athrow
8: .line 716
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$1.this$0:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld;
aload 1 /* savedOptions */
putfield org.graalvm.compiler.hotspot.test.CompileTheWorld.currentOptions:Lorg/graalvm/compiler/options/OptionValues;
9: .line 718
return
end local 1 // org.graalvm.compiler.options.OptionValues savedOptions
end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$1 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$1;
2 10 1 savedOptions Lorg/graalvm/compiler/options/OptionValues;
Exception table:
from to target type
3 5 5 any
}
SourceFile: "CompileTheWorld.java"
EnclosingMethod: org.graalvm.compiler.hotspot.test.CompileTheWorld.compileMethod:(Ljdk/vm/ci/hotspot/HotSpotResolvedJavaMethod;)V
NestHost: org.graalvm.compiler.hotspot.test.CompileTheWorld
InnerClasses:
org.graalvm.compiler.hotspot.test.CompileTheWorld$1