class com.oracle.svm.hosted.NativeImageGenerator$1 extends java.util.concurrent.ForkJoinWorkerThread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.NativeImageGenerator$1
  super_class: java.util.concurrent.ForkJoinWorkerThread
{
  final com.oracle.svm.hosted.NativeImageGenerator this$0;
    descriptor: Lcom/oracle/svm/hosted/NativeImageGenerator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.oracle.svm.hosted.ImageSingletonsSupportImpl$HostedManagement val$vmConfig;
    descriptor: Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.svm.hosted.NativeImageGenerator, java.util.concurrent.ForkJoinPool, com.oracle.svm.hosted.ImageSingletonsSupportImpl$HostedManagement);
    descriptor: (Lcom/oracle/svm/hosted/NativeImageGenerator;Ljava/util/concurrent/ForkJoinPool;Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
        start local 2 // java.util.concurrent.ForkJoinPool $anonymous0
         0: .line 533
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.hosted.NativeImageGenerator$1.this$0:Lcom/oracle/svm/hosted/NativeImageGenerator;
            aload 0 /* this */
            aload 3
            putfield com.oracle.svm.hosted.NativeImageGenerator$1.val$vmConfig:Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial java.util.concurrent.ForkJoinWorkerThread.<init>:(Ljava/util/concurrent/ForkJoinPool;)V
            return
        end local 2 // java.util.concurrent.ForkJoinPool $anonymous0
        end local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/svm/hosted/NativeImageGenerator$1;
            0    1     2  $anonymous0  Ljava/util/concurrent/ForkJoinPool;
    MethodParameters:
              Name  Flags
      this$0        final
      $anonymous0   
      val$vmConfig  final

  protected void onStart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
         0: .line 536
            aload 0 /* this */
            invokespecial java.util.concurrent.ForkJoinWorkerThread.onStart:()V
         1: .line 537
            aload 0 /* this */
            getfield com.oracle.svm.hosted.NativeImageGenerator$1.val$vmConfig:Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;
            invokestatic com.oracle.svm.hosted.ImageSingletonsSupportImpl$HostedManagement.installInThread:(Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;)V
         2: .line 538
            getstatic com.oracle.svm.hosted.NativeImageGenerator.$assertionsDisabled:Z
            ifne 3
            aload 0 /* this */
            getfield com.oracle.svm.hosted.NativeImageGenerator$1.this$0:Lcom/oracle/svm/hosted/NativeImageGenerator;
            getfield com.oracle.svm.hosted.NativeImageGenerator.loader:Lcom/oracle/svm/hosted/ImageClassLoader;
            invokevirtual com.oracle.svm.hosted.ImageClassLoader.getClassLoader:()Ljava/lang/ClassLoader;
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.NativeImageGenerator$1.getContextClassLoader:()Ljava/lang/ClassLoader;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 539
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/svm/hosted/NativeImageGenerator$1;

  protected void onTermination(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
        start local 1 // java.lang.Throwable exception
         0: .line 543
            invokestatic com.oracle.svm.hosted.ImageSingletonsSupportImpl$HostedManagement.clearInThread:()V
         1: .line 544
            aload 0 /* this */
            aload 1 /* exception */
            invokespecial java.util.concurrent.ForkJoinWorkerThread.onTermination:(Ljava/lang/Throwable;)V
         2: .line 545
            return
        end local 1 // java.lang.Throwable exception
        end local 0 // com.oracle.svm.hosted.NativeImageGenerator$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/svm/hosted/NativeImageGenerator$1;
            0    3     1  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "NativeImageGenerator.java"
EnclosingMethod: com.oracle.svm.hosted.NativeImageGenerator.lambda$2:(Lcom/oracle/svm/hosted/ImageSingletonsSupportImpl$HostedManagement;Ljava/util/concurrent/ForkJoinPool;)Ljava/util/concurrent/ForkJoinWorkerThread;
NestHost: com.oracle.svm.hosted.NativeImageGenerator
InnerClasses:
  public final HostedManagement = com.oracle.svm.hosted.ImageSingletonsSupportImpl$HostedManagement of com.oracle.svm.hosted.ImageSingletonsSupportImpl
  com.oracle.svm.hosted.NativeImageGenerator$1