class sun.nio.fs.PollingWatchService$CacheEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.fs.PollingWatchService$CacheEntry
  super_class: java.lang.Object
{
  private long lastModified;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private int lastTickCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
        start local 1 // long lastModified
        start local 3 // int lastTickCount
         0: .line 223
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 224
            aload 0 /* this */
            lload 1 /* lastModified */
            putfield sun.nio.fs.PollingWatchService$CacheEntry.lastModified:J
         2: .line 225
            aload 0 /* this */
            iload 3 /* lastTickCount */
            putfield sun.nio.fs.PollingWatchService$CacheEntry.lastTickCount:I
         3: .line 226
            return
        end local 3 // int lastTickCount
        end local 1 // long lastModified
        end local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/nio/fs/PollingWatchService$CacheEntry;
            0    4     1   lastModified  J
            0    4     3  lastTickCount  I
    MethodParameters:
               Name  Flags
      lastModified   
      lastTickCount  

  int lastTickCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
         0: .line 229
            aload 0 /* this */
            getfield sun.nio.fs.PollingWatchService$CacheEntry.lastTickCount:I
            ireturn
        end local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/PollingWatchService$CacheEntry;

  long lastModified();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
         0: .line 233
            aload 0 /* this */
            getfield sun.nio.fs.PollingWatchService$CacheEntry.lastModified:J
            lreturn
        end local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/fs/PollingWatchService$CacheEntry;

  void update(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
        start local 1 // long lastModified
        start local 3 // int tickCount
         0: .line 237
            aload 0 /* this */
            lload 1 /* lastModified */
            putfield sun.nio.fs.PollingWatchService$CacheEntry.lastModified:J
         1: .line 238
            aload 0 /* this */
            iload 3 /* tickCount */
            putfield sun.nio.fs.PollingWatchService$CacheEntry.lastTickCount:I
         2: .line 239
            return
        end local 3 // int tickCount
        end local 1 // long lastModified
        end local 0 // sun.nio.fs.PollingWatchService$CacheEntry this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/nio/fs/PollingWatchService$CacheEntry;
            0    3     1  lastModified  J
            0    3     3     tickCount  I
    MethodParameters:
              Name  Flags
      lastModified  
      tickCount     
}
SourceFile: "PollingWatchService.java"
NestHost: sun.nio.fs.PollingWatchService
InnerClasses:
  private CacheEntry = sun.nio.fs.PollingWatchService$CacheEntry of sun.nio.fs.PollingWatchService