CRR (XS): 7123165: G1: output during parallel verification can get messed up
Tony Printezis
tony.printezis at oracle.com
Tue Dec 20 16:28:47 UTC 2011
Bengt,
Thanks for the _very_ prompt code review! I made the change you
requested, latest webrev here:
http://cr.openjdk.java.net/~tonyp/7123165/webrev.1/
Tony
On 12/20/2011 10:25 AM, Bengt Rutisson wrote:
> Tony,
>
> Looks good to me.
>
> One style question. Line 97. Would you be ok with adding a newline after "template<class T>"?
>
> I think that's common in hotspot and it's what is done on line 193.
>
> Bengt
>
>
> 20 dec 2011 kl. 14:38 skrev Tony Printezis<tony.printezis at oracle.com>:
>
>> Hi all,
>>
>> Can I have a couple of quick reviews for this very small change (< 10 lines changed)?
>>
>> http://cr.openjdk.java.net/~tonyp/7123165/webrev.0/
>>
>> During parallel verification each worker now takes a lock after it detects a failure and while it's generating output. This way the output from separate workers is not interleaved and it's easier to read. I came across this issue while testing some recent changes and this patch made my life easier. It might make your life easier some day too. :-)
>>
>> Tony
>>
More information about the hotspot-gc-dev
mailing list