RFR: 7152183: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently [sol]
Martin Buchholz
martinrb at google.com
Tue Oct 9 19:27:57 UTC 2012
On Mon, Oct 8, 2012 at 2:24 PM, Rob McKenna <rob.mckenna at oracle.com> wrote:
> Thanks Martin,
>
> Updated webrev at:
>
> http://cr.openjdk.java.net/~robm/7152183/webrev.03/
>
The latest webrev looks correct to me - thanks!
I'd also make a couple of pedantic cosmetic changes:
1969 Object deferred = null;
A good place to use a "blank final"
final Object deferred;
+ Field useCountField;
Merge the declaration down to the initialization.
More information about the core-libs-dev
mailing list