Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4910315

Concurrency: schedule(command,date) method doesn't schedule the job.

XMLWordPrintable

      Bug in schedule(command,date) method of ScheduledExecutor class.

      Sample code for reproducing bug.

      /* sample code */
      Calendar rightNow = Calendar.getInstance();
      rightNow.add(Calendar.DATE, 2);
      executor.schedule(new Job(), rightNow.getTime());

      In this case job should be executed after 2 days. But it
      executes it immediately.
          
      This is a backlog bug and added to bugtraq just for tracking purpose.
      It has been fixed.
          
          

            jjb Josh Bloch
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: