Hi,
Please review this fix:
bug: https://bugs.openjdk.java.net/browse/JDK-8068418
webrev: http://cr.openjdk.java.net/~sjiang/JDK-8068418/00/
This must be a timing issue in the test, the test called:
t.join(5000L);
to wait a thread's dying, I reproduced the bug by insert at line 202:
> The default JTreg time out is 5 minutes...
I believe the default JTREG timeout is 120 seconds or 2 minutes.
Dan
On 12/17/14 6:11 AM, Yekaterina Kantserova wrote:
Hopefully the last version :)
Erik has recommended to skip the whole timeout concept. Instead the
test will loop until a decre
Hi Shanliang,
On 6/01/2015 3:47 AM, shanliang wrote:
Hi,
Please review this fix:
bug: https://bugs.openjdk.java.net/browse/JDK-8068418
webrev: http://cr.openjdk.java.net/~sjiang/JDK-8068418/00/
This must be a timing issue in the test, the test called:
t.join(5000L); to wait a thread's dyi