Re: RFR 8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings

2018-04-05 Thread Sean Mullan
The 2 space indentation in some of the methods of OutputAnalyzer.java is unconventional. I would fix those methods to use 4 spaces. Looks fine otherwise. --Sean On 4/4/18 4:38 AM, bhanu.prakash.gopula...@oracle.com wrote: Hi All, Please review fix for following issue: JBS bug:

RFR 8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings

2018-04-04 Thread bhanu . prakash . gopularam
Hi All, Please review fix for following issue: JBS bug: https://bugs.openjdk.java.net/browse/JDK-8196540 webrev link: http://cr.openjdk.java.net/~bgopularam/8196540/security/webrev.00/ I have added utility method parsing the stderr output and ignore any VM warnings. Thanks, Bhanu