public final class org.jruby.RubyThread$SleepTask implements org.jruby.RubyThread$BlockingTask
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.RubyThread$SleepTask
  super_class: java.lang.Object
{
  private final java.lang.Object object;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  public void <init>(java.lang.Object, long, int);
    descriptor: (Ljava/lang/Object;JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.jruby.RubyThread$SleepTask this
        start local 1 // java.lang.Object object
        start local 2 // long millis
        start local 4 // int nanos
         0: .line 1501
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1502
            aload 0 /* this */
            aload 1 /* object */
            putfield org.jruby.RubyThread$SleepTask.object:Ljava/lang/Object;
         2: .line 1503
            aload 0 /* this */
            lload 2 /* millis */
            putfield org.jruby.RubyThread$SleepTask.millis:J
         3: .line 1504
            aload 0 /* this */
            iload 4 /* nanos */
            putfield org.jruby.RubyThread$SleepTask.nanos:I
         4: .line 1505
            return
        end local 4 // int nanos
        end local 2 // long millis
        end local 1 // java.lang.Object object
        end local 0 // org.jruby.RubyThread$SleepTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/RubyThread$SleepTask;
            0    5     1  object  Ljava/lang/Object;
            0    5     2  millis  J
            0    5     4   nanos  I
    MethodParameters:
        Name  Flags
      object  
      millis  
      nanos   

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.jruby.RubyThread$SleepTask this
         0: .line 1509
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.object:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1510
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.object:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.millis:J
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.nanos:I
            invokevirtual java.lang.Object.wait:(JI)V
         2: .line 1509
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.jruby.RubyThread$SleepTask java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 1512
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.RubyThread$SleepTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/RubyThread$SleepTask;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Exceptions:
      throws java.lang.InterruptedException

  public void wakeup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.RubyThread$SleepTask this
         0: .line 1516
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.object:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1517
            aload 0 /* this */
            getfield org.jruby.RubyThread$SleepTask.object:Ljava/lang/Object;
            invokevirtual java.lang.Object.notify:()V
         2: .line 1516
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.jruby.RubyThread$SleepTask java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 1519
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.RubyThread$SleepTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/RubyThread$SleepTask;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
}
SourceFile: "RubyThread.java"
NestHost: org.jruby.RubyThread
InnerClasses:
  public abstract BlockingTask = org.jruby.RubyThread$BlockingTask of org.jruby.RubyThread
  public final SleepTask = org.jruby.RubyThread$SleepTask of org.jruby.RubyThread