RFR(S): 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern

Pavel Punegov pavel.punegov at oracle.com
Mon Nov 23 17:09:13 UTC 2015


Thanks for review, Vladimir

Pavel.

> On 23 Nov 2015, at 19:24, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
> 
> Looks good.
> 
> Thanks,
> Vladimir
> 
> On 11/23/15 7:22 AM, Pavel Punegov wrote:
>> Please review the following test bug fix.
>> 
>> Issue was caused by the incorrect output processing, that uses shouldNotContain instead of one by one line checking. In
>> this case test finds previously correct error message.
>> Fix: Rewrite CommandProcessor so that it will match only unprocessed lines. QuietProcessor removed, it's code was merged
>> with CommandProcessor
>> 
>> bug: https://bugs.openjdk.java.net/browse/JDK-8142385
>> webrev: http://cr.openjdk.java.net/~ppunegov/8142385/webrev.00/
>> 
>> — Thanks,
>> Pavel Punegov
>> 



More information about the hotspot-compiler-dev mailing list