-
Bug
-
Resolution: Done
-
Major
-
8.2.0.CR1
-
None
this method uses TimeService.remainingTime() to calculate the time it needs to wait, returning zero is the time is expired. However, zero timeout in Object.wait() will indicate to wait forever. Avoid invoke the wait() is time is already expired.