RFR (T) 8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
Kim Barrett
kim.barrett at oracle.com
Wed Jul 31 22:05:43 UTC 2019
> On Jul 31, 2019, at 9:12 AM, David Holmes <david.holmes at oracle.com> wrote:
>
> I haven't seen Coleen's original mail turn up yet, so I'll respond here.
>
> Shouldn't the range be handled by the constraint function:
>
> SurvivorAlignmentInBytesConstraintFunc
There are a number of options that have both ranges and constraint functions.
The ranges specify bounds in isolation, and the constraint function checks for
inter-option constraints, e.g. this option must not be greater than that one and
the like.
More information about the hotspot-dev
mailing list