RFR 9: 8160848 : Add diagnostics to java/lang/ProcessBuilder/Zombies

Martin Buchholz martinrb at google.com
Tue Jul 5 19:38:43 UTC 2016


Instead of unconditionally printing, why not print only when a zombie is
discovered?  All the information should still be available, I think...

here's some misleading indentation...

+            p2.waitFor();
+                throw new Error(zombies + " zombies!");


On Tue, Jul 5, 2016 at 12:29 PM, Roger Riggs <Roger.Riggs at oracle.com> wrote:

> Please review adding diagnostics to an intermittently failing test;
> java/lang/ProcessBuilder/Zombies.java.
>
> Recently, the Zombies test has started intermittently reporting 1 Zombies
> errors on Solaris.
>
> Webrev:
>   http://cr.openjdk.java.net/~rriggs/webrev-zombies-8160848/
>
> The original issue is open pending more information:
>   https://bugs.openjdk.java.net/browse/JDK-8160151
>
> Thanks, Roger
>
>


More information about the core-libs-dev mailing list