class sun.nio.ch.ThreadPool$2$1 implements java.security.PrivilegedAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.ThreadPool$2$1
  super_class: java.lang.Object
{
  final sun.nio.ch.ThreadPool$2 this$1;
    descriptor: Lsun/nio/ch/ThreadPool$2;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Runnable val$r;
    descriptor: Ljava/lang/Runnable;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.nio.ch.ThreadPool$2, java.lang.Runnable);
    descriptor: (Lsun/nio/ch/ThreadPool$2;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.nio.ch.ThreadPool$2$1 this
         0: .line 88
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.ThreadPool$2$1.this$1:Lsun/nio/ch/ThreadPool$2;
            aload 0 /* this */
            aload 2
            putfield sun.nio.ch.ThreadPool$2$1.val$r:Ljava/lang/Runnable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.ch.ThreadPool$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/ThreadPool$2$1;
    MethodParameters:
        Name  Flags
      this$0  final
      val$r   final

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.ch.ThreadPool$2$1 this
         0: .line 90
            new sun.misc.InnocuousThread
            dup
            aload 0 /* this */
            getfield sun.nio.ch.ThreadPool$2$1.val$r:Ljava/lang/Runnable;
            invokespecial sun.misc.InnocuousThread.<init>:(Ljava/lang/Runnable;)V
            astore 1 /* t */
        start local 1 // java.lang.Thread t
         1: .line 91
            aload 1 /* t */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         2: .line 92
            aload 1 /* t */
            areturn
        end local 1 // java.lang.Thread t
        end local 0 // sun.nio.ch.ThreadPool$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/ch/ThreadPool$2$1;
            1    3     1     t  Ljava/lang/Thread;
}
SourceFile: "ThreadPool.java"
EnclosingMethod: sun.nio.ch.ThreadPool$2.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;
NestHost: sun.nio.ch.ThreadPool
InnerClasses:
  sun.nio.ch.ThreadPool$2
  sun.nio.ch.ThreadPool$2$1