class sun.nio.fs.SolarisWatchService$Poller extends sun.nio.fs.AbstractPoller
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.SolarisWatchService$Poller
  super_class: sun.nio.fs.AbstractPoller
{
  private static final int MAX_EVENT_COUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  private static final int FILE_REMOVED;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  private static final int FILE_EXCEPTION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1610612848

  private final long bufferAddress;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.nio.fs.SolarisWatchService watcher;
    descriptor: Lsun/nio/fs/SolarisWatchService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<sun.nio.fs.UnixFileKey, sun.nio.fs.SolarisWatchService$SolarisWatchKey> fileKey2WatchKey;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lsun/nio/fs/UnixFileKey;Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;>;

  private final java.util.Map<java.lang.Long, sun.nio.fs.SolarisWatchService$Node> object2Node;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Long;Lsun/nio/fs/SolarisWatchService$Node;>;

  final sun.nio.fs.SolarisWatchService this$0;
    descriptor: Lsun/nio/fs/SolarisWatchService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 214
            ldc Lsun/nio/fs/SolarisWatchService;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.nio.fs.SolarisWatchService$Poller.$assertionsDisabled:Z
         3: .line 225
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.nio.fs.SolarisWatchService, sun.nio.fs.UnixFileSystem, sun.nio.fs.SolarisWatchService, int);
    descriptor: (Lsun/nio/fs/SolarisWatchService;Lsun/nio/fs/UnixFileSystem;Lsun/nio/fs/SolarisWatchService;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 2 // sun.nio.fs.UnixFileSystem fs
        start local 3 // sun.nio.fs.SolarisWatchService watcher
        start local 4 // int port
         0: .line 244
            aload 0 /* this */
            aload 1
            putfield sun.nio.fs.SolarisWatchService$Poller.this$0:Lsun/nio/fs/SolarisWatchService;
            aload 0 /* this */
            invokespecial sun.nio.fs.AbstractPoller.<init>:()V
         1: .line 245
            aload 0 /* this */
            aload 3 /* watcher */
            putfield sun.nio.fs.SolarisWatchService$Poller.watcher:Lsun/nio/fs/SolarisWatchService;
         2: .line 246
            aload 0 /* this */
            iload 4 /* port */
            putfield sun.nio.fs.SolarisWatchService$Poller.port:I
         3: .line 247
            aload 0 /* this */
         4: .line 248
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            getstatic sun.nio.fs.SolarisWatchService.SIZEOF_PORT_EVENT:I
            sipush 128
            imul
            i2l
            invokevirtual jdk.internal.misc.Unsafe.allocateMemory:(J)J
         5: .line 247
            putfield sun.nio.fs.SolarisWatchService$Poller.bufferAddress:J
         6: .line 249
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
         7: .line 250
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
         8: .line 251
            return
        end local 4 // int port
        end local 3 // sun.nio.fs.SolarisWatchService watcher
        end local 2 // sun.nio.fs.UnixFileSystem fs
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    9     2       fs  Lsun/nio/fs/UnixFileSystem;
            0    9     3  watcher  Lsun/nio/fs/SolarisWatchService;
            0    9     4     port  I
    MethodParameters:
         Name  Flags
      this$0   final
      fs       
      watcher  
      port     

  void wakeup();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
         0: .line 257
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
            iconst_0
            invokestatic sun.nio.fs.SolarisWatchService.portSend:(II)V
         1: .line 258
            goto 4
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
         2: astore 1 /* x */
        start local 1 // sun.nio.fs.UnixException x
         3: .line 259
            new java.io.IOException
            dup
            aload 1 /* x */
            invokevirtual sun.nio.fs.UnixException.errorString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // sun.nio.fs.UnixException x
         4: .line 261
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/fs/SolarisWatchService$Poller;
            3    4     1     x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           0     1       2  Class sun.nio.fs.UnixException
    Exceptions:
      throws java.io.IOException

   implRegister(java.nio.file.Path, java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>>, java.nio.file.WatchEvent$Modifier[]);
    descriptor: (Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/lang/Object;
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=9, locals=11, args_size=4
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // java.nio.file.Path obj
        start local 2 // java.util.Set events
        start local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
         0: .line 269
            aload 3 /* modifiers */
            arraylength
            ifle 11
         1: .line 270
            aload 3 /* modifiers */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] top int int java.nio.file.WatchEvent$Modifier[]
      StackMap stack:
         2: aload 7
            iload 5
            aaload
            astore 4 /* modifier */
        start local 4 // java.nio.file.WatchEvent$Modifier modifier
         3: .line 271
            aload 4 /* modifier */
            ifnonnull 5
         4: .line 272
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            areturn
         5: .line 273
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] java.nio.file.WatchEvent$Modifier int int java.nio.file.WatchEvent$Modifier[]
      StackMap stack:
            getstatic sun.nio.fs.ExtendedOptions.SENSITIVITY_HIGH:Lsun/nio/fs/ExtendedOptions$InternalOption;
            aload 4 /* modifier */
            invokevirtual sun.nio.fs.ExtendedOptions$InternalOption.matches:(Ljava/lang/Object;)Z
            ifne 9
         6: .line 274
            getstatic sun.nio.fs.ExtendedOptions.SENSITIVITY_MEDIUM:Lsun/nio/fs/ExtendedOptions$InternalOption;
            aload 4 /* modifier */
            invokevirtual sun.nio.fs.ExtendedOptions$InternalOption.matches:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 275
            getstatic sun.nio.fs.ExtendedOptions.SENSITIVITY_LOW:Lsun/nio/fs/ExtendedOptions$InternalOption;
            aload 4 /* modifier */
            invokevirtual sun.nio.fs.ExtendedOptions$InternalOption.matches:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 276
            new java.lang.UnsupportedOperationException
            dup
            ldc "Modifier not supported"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            areturn
        end local 4 // java.nio.file.WatchEvent$Modifier modifier
         9: .line 270
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] top int int java.nio.file.WatchEvent$Modifier[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 2
        11: .line 281
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[]
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.nio.fs.UnixPath
            astore 4 /* dir */
        start local 4 // sun.nio.fs.UnixPath dir
        12: .line 284
            aconst_null
            astore 5 /* attrs */
        start local 5 // sun.nio.fs.UnixFileAttributes attrs
        13: .line 286
            aload 4 /* dir */
            iconst_1
            invokestatic sun.nio.fs.UnixFileAttributes.get:(Lsun/nio/fs/UnixPath;Z)Lsun/nio/fs/UnixFileAttributes;
            astore 5 /* attrs */
        14: .line 287
            goto 17
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes
      StackMap stack: sun.nio.fs.UnixException
        15: astore 6 /* x */
        start local 6 // sun.nio.fs.UnixException x
        16: .line 288
            aload 6 /* x */
            aload 4 /* dir */
            invokevirtual sun.nio.fs.UnixException.asIOException:(Lsun/nio/fs/UnixPath;)Ljava/io/IOException;
            areturn
        end local 6 // sun.nio.fs.UnixException x
        17: .line 290
      StackMap locals:
      StackMap stack:
            aload 5 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.isDirectory:()Z
            ifne 19
        18: .line 291
            new java.nio.file.NotDirectoryException
            dup
            aload 4 /* dir */
            invokevirtual sun.nio.fs.UnixPath.getPathForExceptionMessage:()Ljava/lang/String;
            invokespecial java.nio.file.NotDirectoryException.<init>:(Ljava/lang/String;)V
            areturn
        19: .line 295
      StackMap locals:
      StackMap stack:
            aload 5 /* attrs */
            invokevirtual sun.nio.fs.UnixFileAttributes.fileKey:()Lsun/nio/fs/UnixFileKey;
            astore 6 /* fileKey */
        start local 6 // sun.nio.fs.UnixFileKey fileKey
        20: .line 296
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            aload 6 /* fileKey */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            astore 7 /* watchKey */
        start local 7 // sun.nio.fs.SolarisWatchService$SolarisWatchKey watchKey
        21: .line 297
            aload 7 /* watchKey */
            ifnull 27
        22: .line 299
            aload 0 /* this */
            aload 7 /* watchKey */
            aload 2 /* events */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.updateEvents:(Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;Ljava/util/Set;)V
        23: .line 300
            goto 26
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes sun.nio.fs.UnixFileKey sun.nio.fs.SolarisWatchService$SolarisWatchKey
      StackMap stack: sun.nio.fs.UnixException
        24: astore 8 /* x */
        start local 8 // sun.nio.fs.UnixException x
        25: .line 301
            aload 8 /* x */
            aload 4 /* dir */
            invokevirtual sun.nio.fs.UnixException.asIOException:(Lsun/nio/fs/UnixPath;)Ljava/io/IOException;
            areturn
        end local 8 // sun.nio.fs.UnixException x
        26: .line 303
      StackMap locals:
      StackMap stack:
            aload 7 /* watchKey */
            areturn
        27: .line 307
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 8 /* object */
        start local 8 // long object
        28: .line 309
            aload 0 /* this */
            aload 4 /* dir */
            bipush 6
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.registerImpl:(Lsun/nio/fs/UnixPath;I)J
            lstore 8 /* object */
        29: .line 310
            goto 32
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller java.nio.file.Path java.util.Set java.nio.file.WatchEvent$Modifier[] sun.nio.fs.UnixPath sun.nio.fs.UnixFileAttributes sun.nio.fs.UnixFileKey sun.nio.fs.SolarisWatchService$SolarisWatchKey long
      StackMap stack: sun.nio.fs.UnixException
        30: astore 10 /* x */
        start local 10 // sun.nio.fs.UnixException x
        31: .line 311
            aload 10 /* x */
            aload 4 /* dir */
            invokevirtual sun.nio.fs.UnixException.asIOException:(Lsun/nio/fs/UnixPath;)Ljava/io/IOException;
            areturn
        end local 10 // sun.nio.fs.UnixException x
        32: .line 315
      StackMap locals:
      StackMap stack:
            new sun.nio.fs.SolarisWatchService$SolarisWatchKey
            dup
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.this$0:Lsun/nio/fs/SolarisWatchService;
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.watcher:Lsun/nio/fs/SolarisWatchService;
            aload 4 /* dir */
            aload 6 /* fileKey */
            lload 8 /* object */
            aload 2 /* events */
            invokespecial sun.nio.fs.SolarisWatchService$SolarisWatchKey.<init>:(Lsun/nio/fs/SolarisWatchService;Lsun/nio/fs/SolarisWatchService;Lsun/nio/fs/UnixPath;Lsun/nio/fs/UnixFileKey;JLjava/util/Set;)V
            astore 7 /* watchKey */
        33: .line 316
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 8 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 7 /* watchKey */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 317
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            aload 6 /* fileKey */
            aload 7 /* watchKey */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 320
            aload 0 /* this */
            aload 4 /* dir */
            aload 7 /* watchKey */
            iconst_0
            iconst_0
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.registerChildren:(Lsun/nio/fs/UnixPath;Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;ZZ)V
        36: .line 322
            aload 7 /* watchKey */
            areturn
        end local 8 // long object
        end local 7 // sun.nio.fs.SolarisWatchService$SolarisWatchKey watchKey
        end local 6 // sun.nio.fs.UnixFileKey fileKey
        end local 5 // sun.nio.fs.UnixFileAttributes attrs
        end local 4 // sun.nio.fs.UnixPath dir
        end local 3 // java.nio.file.WatchEvent$Modifier[] modifiers
        end local 2 // java.util.Set events
        end local 1 // java.nio.file.Path obj
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   37     0       this  Lsun/nio/fs/SolarisWatchService$Poller;
            0   37     1        obj  Ljava/nio/file/Path;
            0   37     2     events  Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;
            0   37     3  modifiers  [Ljava/nio/file/WatchEvent$Modifier;
            3    9     4   modifier  Ljava/nio/file/WatchEvent$Modifier;
           12   37     4        dir  Lsun/nio/fs/UnixPath;
           13   37     5      attrs  Lsun/nio/fs/UnixFileAttributes;
           16   17     6          x  Lsun/nio/fs/UnixException;
           20   37     6    fileKey  Lsun/nio/fs/UnixFileKey;
           21   37     7   watchKey  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
           25   26     8          x  Lsun/nio/fs/UnixException;
           28   37     8     object  J
           31   32    10          x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
          13    14      15  Class sun.nio.fs.UnixException
          22    23      24  Class sun.nio.fs.UnixException
          28    29      30  Class sun.nio.fs.UnixException
    Signature: (Ljava/nio/file/Path;Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;[Ljava/nio/file/WatchEvent$Modifier;)Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      obj        
      events     
      modifiers  

  void releaseChild(sun.nio.fs.SolarisWatchService$EntryNode);
    descriptor: (Lsun/nio/fs/SolarisWatchService$EntryNode;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.SolarisWatchService$EntryNode node
         0: .line 327
            aload 1 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.object:()J
            lstore 2 /* object */
        start local 2 // long object
         1: .line 328
            lload 2 /* object */
            lconst_0
            lcmp
            ifeq 5
         2: .line 329
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 2 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 330
            aload 0 /* this */
            lload 2 /* object */
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseObject:(JZ)V
         4: .line 331
            aload 1 /* node */
            lconst_0
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.setObject:(J)V
         5: .line 333
      StackMap locals: long
      StackMap stack:
            return
        end local 2 // long object
        end local 1 // sun.nio.fs.SolarisWatchService$EntryNode node
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    6     1    node  Lsun/nio/fs/SolarisWatchService$EntryNode;
            1    6     2  object  J
    MethodParameters:
      Name  Flags
      node  

  void releaseChildren(sun.nio.fs.SolarisWatchService$SolarisWatchKey);
    descriptor: (Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
         0: .line 337
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.children:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.SolarisWatchService$SolarisWatchKey top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            astore 2 /* node */
        start local 2 // sun.nio.fs.SolarisWatchService$EntryNode node
         2: .line 338
            aload 0 /* this */
            aload 2 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseChild:(Lsun/nio/fs/SolarisWatchService$EntryNode;)V
        end local 2 // sun.nio.fs.SolarisWatchService$EntryNode node
         3: .line 337
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 340
            return
        end local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    5     1   key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            2    3     2  node  Lsun/nio/fs/SolarisWatchService$EntryNode;
    MethodParameters:
      Name  Flags
      key   

  void implCancelKey(java.nio.file.WatchKey);
    descriptor: (Ljava/nio/file/WatchKey;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // java.nio.file.WatchKey obj
         0: .line 345
            aload 1 /* obj */
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            astore 2 /* key */
        start local 2 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
         1: .line 346
            aload 2 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.isValid:()Z
            ifeq 8
         2: .line 347
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            aload 2 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.getFileKey:()Lsun/nio/fs/UnixFileKey;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 350
            aload 0 /* this */
            aload 2 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseChildren:(Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;)V
         4: .line 353
            aload 2 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.object:()J
            lstore 3 /* object */
        start local 3 // long object
         5: .line 354
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 3 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 355
            aload 0 /* this */
            lload 3 /* object */
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseObject:(JZ)V
         7: .line 358
            aload 2 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.invalidate:()V
        end local 3 // long object
         8: .line 360
      StackMap locals: sun.nio.fs.SolarisWatchService$SolarisWatchKey
      StackMap stack:
            return
        end local 2 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 1 // java.nio.file.WatchKey obj
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    9     1     obj  Ljava/nio/file/WatchKey;
            1    9     2     key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            5    8     3  object  J
    MethodParameters:
      Name  Flags
      obj   

  void implCloseAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
         0: .line 366
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Long
            astore 1 /* object */
        start local 1 // java.lang.Long object
         2: .line 367
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual java.lang.Long.longValue:()J
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseObject:(JZ)V
        end local 1 // java.lang.Long object
         3: .line 366
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 371
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2
            goto 7
      StackMap locals:
      StackMap stack:
         5: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* entry */
        start local 1 // java.util.Map$Entry entry
         6: .line 372
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.invalidate:()V
        end local 1 // java.util.Map$Entry entry
         7: .line 371
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 376
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         9: .line 377
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
        10: .line 380
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.bufferAddress:J
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
        11: .line 381
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
            invokestatic sun.nio.fs.UnixNativeDispatcher.close:(I)V
        12: .line 382
            return
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lsun/nio/fs/SolarisWatchService$Poller;
            2    3     1  object  Ljava/lang/Long;
            6    7     1   entry  Ljava/util/Map$Entry<Lsun/nio/fs/UnixFileKey;Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;>;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
         0: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.bufferAddress:J
            sipush 128
            invokestatic sun.nio.fs.SolarisWatchService.portGetn:(IJI)I
            istore 1 /* n */
        start local 1 // int n
         1: .line 393
            getstatic sun.nio.fs.SolarisWatchService$Poller.$assertionsDisabled:Z
            ifne 2
            iload 1 /* n */
            ifgt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 395
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.bufferAddress:J
            lstore 2 /* address */
        start local 2 // long address
         3: .line 396
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 10
         5: .line 397
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            lload 2 /* address */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.processEvent:(J)Z
            istore 5 /* shutdown */
        start local 5 // boolean shutdown
         6: .line 398
            iload 5 /* shutdown */
            ifeq 8
         7: .line 399
            return
         8: .line 400
      StackMap locals: int
      StackMap stack:
            lload 2 /* address */
            getstatic sun.nio.fs.SolarisWatchService.SIZEOF_PORT_EVENT:I
            i2l
            ladd
            lstore 2 /* address */
        end local 5 // boolean shutdown
         9: .line 396
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 1 /* n */
            if_icmplt 5
        end local 4 // int i
        end local 2 // long address
        end local 1 // int n
        11: .line 391
            goto 0
        12: .line 403
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller
      StackMap stack: sun.nio.fs.UnixException
            astore 1 /* x */
        start local 1 // sun.nio.fs.UnixException x
        13: .line 404
            aload 1 /* x */
            invokevirtual sun.nio.fs.UnixException.printStackTrace:()V
        end local 1 // sun.nio.fs.UnixException x
        14: .line 406
            return
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/nio/fs/SolarisWatchService$Poller;
            1   11     1         n  I
            3   11     2   address  J
            4   11     4         i  I
            6    9     5  shutdown  Z
           13   14     1         x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
           0     7      12  Class sun.nio.fs.UnixException
           8    12      12  Class sun.nio.fs.UnixException

  boolean processEvent(long);
    descriptor: (J)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // long address
         0: .line 415
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 1 /* address */
            ldc 4
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getShort:(J)S
            istore 3 /* source */
        start local 3 // short source
         1: .line 417
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 1 /* address */
            ldc 8
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getAddress:(J)J
            lstore 4 /* object */
        start local 4 // long object
         2: .line 419
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 1 /* address */
            lconst_0
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getInt:(J)I
            istore 6 /* events */
        start local 6 // int events
         3: .line 422
            iload 3 /* source */
            bipush 7
            if_icmpeq 9
         4: .line 423
            iload 3 /* source */
            iconst_3
            if_icmpne 8
         5: .line 425
            aload 0 /* this */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.processRequests:()Z
            istore 7 /* shutdown */
        start local 7 // boolean shutdown
         6: .line 426
            iload 7 /* shutdown */
            ifeq 8
         7: .line 427
            iconst_1
            ireturn
        end local 7 // boolean shutdown
         8: .line 429
      StackMap locals: int long int
      StackMap stack:
            iconst_0
            ireturn
         9: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 4 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$Node
            astore 7 /* node */
        start local 7 // sun.nio.fs.SolarisWatchService$Node node
        10: .line 434
            aload 7 /* node */
            ifnonnull 12
        11: .line 436
            iconst_0
            ireturn
        12: .line 442
      StackMap locals: sun.nio.fs.SolarisWatchService$Node
      StackMap stack:
            iconst_1
            istore 8 /* reregister */
        start local 8 // boolean reregister
        13: .line 447
            aload 7 /* node */
            instanceof sun.nio.fs.SolarisWatchService$SolarisWatchKey
            istore 9 /* isDirectory */
        start local 9 // boolean isDirectory
        14: .line 448
            iload 9 /* isDirectory */
            ifeq 17
        15: .line 449
            aload 0 /* this */
            aload 7 /* node */
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            iload 6 /* events */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.processDirectoryEvents:(Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;I)V
        16: .line 450
            goto 20
        17: .line 451
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* node */
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            iload 6 /* events */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.processEntryEvents:(Lsun/nio/fs/SolarisWatchService$EntryNode;I)Z
            istore 10 /* ignore */
        start local 10 // boolean ignore
        18: .line 452
            iload 10 /* ignore */
            ifeq 20
        19: .line 453
            iconst_0
            istore 8 /* reregister */
        end local 10 // boolean ignore
        20: .line 457
      StackMap locals:
      StackMap stack:
            iload 8 /* reregister */
            ifeq 31
        21: .line 459
            bipush 6
            istore 6 /* events */
        22: .line 460
            iload 9 /* isDirectory */
            ifne 23
            iload 6 /* events */
            ldc 268435456
            ior
            istore 6 /* events */
        23: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
        24: .line 462
            bipush 7
        25: .line 463
            lload 4 /* object */
        26: .line 464
            iload 6 /* events */
        27: .line 461
            invokestatic sun.nio.fs.SolarisWatchService.portAssociate:(IIJI)V
        28: .line 465
            goto 31
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
        29: pop
        30: .line 467
            iconst_0
            istore 8 /* reregister */
        31: .line 473
      StackMap locals:
      StackMap stack:
            iload 8 /* reregister */
            ifne 43
        32: .line 475
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 4 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        33: .line 476
            aload 0 /* this */
            lload 4 /* object */
            iconst_0
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseObject:(JZ)V
        34: .line 479
            iload 9 /* isDirectory */
            ifeq 40
        35: .line 480
            aload 7 /* node */
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            astore 10 /* key */
        start local 10 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        36: .line 481
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.fileKey2WatchKey:Ljava/util/Map;
            aload 10 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.getFileKey:()Lsun/nio/fs/UnixFileKey;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        37: .line 482
            aload 10 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.invalidate:()V
        38: .line 483
            aload 10 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signal:()V
        end local 10 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        39: .line 484
            goto 43
        40: .line 486
      StackMap locals:
      StackMap stack:
            aload 7 /* node */
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            astore 10 /* entry */
        start local 10 // sun.nio.fs.SolarisWatchService$EntryNode entry
        41: .line 487
            aload 10 /* entry */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.parent:()Lsun/nio/fs/SolarisWatchService$DirectoryNode;
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            astore 11 /* key */
        start local 11 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        42: .line 488
            aload 11 /* key */
            aload 10 /* entry */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.name:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.removeChild:(Ljava/nio/file/Path;)V
        end local 11 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 10 // sun.nio.fs.SolarisWatchService$EntryNode entry
        43: .line 492
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 9 // boolean isDirectory
        end local 8 // boolean reregister
        end local 7 // sun.nio.fs.SolarisWatchService$Node node
        end local 6 // int events
        end local 4 // long object
        end local 3 // short source
        end local 1 // long address
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   44     0         this  Lsun/nio/fs/SolarisWatchService$Poller;
            0   44     1      address  J
            1   44     3       source  S
            2   44     4       object  J
            3   44     6       events  I
            6    8     7     shutdown  Z
           10   44     7         node  Lsun/nio/fs/SolarisWatchService$Node;
           13   44     8   reregister  Z
           14   44     9  isDirectory  Z
           18   20    10       ignore  Z
           36   39    10          key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
           41   43    10        entry  Lsun/nio/fs/SolarisWatchService$EntryNode;
           42   43    11          key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
      Exception table:
        from    to  target  type
          21    28      29  Class sun.nio.fs.UnixException
    MethodParameters:
         Name  Flags
      address  

  void processDirectoryEvents(sun.nio.fs.SolarisWatchService$SolarisWatchKey, int);
    descriptor: (Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        start local 2 // int mask
         0: .line 500
            iload 2 /* mask */
            bipush 6
            iand
            ifeq 5
         1: .line 501
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.getDirectory:()Lsun/nio/fs/UnixPath;
            aload 1 /* key */
         2: .line 502
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.events:()Ljava/util/Set;
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_CREATE:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
         3: .line 503
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.events:()Ljava/util/Set;
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_DELETE:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
         4: .line 501
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.registerChildren:(Lsun/nio/fs/UnixPath;Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;ZZ)V
         5: .line 505
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int mask
        end local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    6     1   key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            0    6     2  mask  I
    MethodParameters:
      Name  Flags
      key   
      mask  

  boolean processEntryEvents(sun.nio.fs.SolarisWatchService$EntryNode, int);
    descriptor: (Lsun/nio/fs/SolarisWatchService$EntryNode;I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.SolarisWatchService$EntryNode node
        start local 2 // int mask
         0: .line 512
            aload 1 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.parent:()Lsun/nio/fs/SolarisWatchService$DirectoryNode;
            checkcast sun.nio.fs.SolarisWatchService$SolarisWatchKey
            astore 3 /* key */
        start local 3 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
         1: .line 513
            aload 3 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.events:()Ljava/util/Set;
            astore 4 /* events */
        start local 4 // java.util.Set events
         2: .line 514
            aload 4 /* events */
            ifnonnull 4
         3: .line 516
            iconst_1
            ireturn
         4: .line 520
      StackMap locals: sun.nio.fs.SolarisWatchService$SolarisWatchKey java.util.Set
      StackMap stack:
            iload 2 /* mask */
            bipush 6
            iand
            ifeq 7
         5: .line 521
            aload 4 /* events */
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 523
            aload 3 /* key */
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY:Ljava/nio/file/WatchEvent$Kind;
            aload 1 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.name:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signalEvent:(Ljava/nio/file/WatchEvent$Kind;Ljava/lang/Object;)V
         7: .line 527
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // java.util.Set events
        end local 3 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 2 // int mask
        end local 1 // sun.nio.fs.SolarisWatchService$EntryNode node
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    8     1    node  Lsun/nio/fs/SolarisWatchService$EntryNode;
            0    8     2    mask  I
            1    8     3     key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            2    8     4  events  Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;
    MethodParameters:
      Name  Flags
      node  
      mask  

  void registerChildren(sun.nio.fs.UnixPath, sun.nio.fs.SolarisWatchService$SolarisWatchKey, boolean, boolean);
    descriptor: (Lsun/nio/fs/UnixPath;Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;ZZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=19, args_size=5
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.UnixPath dir
        start local 2 // sun.nio.fs.SolarisWatchService$SolarisWatchKey parent
        start local 3 // boolean sendCreateEvents
        start local 4 // boolean sendDeleteEvents
         0: .line 545
            aload 2 /* parent */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.events:()Ljava/util/Set;
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
         1: .line 544
            istore 5 /* isModifyEnabled */
        start local 5 // boolean isModifyEnabled
         2: .line 548
            aload 2 /* parent */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.children:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 5
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int top java.util.Iterator
      StackMap stack:
         3: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            astore 6 /* node */
        start local 6 // sun.nio.fs.SolarisWatchService$EntryNode node
         4: .line 549
            aload 6 /* node */
            iconst_0
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.setVisited:(Z)V
        end local 6 // sun.nio.fs.SolarisWatchService$EntryNode node
         5: .line 548
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 552
            aconst_null
            astore 6
            aconst_null
            astore 7
         7: aload 1 /* dir */
            invokestatic java.nio.file.Files.newDirectoryStream:(Ljava/nio/file/Path;)Ljava/nio/file/DirectoryStream;
            astore 8 /* stream */
        start local 8 // java.nio.file.DirectoryStream stream
         8: .line 553
            aload 8 /* stream */
            invokeinterface java.nio.file.DirectoryStream.iterator:()Ljava/util/Iterator;
            astore 10
            goto 41
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream top java.util.Iterator
      StackMap stack:
         9: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 9 /* entry */
        start local 9 // java.nio.file.Path entry
        10: .line 554
            aload 9 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            astore 11 /* name */
        start local 11 // java.nio.file.Path name
        11: .line 557
            aload 2 /* parent */
            aload 11 /* name */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.getChild:(Ljava/nio/file/Path;)Lsun/nio/fs/SolarisWatchService$EntryNode;
            astore 12 /* node */
        start local 12 // sun.nio.fs.SolarisWatchService$EntryNode node
        12: .line 558
            aload 12 /* node */
            ifnull 15
        13: .line 559
            aload 12 /* node */
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.setVisited:(Z)V
        14: .line 560
            goto 41
        15: .line 565
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.nio.file.Path java.util.Iterator java.nio.file.Path sun.nio.fs.SolarisWatchService$EntryNode
      StackMap stack:
            lconst_0
            lstore 13 /* object */
        start local 13 // long object
        16: .line 566
            iconst_0
            istore 15 /* errno */
        start local 15 // int errno
        17: .line 567
            iconst_0
            istore 16 /* addNode */
        start local 16 // boolean addNode
        18: .line 570
            iload 5 /* isModifyEnabled */
            ifeq 27
        19: .line 572
            aload 9 /* entry */
            checkcast sun.nio.fs.UnixPath
            astore 17 /* path */
        start local 17 // sun.nio.fs.UnixPath path
        20: .line 573
            ldc 268435462
            istore 18 /* events */
        start local 18 // int events
        21: .line 574
            aload 0 /* this */
            aload 17 /* path */
            iload 18 /* events */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.registerImpl:(Lsun/nio/fs/UnixPath;I)J
            lstore 13 /* object */
        22: .line 575
            iconst_1
            istore 16 /* addNode */
        end local 18 // int events
        end local 17 // sun.nio.fs.UnixPath path
        23: .line 576
            goto 28
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.nio.file.Path java.util.Iterator java.nio.file.Path sun.nio.fs.SolarisWatchService$EntryNode long int int
      StackMap stack: sun.nio.fs.UnixException
        24: astore 17 /* x */
        start local 17 // sun.nio.fs.UnixException x
        25: .line 577
            aload 17 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            istore 15 /* errno */
        end local 17 // sun.nio.fs.UnixException x
        26: .line 579
            goto 28
        27: .line 580
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 16 /* addNode */
        28: .line 583
      StackMap locals:
      StackMap stack:
            iload 16 /* addNode */
            ifeq 34
        29: .line 585
            new sun.nio.fs.SolarisWatchService$EntryNode
            dup
            lload 13 /* object */
            aload 9 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            checkcast sun.nio.fs.UnixPath
            aload 2 /* parent */
            invokespecial sun.nio.fs.SolarisWatchService$EntryNode.<init>:(JLsun/nio/fs/UnixPath;Lsun/nio/fs/SolarisWatchService$DirectoryNode;)V
            astore 12 /* node */
        30: .line 586
            aload 12 /* node */
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.setVisited:(Z)V
        31: .line 588
            aload 2 /* parent */
            aload 9 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            aload 12 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.addChild:(Ljava/nio/file/Path;Lsun/nio/fs/SolarisWatchService$EntryNode;)V
        32: .line 589
            lload 13 /* object */
            lconst_0
            lcmp
            ifeq 34
        33: .line 590
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 13 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 12 /* node */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 595
      StackMap locals:
      StackMap stack:
            iload 15 /* errno */
            iconst_2
            if_icmpne 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 17 /* deleted */
        start local 17 // boolean deleted
        37: .line 596
            iload 3 /* sendCreateEvents */
            ifeq 39
            iload 16 /* addNode */
            ifne 38
            iload 17 /* deleted */
            ifeq 39
        38: .line 597
      StackMap locals: int
      StackMap stack:
            aload 2 /* parent */
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_CREATE:Ljava/nio/file/WatchEvent$Kind;
            aload 11 /* name */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signalEvent:(Ljava/nio/file/WatchEvent$Kind;Ljava/lang/Object;)V
        39: .line 598
      StackMap locals:
      StackMap stack:
            iload 4 /* sendDeleteEvents */
            ifeq 41
            iload 17 /* deleted */
            ifeq 41
        40: .line 599
            aload 2 /* parent */
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_DELETE:Ljava/nio/file/WatchEvent$Kind;
            aload 11 /* name */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signalEvent:(Ljava/nio/file/WatchEvent$Kind;Ljava/lang/Object;)V
        end local 17 // boolean deleted
        end local 16 // boolean addNode
        end local 15 // int errno
        end local 13 // long object
        end local 12 // sun.nio.fs.SolarisWatchService$EntryNode node
        end local 11 // java.nio.file.Path name
        end local 9 // java.nio.file.Path entry
        41: .line 553
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        42: .line 602
            aload 8 /* stream */
            ifnull 51
            aload 8 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
            goto 51
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream
      StackMap stack: java.lang.Throwable
        43: astore 6
            aload 8 /* stream */
            ifnull 44
            aload 8 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
        end local 8 // java.nio.file.DirectoryStream stream
      StackMap locals:
      StackMap stack:
        44: aload 6
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        45: astore 7
            aload 6
            ifnonnull 46
            aload 7
            astore 6
            goto 47
      StackMap locals:
      StackMap stack:
        46: aload 6
            aload 7
            if_acmpeq 47
            aload 6
            aload 7
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        47: aload 6
            athrow
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath sun.nio.fs.SolarisWatchService$SolarisWatchKey int int int
      StackMap stack: java.lang.Exception
        48: pop
        49: .line 604
            aload 2 /* parent */
            getstatic java.nio.file.StandardWatchEventKinds.OVERFLOW:Ljava/nio/file/WatchEvent$Kind;
            aconst_null
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signalEvent:(Ljava/nio/file/WatchEvent$Kind;Ljava/lang/Object;)V
        50: .line 605
            return
        51: .line 611
      StackMap locals:
      StackMap stack:
            aload 2 /* parent */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.children:()Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
        52: .line 610
            astore 6 /* iterator */
        start local 6 // java.util.Iterator iterator
        53: .line 612
            goto 64
        54: .line 613
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
        55: .line 614
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            astore 8 /* node */
        start local 8 // sun.nio.fs.SolarisWatchService$EntryNode node
        56: .line 615
            aload 8 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.isVisited:()Z
            ifne 64
        57: .line 616
            aload 8 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.object:()J
            lstore 9 /* object */
        start local 9 // long object
        58: .line 617
            lload 9 /* object */
            lconst_0
            lcmp
            ifeq 61
        59: .line 618
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 9 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        60: .line 619
            aload 0 /* this */
            lload 9 /* object */
            iconst_1
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseObject:(JZ)V
        61: .line 621
      StackMap locals: java.util.Map$Entry sun.nio.fs.SolarisWatchService$EntryNode long
      StackMap stack:
            iload 4 /* sendDeleteEvents */
            ifeq 63
        62: .line 622
            aload 2 /* parent */
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_DELETE:Ljava/nio/file/WatchEvent$Kind;
            aload 8 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.name:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.signalEvent:(Ljava/nio/file/WatchEvent$Kind;Ljava/lang/Object;)V
        63: .line 623
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.remove:()V
        end local 9 // long object
        end local 8 // sun.nio.fs.SolarisWatchService$EntryNode node
        end local 7 // java.util.Map$Entry entry
        64: .line 612
      StackMap locals:
      StackMap stack:
            aload 6 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 54
        65: .line 626
            return
        end local 6 // java.util.Iterator iterator
        end local 5 // boolean isModifyEnabled
        end local 4 // boolean sendDeleteEvents
        end local 3 // boolean sendCreateEvents
        end local 2 // sun.nio.fs.SolarisWatchService$SolarisWatchKey parent
        end local 1 // sun.nio.fs.UnixPath dir
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   66     0              this  Lsun/nio/fs/SolarisWatchService$Poller;
            0   66     1               dir  Lsun/nio/fs/UnixPath;
            0   66     2            parent  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            0   66     3  sendCreateEvents  Z
            0   66     4  sendDeleteEvents  Z
            2   66     5   isModifyEnabled  Z
            4    5     6              node  Lsun/nio/fs/SolarisWatchService$EntryNode;
            8   44     8            stream  Ljava/nio/file/DirectoryStream<Ljava/nio/file/Path;>;
           10   41     9             entry  Ljava/nio/file/Path;
           11   41    11              name  Ljava/nio/file/Path;
           12   41    12              node  Lsun/nio/fs/SolarisWatchService$EntryNode;
           16   41    13            object  J
           17   41    15             errno  I
           18   41    16           addNode  Z
           20   23    17              path  Lsun/nio/fs/UnixPath;
           21   23    18            events  I
           25   26    17                 x  Lsun/nio/fs/UnixException;
           37   41    17           deleted  Z
           53   66     6          iterator  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/nio/file/Path;Lsun/nio/fs/SolarisWatchService$EntryNode;>;>;
           55   64     7             entry  Ljava/util/Map$Entry<Ljava/nio/file/Path;Lsun/nio/fs/SolarisWatchService$EntryNode;>;
           56   64     8              node  Lsun/nio/fs/SolarisWatchService$EntryNode;
           58   64     9            object  J
      Exception table:
        from    to  target  type
          19    23      24  Class sun.nio.fs.UnixException
           8    42      43  any
           7    45      45  any
           6    48      48  Class java.nio.file.DirectoryIteratorException
           6    48      48  Class java.io.IOException
    MethodParameters:
                  Name  Flags
      dir               
      parent            
      sendCreateEvents  
      sendDeleteEvents  

  void updateEvents(sun.nio.fs.SolarisWatchService$SolarisWatchKey, java.util.Set<? extends java.nio.file.WatchEvent$Kind<?>>);
    descriptor: (Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=12, args_size=3
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        start local 2 // java.util.Set events
         0: .line 639
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.events:()Ljava/util/Set;
         1: .line 640
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
         2: .line 639
            istore 3 /* oldModifyEnabled */
        start local 3 // boolean oldModifyEnabled
         3: .line 641
            aload 1 /* key */
            aload 2 /* events */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.setEvents:(Ljava/util/Set;)V
         4: .line 644
            aload 2 /* events */
         5: .line 645
            getstatic java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY:Ljava/nio/file/WatchEvent$Kind;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
         6: .line 644
            istore 4 /* newModifyEnabled */
        start local 4 // boolean newModifyEnabled
         7: .line 646
            iload 4 /* newModifyEnabled */
            iload 3 /* oldModifyEnabled */
            if_icmpeq 27
         8: .line 647
            aconst_null
            astore 5 /* ex */
        start local 5 // sun.nio.fs.UnixException ex
         9: .line 648
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.children:()Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 23
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.SolarisWatchService$SolarisWatchKey java.util.Set int int sun.nio.fs.UnixException top java.util.Iterator
      StackMap stack:
        10: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.nio.fs.SolarisWatchService$EntryNode
            astore 6 /* node */
        start local 6 // sun.nio.fs.SolarisWatchService$EntryNode node
        11: .line 649
            iload 4 /* newModifyEnabled */
            ifeq 22
        12: .line 651
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$SolarisWatchKey.getDirectory:()Lsun/nio/fs/UnixPath;
            aload 6 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.name:()Lsun/nio/fs/UnixPath;
            invokevirtual sun.nio.fs.UnixPath.resolve:(Ljava/nio/file/Path;)Lsun/nio/fs/UnixPath;
            astore 8 /* path */
        start local 8 // sun.nio.fs.UnixPath path
        13: .line 652
            ldc 268435462
            istore 9 /* ev */
        start local 9 // int ev
        14: .line 654
            aload 0 /* this */
            aload 8 /* path */
            iload 9 /* ev */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.registerImpl:(Lsun/nio/fs/UnixPath;I)J
            lstore 10 /* object */
        start local 10 // long object
        15: .line 655
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.object2Node:Ljava/util/Map;
            lload 10 /* object */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 6 /* node */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 656
            aload 6 /* node */
            lload 10 /* object */
            invokevirtual sun.nio.fs.SolarisWatchService$EntryNode.setObject:(J)V
        end local 10 // long object
        17: .line 657
            goto 23
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.SolarisWatchService$SolarisWatchKey java.util.Set int int sun.nio.fs.UnixException sun.nio.fs.SolarisWatchService$EntryNode java.util.Iterator sun.nio.fs.UnixPath int
      StackMap stack: sun.nio.fs.UnixException
        18: astore 10 /* x */
        start local 10 // sun.nio.fs.UnixException x
        19: .line 660
            aload 10 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            iconst_2
            if_icmpeq 23
        20: .line 661
            aload 10 /* x */
            astore 5 /* ex */
        21: .line 662
            goto 24
        end local 10 // sun.nio.fs.UnixException x
        end local 9 // int ev
        end local 8 // sun.nio.fs.UnixPath path
        22: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* node */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseChild:(Lsun/nio/fs/SolarisWatchService$EntryNode;)V
        end local 6 // sun.nio.fs.SolarisWatchService$EntryNode node
        23: .line 648
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.SolarisWatchService$SolarisWatchKey java.util.Set int int sun.nio.fs.UnixException top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        24: .line 672
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.SolarisWatchService$SolarisWatchKey java.util.Set int int sun.nio.fs.UnixException
      StackMap stack:
            aload 5 /* ex */
            ifnull 27
        25: .line 673
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual sun.nio.fs.SolarisWatchService$Poller.releaseChildren:(Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;)V
        26: .line 674
            aload 5 /* ex */
            athrow
        end local 5 // sun.nio.fs.UnixException ex
        27: .line 677
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean newModifyEnabled
        end local 3 // boolean oldModifyEnabled
        end local 2 // java.util.Set events
        end local 1 // sun.nio.fs.SolarisWatchService$SolarisWatchKey key
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   28     0              this  Lsun/nio/fs/SolarisWatchService$Poller;
            0   28     1               key  Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;
            0   28     2            events  Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;
            3   28     3  oldModifyEnabled  Z
            7   28     4  newModifyEnabled  Z
            9   27     5                ex  Lsun/nio/fs/UnixException;
           11   23     6              node  Lsun/nio/fs/SolarisWatchService$EntryNode;
           13   22     8              path  Lsun/nio/fs/UnixPath;
           14   22     9                ev  I
           15   17    10            object  J
           19   22    10                 x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
          14    17      18  Class sun.nio.fs.UnixException
    Exceptions:
      throws sun.nio.fs.UnixException
    Signature: (Lsun/nio/fs/SolarisWatchService$SolarisWatchKey;Ljava/util/Set<+Ljava/nio/file/WatchEvent$Kind<*>;>;)V
    MethodParameters:
        Name  Flags
      key     
      events  

  long registerImpl(sun.nio.fs.UnixPath, int);
    descriptor: (Lsun/nio/fs/UnixPath;I)J
    flags: (0x0000) 
    Code:
      stack=9, locals=10, args_size=3
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // sun.nio.fs.UnixPath dir
        start local 2 // int events
         0: .line 688
            aload 1 /* dir */
            invokevirtual sun.nio.fs.UnixPath.getByteArrayForSysCalls:()[B
            astore 3 /* path */
        start local 3 // byte[] path
         1: .line 689
            aload 3 /* path */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         2: .line 690
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            iload 4 /* len */
            iconst_1
            iadd
            i2l
            invokevirtual jdk.internal.misc.Unsafe.allocateMemory:(J)J
            lstore 5 /* name */
        start local 5 // long name
         3: .line 691
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            aload 3 /* path */
            getstatic jdk.internal.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            aconst_null
         4: .line 692
            lload 5 /* name */
            iload 4 /* len */
            i2l
         5: .line 691
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         6: .line 693
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 5 /* name */
            iload 4 /* len */
            i2l
            ladd
            iconst_0
            invokevirtual jdk.internal.misc.Unsafe.putByte:(JB)V
         7: .line 697
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            getstatic sun.nio.fs.SolarisWatchService.SIZEOF_FILEOBJ:I
            i2l
            invokevirtual jdk.internal.misc.Unsafe.allocateMemory:(J)J
            lstore 7 /* object */
        start local 7 // long object
         8: .line 698
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            aconst_null
            lload 7 /* object */
            getstatic sun.nio.fs.SolarisWatchService.SIZEOF_FILEOBJ:I
            i2l
            iconst_0
            invokevirtual jdk.internal.misc.Unsafe.setMemory:(Ljava/lang/Object;JJB)V
         9: .line 699
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 7 /* object */
            getstatic sun.nio.fs.SolarisWatchService.OFFSET_FO_NAME:I
            i2l
            ladd
            lload 5 /* name */
            invokevirtual jdk.internal.misc.Unsafe.putAddress:(JJ)V
        10: .line 703
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
        11: .line 704
            bipush 7
        12: .line 705
            lload 7 /* object */
        13: .line 706
            iload 2 /* events */
        14: .line 703
            invokestatic sun.nio.fs.SolarisWatchService.portAssociate:(IIJI)V
        15: .line 707
            goto 22
      StackMap locals: sun.nio.fs.SolarisWatchService$Poller sun.nio.fs.UnixPath int byte[] int long long
      StackMap stack: sun.nio.fs.UnixException
        16: astore 9 /* x */
        start local 9 // sun.nio.fs.UnixException x
        17: .line 709
            aload 9 /* x */
            invokevirtual sun.nio.fs.UnixException.errno:()I
            bipush 11
            if_icmpne 19
        18: .line 710
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "The maximum number of objects associated with the port has been reached"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        19: .line 714
      StackMap locals: sun.nio.fs.UnixException
      StackMap stack:
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 5 /* name */
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
        20: .line 715
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 7 /* object */
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
        21: .line 716
            aload 9 /* x */
            athrow
        end local 9 // sun.nio.fs.UnixException x
        22: .line 718
      StackMap locals:
      StackMap stack:
            lload 7 /* object */
            lreturn
        end local 7 // long object
        end local 5 // long name
        end local 4 // int len
        end local 3 // byte[] path
        end local 2 // int events
        end local 1 // sun.nio.fs.UnixPath dir
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lsun/nio/fs/SolarisWatchService$Poller;
            0   23     1     dir  Lsun/nio/fs/UnixPath;
            0   23     2  events  I
            1   23     3    path  [B
            2   23     4     len  I
            3   23     5    name  J
            8   23     7  object  J
           17   22     9       x  Lsun/nio/fs/UnixException;
      Exception table:
        from    to  target  type
          10    15      16  Class sun.nio.fs.UnixException
    Exceptions:
      throws sun.nio.fs.UnixException
    MethodParameters:
        Name  Flags
      dir     
      events  

  void releaseObject(long, boolean);
    descriptor: (JZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.nio.fs.SolarisWatchService$Poller this
        start local 1 // long object
        start local 3 // boolean dissociate
         0: .line 727
            iload 3 /* dissociate */
            ifeq 4
         1: .line 729
            aload 0 /* this */
            getfield sun.nio.fs.SolarisWatchService$Poller.port:I
            bipush 7
            lload 1 /* object */
            invokestatic sun.nio.fs.SolarisWatchService.portDissociate:(IIJ)V
         2: .line 730
            goto 4
      StackMap locals:
      StackMap stack: sun.nio.fs.UnixException
         3: pop
         4: .line 736
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 1 /* object */
            getstatic sun.nio.fs.SolarisWatchService.OFFSET_FO_NAME:I
            i2l
            ladd
            invokevirtual jdk.internal.misc.Unsafe.getAddress:(J)J
            lstore 4 /* name */
        start local 4 // long name
         5: .line 737
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 4 /* name */
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
         6: .line 738
            getstatic sun.nio.fs.SolarisWatchService.unsafe:Ljdk/internal/misc/Unsafe;
            lload 1 /* object */
            invokevirtual jdk.internal.misc.Unsafe.freeMemory:(J)V
         7: .line 739
            return
        end local 4 // long name
        end local 3 // boolean dissociate
        end local 1 // long object
        end local 0 // sun.nio.fs.SolarisWatchService$Poller this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/nio/fs/SolarisWatchService$Poller;
            0    8     1      object  J
            0    8     3  dissociate  Z
            5    8     4        name  J
      Exception table:
        from    to  target  type
           1     2       3  Class sun.nio.fs.UnixException
    MethodParameters:
            Name  Flags
      object      
      dissociate  
}
SourceFile: "SolarisWatchService.java"
NestHost: sun.nio.fs.SolarisWatchService
InnerClasses:
  public abstract Kind = java.nio.file.WatchEvent$Kind of java.nio.file.WatchEvent
  public abstract Modifier = java.nio.file.WatchEvent$Modifier of java.nio.file.WatchEvent
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public final InternalOption = sun.nio.fs.ExtendedOptions$InternalOption of sun.nio.fs.ExtendedOptions
  private abstract DirectoryNode = sun.nio.fs.SolarisWatchService$DirectoryNode of sun.nio.fs.SolarisWatchService
  private EntryNode = sun.nio.fs.SolarisWatchService$EntryNode of sun.nio.fs.SolarisWatchService
  private abstract Node = sun.nio.fs.SolarisWatchService$Node of sun.nio.fs.SolarisWatchService
  private Poller = sun.nio.fs.SolarisWatchService$Poller of sun.nio.fs.SolarisWatchService
  private SolarisWatchKey = sun.nio.fs.SolarisWatchService$SolarisWatchKey of sun.nio.fs.SolarisWatchService