On 19 jun 2014, at 11:11, Alan Bateman <alan.bate...@oracle.com> wrote:
> On 19/06/2014 10:06, Staffan Larsen wrote: >> This fix was intended to catch a supposedly rare error return value from >> WaitForMultipleObjects in the shared memory transport for JDI. Unfortunately >> the error is not so rare (which should have been discovered during testing >> of the fix) and the fix has caused all the JDI tests on windows to become >> unstable. >> >> While we investigate if the fix can be applied together with changes in the >> code (so that the error does not happen), I would like to backout the fix. >> >> The backout will also have to be applied to 8u20 and 7u80 since the fix was >> backported there without sufficient baking in 9. >> >> webrev: http://cr.openjdk.java.net/~sla/8046024/webrev.00/ >> bug: https://bugs.openjdk.java.net/browse/JDK-8046024 >> > Backing it out for now make sense to me, the change looks good. Thanks Alan. I have filed a follow-up bug: https://bugs.openjdk.java.net/browse/JDK-8047334 /Staffan