With the switch to UseLWPSynchronization as default, we run into a Solaris
bug, 4501753 which had a rounding problem with lwp_cond_timedwait calls.
This results in wait calls, with small millisecond values, returning
immediately, i.e. with a wait of 0, which is against the spec.
bug, 4501753 which had a rounding problem with lwp_cond_timedwait calls.
This results in wait calls, with small millisecond values, returning
immediately, i.e. with a wait of 0, which is against the spec.
- duplicates
-
JDK-4313182 Thread.sleep(millis, nanos) sleeps for incorrect time.
-
- Closed
-