Relates :
|
The java.lang.Object.sleep and .wait methods accept 64-bit timeout values, but in fact they just sleep forever if the timeout value does not fit into 32 bits. These methods should be fixed to throw an appropriate runtime exception if the requested timeout cannot be supported, and their specifications should be updated accordingly. -- mr@eng 2000/2/17
|