Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
java.lang.Object.wait(long timeout, int nanos) implementation incorrectly rounds up to milliseconds. Since the resolution of Object.wait(ms) is only milliseconds, a nanos value less than or equal to 999999 should result in a full extra millisecond.
|