Customer submitted a program that starts 2 threads and do a Thread.sleep at 10s and 60 seconds. They observed that if time is changed during this interval, the thread that is supposed to sleep for 60 seconds wakes prematurely on Solaris sparc platform.
- relates to
-
JDK-6751923 JNDI wake up when clock_settime() is called
- Closed
-
JDK-6546236 Thread interrupt() of Thread.sleep() can be lost on Solaris due to race with signal handler
- Closed