RFR: 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently

2013-06-17 Thread Daniel Fuchs
Hi, Please find below a webrev for fixing 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently http://cr.openjdk.java.net/~dfuchs/JDK-8014218/webrev.00/ Without the fix - it's quite easy to make the test fail - especially if you copy paste the @run line a few

Re: RFR: 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently

2013-06-17 Thread Chris Hegarty
On 17/06/2013 14:21, Daniel Fuchs wrote: Hi, Please find below a webrev for fixing 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently http://cr.openjdk.java.net/~dfuchs/JDK-8014218/webrev.00/ Without the fix - it's quite easy to make the test fail - especially

Re: RFR: 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently

2013-06-17 Thread Daniel Fuchs
On 6/17/13 4:22 PM, Chris Hegarty wrote: On 17/06/2013 14:21, Daniel Fuchs wrote: Hi, Please find below a webrev for fixing 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently http://cr.openjdk.java.net/~dfuchs/JDK-8014218/webrev.00/ Without the fix - it's quite

Re: RFR: 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently

2013-06-17 Thread Daniel Fuchs
On 6/17/13 7:11 PM, Mandy Chung wrote: FYI. Staffan has a fix in hotspot for JDK-8016304 the ThreadMXBean issue [1]. Thanks Mandy. Yes I saw that. I will wait for Staffan's fix - revert my changes, and run the test again - and see what I get. Alternatively I could now modify the test to try

Re: RFR: 8014218: test/java/util/logging/DrainFindDeadlockTest.java failing intermittently

2013-06-17 Thread Mandy Chung
On 6/17/2013 10:36 AM, Daniel Fuchs wrote: On 6/17/13 7:11 PM, Mandy Chung wrote: FYI. Staffan has a fix in hotspot for JDK-8016304 the ThreadMXBean issue [1]. Thanks Mandy. Yes I saw that. I will wait for Staffan's fix - revert my changes, and run the test again - and see what I get.