RFR 6720349: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected

2015-01-05 Thread shanliang
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:

Re: RFR(S): 6977426: sun/tools tests can intermittently fail to find app's Java pid

2015-01-05 Thread Daniel D. Daugherty
> 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

Re: RFR 6720349: NotificationBufferDeadlockTest.java throw exception: java.lang.Exception: TEST FAILED: Deadlock detected

2015-01-05 Thread David Holmes
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