-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b34
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2195143 | 6u22 | Karunakar Gajjala | P2 | Closed | Fixed | b01 |
JDK-2195626 | 6u21-rev | Karunakar Gajjala | P2 | Closed | Fixed | b08 |
JDK-2165668 | 6u20-rev | Karunakar Gajjala | P2 | Closed | Fixed | b07 |
JDK-2171597 | 5.0u18 | Karunakar Gajjala | P2 | Resolved | Fixed | b01 |
JDK-2166657 | 5.0u16-rev | Karunakar Gajjala | P3 | Resolved | Fixed | b12 |
ScheduledExecutorService does not work as we expect.
The test programs schedules the execution of MyTask().
--
When Mytask() is scheduled in scheduleWithFixedDelay() as follows,
-initialDelay is 0 : Execute right now
-delay is 1000[msec] : Execute every 1000[msec]
the MyTask() sometimes is not executed.
Initial execution of MyTask() is not executed and scheduled MyTask() is not executed also.
CONFIGURATION:
OS : WindowsXP(SP2,Japanese)
JRE/JDK : jdk7b30/jdk6u7/jdk5u16
Note:
The reporter says, this occus in RHEL(x86) and submitter confirms this problem occurs in Solaris10.
FREQUENCY:
The problem can be reproducible so often.
The test program sometimes finishes correctly.
EXPECTED:
The followings message will shows up.
ACTUAL:
No message. The execution seems hang.
The test programs schedules the execution of MyTask().
--
When Mytask() is scheduled in scheduleWithFixedDelay() as follows,
-initialDelay is 0 : Execute right now
-delay is 1000[msec] : Execute every 1000[msec]
the MyTask() sometimes is not executed.
Initial execution of MyTask() is not executed and scheduled MyTask() is not executed also.
CONFIGURATION:
OS : WindowsXP(SP2,Japanese)
JRE/JDK : jdk7b30/jdk6u7/jdk5u16
Note:
The reporter says, this occus in RHEL(x86) and submitter confirms this problem occurs in Solaris10.
FREQUENCY:
The problem can be reproducible so often.
The test program sometimes finishes correctly.
EXPECTED:
The followings message will shows up.
ACTUAL:
No message. The execution seems hang.
- backported by
-
JDK-2171597 ScheduledExecutorService does not work as expected in jdk7/6/5
-
- Resolved
-
-
JDK-2166657 ScheduledExecutorService does not work as expected in jdk7/6/5
-
- Resolved
-
-
JDK-2165668 ScheduledExecutorService does not work as expected in jdk7/6/5
-
- Closed
-
-
JDK-2195143 ScheduledExecutorService does not work as expected in jdk7/6/5
-
- Closed
-
-
JDK-2195626 ScheduledExecutorService does not work as expected in jdk7/6/5
-
- Closed
-
- relates to
-
JDK-6639183 Scheduling large negative delay hangs entire ScheduledExecutor
-
- Resolved
-
(1 relates to)