public class com.oracle.svm.core.jdk.DeferredCommonPool extends java.util.concurrent.ForkJoinPool
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.jdk.DeferredCommonPool
  super_class: java.util.concurrent.ForkJoinPool
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 44
            aload 0 /* this */
            iconst_1
            new com.oracle.svm.core.jdk.DeferredCommonPool$DisallowingForkJoinWorkerThreadFactory
            dup
            invokespecial com.oracle.svm.core.jdk.DeferredCommonPool$DisallowingForkJoinWorkerThreadFactory.<init>:()V
            aconst_null
            iconst_0
            invokespecial java.util.concurrent.ForkJoinPool.<init>:(ILjava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;Ljava/lang/Thread$UncaughtExceptionHandler;Z)V
         1: .line 45
            return
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public <T> T invoke(java.util.concurrent.ForkJoinTask<T>);
    descriptor: (Ljava/util/concurrent/ForkJoinTask;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.concurrent.ForkJoinTask task
         0: .line 49
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.invoke:(Ljava/util/concurrent/ForkJoinTask;)Ljava/lang/Object;
            areturn
        end local 1 // java.util.concurrent.ForkJoinTask task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  task  Ljava/util/concurrent/ForkJoinTask<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/ForkJoinTask<TT;>;)TT;
    MethodParameters:
      Name  Flags
      task  

  public void execute(java.util.concurrent.ForkJoinTask<?>);
    descriptor: (Ljava/util/concurrent/ForkJoinTask;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.concurrent.ForkJoinTask task
         0: .line 54
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.execute:(Ljava/util/concurrent/ForkJoinTask;)V
         1: .line 55
            return
        end local 1 // java.util.concurrent.ForkJoinTask task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    2     1  task  Ljava/util/concurrent/ForkJoinTask<*>;
    Signature: (Ljava/util/concurrent/ForkJoinTask<*>;)V
    MethodParameters:
      Name  Flags
      task  

  public void execute(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.lang.Runnable task
         0: .line 59
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.execute:(Ljava/lang/Runnable;)V
         1: .line 60
            return
        end local 1 // java.lang.Runnable task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    2     1  task  Ljava/lang/Runnable;
    MethodParameters:
      Name  Flags
      task  

  public <T> java.util.concurrent.ForkJoinTask<T> submit(java.util.concurrent.ForkJoinTask<T>);
    descriptor: (Ljava/util/concurrent/ForkJoinTask;)Ljava/util/concurrent/ForkJoinTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.concurrent.ForkJoinTask task
         0: .line 64
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.submit:(Ljava/util/concurrent/ForkJoinTask;)Ljava/util/concurrent/ForkJoinTask;
            areturn
        end local 1 // java.util.concurrent.ForkJoinTask task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  task  Ljava/util/concurrent/ForkJoinTask<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/ForkJoinTask<TT;>;)Ljava/util/concurrent/ForkJoinTask<TT;>;
    MethodParameters:
      Name  Flags
      task  

  public <T> java.util.concurrent.ForkJoinTask<T> submit(java.util.concurrent.Callable<T>);
    descriptor: (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/ForkJoinTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.concurrent.Callable task
         0: .line 69
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.submit:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/ForkJoinTask;
            areturn
        end local 1 // java.util.concurrent.Callable task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  task  Ljava/util/concurrent/Callable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/Callable<TT;>;)Ljava/util/concurrent/ForkJoinTask<TT;>;
    MethodParameters:
      Name  Flags
      task  

  public <T> java.util.concurrent.ForkJoinTask<T> submit(java.lang.Runnable, T);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.lang.Runnable task
        start local 2 // java.lang.Object result
         0: .line 74
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            aload 2 /* result */
            invokevirtual java.util.concurrent.ForkJoinPool.submit:(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;
            areturn
        end local 2 // java.lang.Object result
        end local 1 // java.lang.Runnable task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1    task  Ljava/lang/Runnable;
            0    1     2  result  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Runnable;TT;)Ljava/util/concurrent/ForkJoinTask<TT;>;
    MethodParameters:
        Name  Flags
      task    
      result  

  public java.util.concurrent.ForkJoinTask<?> submit(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/util/concurrent/ForkJoinTask;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.lang.Runnable task
         0: .line 79
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* task */
            invokevirtual java.util.concurrent.ForkJoinPool.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/ForkJoinTask;
            areturn
        end local 1 // java.lang.Runnable task
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  task  Ljava/lang/Runnable;
    Signature: (Ljava/lang/Runnable;)Ljava/util/concurrent/ForkJoinTask<*>;
    MethodParameters:
      Name  Flags
      task  

  public <T> java.util.List<java.util.concurrent.Future<T>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<T>>);
    descriptor: (Ljava/util/Collection;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.Collection tasks
         0: .line 84
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* tasks */
            invokevirtual java.util.concurrent.ForkJoinPool.invokeAll:(Ljava/util/Collection;)Ljava/util/List;
            areturn
        end local 1 // java.util.Collection tasks
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  tasks  Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;)Ljava/util/List<Ljava/util/concurrent/Future<TT;>;>;
    MethodParameters:
       Name  Flags
      tasks  

  public java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory getFactory();
    descriptor: ()Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 89
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getFactory:()Ljava/util/concurrent/ForkJoinPool$ForkJoinWorkerThreadFactory;
            areturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public java.lang.Thread$UncaughtExceptionHandler getUncaughtExceptionHandler();
    descriptor: ()Ljava/lang/Thread$UncaughtExceptionHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 94
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getUncaughtExceptionHandler:()Ljava/lang/Thread$UncaughtExceptionHandler;
            areturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public int getParallelism();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 99
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getParallelism:()I
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public int getPoolSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 104
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getPoolSize:()I
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean getAsyncMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 109
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getAsyncMode:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public int getRunningThreadCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 114
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getRunningThreadCount:()I
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public int getActiveThreadCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 119
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getActiveThreadCount:()I
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean isQuiescent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 124
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.isQuiescent:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public long getStealCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 129
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getStealCount:()J
            lreturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public long getQueuedTaskCount();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 134
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getQueuedTaskCount:()J
            lreturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public int getQueuedSubmissionCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 139
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.getQueuedSubmissionCount:()I
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean hasQueuedSubmissions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 144
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.hasQueuedSubmissions:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 149
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 154
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.shutdown:()V
         1: .line 155
            return
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public java.util.List<java.lang.Runnable> shutdownNow();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 159
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.shutdownNow:()Ljava/util/List;
            areturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
    Signature: ()Ljava/util/List<Ljava/lang/Runnable;>;

  public boolean isTerminated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 164
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.isTerminated:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean isTerminating();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 169
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.isTerminating:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean isShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
         0: .line 174
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            invokevirtual java.util.concurrent.ForkJoinPool.isShutdown:()Z
            ireturn
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;

  public boolean awaitTermination(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 179
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual java.util.concurrent.ForkJoinPool.awaitTermination:(JLjava/util/concurrent/TimeUnit;)Z
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  timeout  J
            0    1     3     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public boolean awaitQuiescence(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 184
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual java.util.concurrent.ForkJoinPool.awaitQuiescence:(JLjava/util/concurrent/TimeUnit;)Z
            ireturn
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  timeout  J
            0    1     3     unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>);
    descriptor: (Ljava/util/Collection;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.Collection tasks
         0: .line 189
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* tasks */
            invokevirtual java.util.concurrent.ForkJoinPool.invokeAny:(Ljava/util/Collection;)Ljava/lang/Object;
            areturn
        end local 1 // java.util.Collection tasks
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1  tasks  Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;
    Exceptions:
      throws java.lang.InterruptedException, java.util.concurrent.ExecutionException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;)TT;
    MethodParameters:
       Name  Flags
      tasks  

  public <T> T invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.Collection tasks
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 194
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* tasks */
            lload 2 /* timeout */
            aload 4 /* unit */
            invokevirtual java.util.concurrent.ForkJoinPool.invokeAny:(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
            areturn
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timeout
        end local 1 // java.util.Collection tasks
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1    tasks  Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;
            0    1     2  timeout  J
            0    1     4     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.InterruptedException, java.util.concurrent.ExecutionException, java.util.concurrent.TimeoutException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;JLjava/util/concurrent/TimeUnit;)TT;
    MethodParameters:
         Name  Flags
      tasks    
      timeout  
      unit     

  public <T> java.util.List<java.util.concurrent.Future<T>> invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<T>>, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
        start local 1 // java.util.Collection tasks
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 199
            invokestatic java.util.concurrent.ForkJoinPool.commonPool:()Ljava/util/concurrent/ForkJoinPool;
            aload 1 /* tasks */
            lload 2 /* timeout */
            aload 4 /* unit */
            invokevirtual java.util.concurrent.ForkJoinPool.invokeAll:(Ljava/util/Collection;JLjava/util/concurrent/TimeUnit;)Ljava/util/List;
            areturn
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timeout
        end local 1 // java.util.Collection tasks
        end local 0 // com.oracle.svm.core.jdk.DeferredCommonPool this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/svm/core/jdk/DeferredCommonPool;
            0    1     1    tasks  Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;
            0    1     2  timeout  J
            0    1     4     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.lang.InterruptedException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Collection<+Ljava/util/concurrent/Callable<TT;>;>;JLjava/util/concurrent/TimeUnit;)Ljava/util/List<Ljava/util/concurrent/Future<TT;>;>;
    MethodParameters:
         Name  Flags
      tasks    
      timeout  
      unit     

  public java.util.concurrent.Future submit(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.svm.core.jdk.DeferredCommonPool.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/ForkJoinTask;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.Future submit(java.lang.Runnable, java.lang.Object);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.lang.Object
            invokevirtual com.oracle.svm.core.jdk.DeferredCommonPool.submit:(Ljava/lang/Runnable;Ljava/lang/Object;)Ljava/util/concurrent/ForkJoinTask;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.Future submit(java.util.concurrent.Callable);
    descriptor: (Ljava/util/concurrent/Callable;)Ljava/util/concurrent/Future;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.concurrent.Callable
            invokevirtual com.oracle.svm.core.jdk.DeferredCommonPool.submit:(Ljava/util/concurrent/Callable;)Ljava/util/concurrent/ForkJoinTask;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DeferredCommonPool.java"
NestMembers:
  com.oracle.svm.core.jdk.DeferredCommonPool$DisallowingForkJoinWorkerThreadFactory
InnerClasses:
  DisallowingForkJoinWorkerThreadFactory = com.oracle.svm.core.jdk.DeferredCommonPool$DisallowingForkJoinWorkerThreadFactory of com.oracle.svm.core.jdk.DeferredCommonPool
  public abstract UncaughtExceptionHandler = java.lang.Thread$UncaughtExceptionHandler of java.lang.Thread
  public abstract ForkJoinWorkerThreadFactory = java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory of java.util.concurrent.ForkJoinPool