-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
sparc
-
solaris_8
Execute the attched sample test program ( scheduledExecutor01() method) file
with Concurrency preliminary test release 2 and see the result. There is
a bug in schedule() method of ScheduledExecutor class. It doesn't schedule
task at all. Instead it executes immediately.
This is a backlog bug and added to bugtraq just for tracking purpose.
It has been fixed.
Closing this bug as it is a duplicate of 4910253
###@###.### 2003-08-21
with Concurrency preliminary test release 2 and see the result. There is
a bug in schedule() method of ScheduledExecutor class. It doesn't schedule
task at all. Instead it executes immediately.
This is a backlog bug and added to bugtraq just for tracking purpose.
It has been fixed.
Closing this bug as it is a duplicate of 4910253
###@###.### 2003-08-21
- duplicates
-
JDK-4910253 Concurrency: schedule() method doesn't schedule task for execution.
- Closed