Hi Chris,
Please help to review the fix for bug 7148829
<http://monaco.us.oracle.com/detail.jsf?cr=7148829>
sun/net/InetAddress/nameservice/simple/CacheTest.java failing
http://dl.dropbox.com/u/90659131/fixes/7148829/webrev/index.html
The root cause is on certain Vitrual Machines the wall clock time
(System.currentTimeMillis) is not advancing by the exected sleep() time."
As Thread.sleep() is subject to the precision and accuracy of system
timers and schedulers, the fix is to hang the tests for specified time
until CacheEntry timeout.
BTW, The fix has been verified on the host sc11136014 which bug occurred.
Thanks,
Eric