RFR(S): 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases

Dmitry Dmitriev dmitry.dmitriev at oracle.com
Fri Dec 11 15:45:11 UTC 2015


Hi Christian,

Thank you for the review!

Dmitry

On 11.12.2015 18:38, Christian Tornqvist wrote:
> Hi Dmitry,
>
> Sorry for the delay, this looks good!
>
> Thanks,
> Christian
>
> -----Original Message-----
> From: hotspot-dev [mailto:hotspot-dev-bounces at openjdk.java.net] On Behalf Of Dmitry Dmitriev
> Sent: Wednesday, December 9, 2015 3:38 AM
> To: hotspot-dev at openjdk.java.net
> Subject: Re: RFR(S): 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
>
> Hello,
>
> Please, can I get Review for that fix? Thank you!
>
> Dmitry
>
> On 25.11.2015 11:41, Dmitry Dmitriev wrote:
>> Hello,
>>
>> Please review this small enhancement to the command line options
>> validation test framework. This enhancement allow to specify allowed
>> exit code for flags. This is needed for CDS Shared flags, because in
>> some cases JVM can exit with error code 2 and this should not be
>> treated as error. Also, in this fix I refactor code which parse Shared
>> flags - specify explicit names of the flags in switch statement and
>> use only one CDS archive file.
>>
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8142874
>> webrev: http://cr.openjdk.java.net/~ddmitriev/8142874/webrev.01/
>> <http://cr.openjdk.java.net/%7Eddmitriev/8142874/webrev.01/>
>> Testing: tested on all platforms by RBT
>>
>> Thanks,
>> Dmitry
>



More information about the hotspot-dev mailing list