final class org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread extends java.lang.Thread
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread
super_class: java.lang.Thread
{
private final org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams libgraal;
descriptor: Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.Runnable, org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams);
descriptor: (Ljava/lang/Runnable;Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread this
start local 1 // java.lang.Runnable r
start local 2 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams libgraal
0: .line 674
aload 0 /* this */
aload 1 /* r */
invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
1: .line 675
aload 0 /* this */
aload 2 /* libgraal */
putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
2: .line 676
aload 0 /* this */
new java.lang.StringBuilder
dup
ldc "CTWThread-"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.getId:()J
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.setName:(Ljava/lang/String;)V
3: .line 677
aload 0 /* this */
bipush 10
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.setPriority:(I)V
4: .line 678
aload 0 /* this */
iconst_1
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.setDaemon:(Z)V
5: .line 679
return
end local 2 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams libgraal
end local 1 // java.lang.Runnable r
end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$CTWThread;
0 6 1 r Ljava/lang/Runnable;
0 6 2 libgraal Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
MethodParameters:
Name Flags
r
libgraal
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread this
0: .line 684
aload 0 /* this */
aload 0 /* this */
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
invokevirtual org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.setContextClassLoader:(Ljava/lang/ClassLoader;)V
1: .line 685
aconst_null
astore 1
aconst_null
astore 2
2: aload 0 /* this */
getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
ifnonnull 3
aconst_null
goto 4
StackMap locals: java.lang.Throwable java.lang.Throwable
StackMap stack:
3: new jdk.internal.vm.compiler.libgraal.LibGraalScope
dup
invokespecial jdk.internal.vm.compiler.libgraal.LibGraalScope.<init>:()V
StackMap locals:
StackMap stack: jdk.internal.vm.compiler.libgraal.LibGraalScope
4: astore 3 /* scope */
start local 3 // jdk.internal.vm.compiler.libgraal.LibGraalScope scope
5: .line 686
aload 0 /* this */
invokespecial java.lang.Thread.run:()V
6: .line 687
aload 3 /* scope */
ifnull 12
aload 3 /* scope */
invokevirtual jdk.internal.vm.compiler.libgraal.LibGraalScope.close:()V
goto 12
StackMap locals: org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread java.lang.Throwable java.lang.Throwable jdk.internal.vm.compiler.libgraal.LibGraalScope
StackMap stack: java.lang.Throwable
7: astore 1
aload 3 /* scope */
ifnull 8
aload 3 /* scope */
invokevirtual jdk.internal.vm.compiler.libgraal.LibGraalScope.close:()V
end local 3 // jdk.internal.vm.compiler.libgraal.LibGraalScope scope
StackMap locals:
StackMap stack:
8: aload 1
athrow
StackMap locals:
StackMap stack: java.lang.Throwable
9: astore 2
aload 1
ifnonnull 10
aload 2
astore 1
goto 11
StackMap locals:
StackMap stack:
10: aload 1
aload 2
if_acmpeq 11
aload 1
aload 2
invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
StackMap locals:
StackMap stack:
11: aload 1
athrow
12: .line 688
StackMap locals:
StackMap stack:
return
end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread this
LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$CTWThread;
5 8 3 scope Ljdk/internal/vm/compiler/libgraal/LibGraalScope;
Exception table:
from to target type
5 6 7 any
2 9 9 any
}
SourceFile: "CompileTheWorld.java"
NestHost: org.graalvm.compiler.hotspot.test.CompileTheWorld
InnerClasses:
final CTWThread = org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread of org.graalvm.compiler.hotspot.test.CompileTheWorld
LibGraalParams = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams of org.graalvm.compiler.hotspot.test.CompileTheWorld