RFR for JDK-703666 test/com/sun/net/httpserver/Test9a.java fails intermittently
Daniel Fuchs
daniel.fuchs at oracle.com
Wed Nov 20 02:19:20 PST 2013
Hi Tristan,
I believe you should also declare the 'error' flag as
well as the 'clientCtx' variable volatile since they are set
by a thread and read by another.
best regards,
-- daniel
On 11/20/13 5:59 AM, Tristan Yan wrote:
> /Hi All/
>
> /I am working on https://bugs.openjdk.java.net/browse/JDK-7036666, this
> bug was opened 3 years ago and test was put into ProblemList. I ran a
> 1000 times loop to try to reproduce the failure but I got no luck. Also
> I use same jdk binaries run all regression tests a couple of hundred
> time I don’t see any failure on this test either./
>
> /I suggest we bring this test back from ProblemList and add a debug info
> for only possible failure place./
>
> //
>
> /http://cr.openjdk.java.net/~ewang/tristan/JDK-7036666/webrev.00//
>
> //
>
> /Please let me know if you have any suggestion or comments./
>
> //
>
> /Tristan Yan(Haibo Yan)/
>
> //
>
More information about the net-dev
mailing list