final class org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory implements java.util.concurrent.ThreadFactory
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory
super_class: java.lang.Object
{
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>(org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams);
descriptor: (Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory this
start local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams libgraal
0: .line 694
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 695
aload 0 /* this */
aload 1 /* libgraal */
putfield org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory.libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
2: .line 696
return
end local 1 // org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams libgraal
end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$CTWThreadFactory;
0 3 1 libgraal Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
MethodParameters:
Name Flags
libgraal
public java.lang.Thread newThread(java.lang.Runnable);
descriptor: (Ljava/lang/Runnable;)Ljava/lang/Thread;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory this
start local 1 // java.lang.Runnable r
0: .line 700
new org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread
dup
aload 1 /* r */
aload 0 /* this */
getfield org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory.libgraal:Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;
invokespecial org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThread.<init>:(Ljava/lang/Runnable;Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$LibGraalParams;)V
areturn
end local 1 // java.lang.Runnable r
end local 0 // org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/hotspot/test/CompileTheWorld$CTWThreadFactory;
0 1 1 r Ljava/lang/Runnable;
MethodParameters:
Name Flags
r
}
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
final CTWThreadFactory = org.graalvm.compiler.hotspot.test.CompileTheWorld$CTWThreadFactory of org.graalvm.compiler.hotspot.test.CompileTheWorld
LibGraalParams = org.graalvm.compiler.hotspot.test.CompileTheWorld$LibGraalParams of org.graalvm.compiler.hotspot.test.CompileTheWorld