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

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

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

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // sun.nio.fs.AbstractPoller$1 this
         0: .line 62
            new java.lang.Thread
            dup
            aconst_null
         1: .line 63
            aload 0 /* this */
            getfield sun.nio.fs.AbstractPoller$1.val$thisRunnable:Ljava/lang/Runnable;
         2: .line 64
            ldc "FileSystemWatchService"
         3: .line 65
            lconst_0
         4: .line 66
            iconst_0
         5: .line 62
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;JZ)V
            astore 1 /* thr */
        start local 1 // java.lang.Thread thr
         6: .line 67
            aload 1 /* thr */
            iconst_1
            invokevirtual java.lang.Thread.setDaemon:(Z)V
         7: .line 68
            aload 1 /* thr */
            invokevirtual java.lang.Thread.start:()V
         8: .line 69
            aconst_null
            areturn
        end local 1 // java.lang.Thread thr
        end local 0 // sun.nio.fs.AbstractPoller$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/nio/fs/AbstractPoller$1;
            6    9     1   thr  Ljava/lang/Thread;
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Object;>;
SourceFile: "AbstractPoller.java"
EnclosingMethod: sun.nio.fs.AbstractPoller.start:()V
NestHost: sun.nio.fs.AbstractPoller
InnerClasses:
  sun.nio.fs.AbstractPoller$1