Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread Jaroslav Bachorik
Good to go! -JB- On 31.7.2015 18:44, olivier.lagn...@oracle.com wrote: Thanks Jaroslav and Serguey for the comments for first pass of review. I have fixed the patch following your comments. Please find the 2nd version here : webrev: http://cr.openjdk.java.net/~olagneau/8131784/webrev.01/ Tha

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread serguei.spit...@oracle.com
Looks good. Thanks, Serguei On 7/31/15 9:44 AM, olivier.lagn...@oracle.com wrote: Thanks Jaroslav and Serguey for the comments for first pass of review. I have fixed the patch following your comments. Please find the 2nd version here : webrev: http://cr.openjdk.java.net/~olagneau/8131784/webr

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread serguei.spit...@oracle.com
Hi Olivier, Ok, reviewed. Thank you for the update! Serguei On 7/31/15 9:21 AM, olivier.lagn...@oracle.com wrote: Hi Serguey, Thanks for reviewing. Please see comments inlined. On 31/07/2015 01:50, serguei.spit...@oracle.com wrote: Hi Olivier, I agree with the comments from Jaroslav. A cou

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread olivier.lagn...@oracle.com
Thanks Jaroslav and Serguey for the comments for first pass of review. I have fixed the patch following your comments. Please find the 2nd version here : webrev: http://cr.openjdk.java.net/~olagneau/8131784/webrev.01/ Thanks, Olivier. On 30/07/2015 18:55, olivier.lagn...@oracle.com wrote: Hi,

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread olivier.lagn...@oracle.com
Hi Serguey, Thanks for reviewing. Please see comments inlined. On 31/07/2015 01:50, serguei.spit...@oracle.com wrote: Hi Olivier, I agree with the comments from Jaroslav. A couple of minor comments. + if ( exitCode != 0 ) { Unneeded extra spaces Ok. fixed. + } catch (InterruptedException

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-31 Thread olivier.lagn...@oracle.com
Hi Jaroslav, Thanks for reviewing this fix. Comments inlined. Olivier. On 30/07/2015 19:13, Jaroslav Bachorik wrote: Hi Olivier, On 30.7.2015 18:55, olivier.lagn...@oracle.com wrote: Hi, Could you please review this fix: bug: https://bugs.openjdk.java.net/browse/JDK-8131784 webrev: http://c

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-30 Thread serguei.spit...@oracle.com
Hi Olivier, I agree with the comments from Jaroslav. A couple of minor comments. +if ( exitCode != 0 ) { Unneeded extra spaces +} catch (InterruptedException e) { +Thread.currentThread().interrupt(); +throw new RuntimeException("Parent process i

Re: RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-30 Thread Jaroslav Bachorik
Hi Olivier, On 30.7.2015 18:55, olivier.lagn...@oracle.com wrote: Hi, Could you please review this fix: bug: https://bugs.openjdk.java.net/browse/JDK-8131784 webrev: http://cr.openjdk.java.net/~olagneau/8131784/webrev.00/ We add tracing information to help diagnosing master bug problem (https:

RFR: JDK-8131784 : Add tracing info to LowMemoryTest.java to help 8130339 diagnosis

2015-07-30 Thread olivier.lagn...@oracle.com
Hi, Could you please review this fix: bug: https://bugs.openjdk.java.net/browse/JDK-8131784 webrev: http://cr.openjdk.java.net/~olagneau/8131784/webrev.00/ We add tracing information to help diagnosing master bug problem (https://bugs.openjdk.java.net/browse/JDK-8130339), and we will monitor th