8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123

Give SurvivorAlignmentInBytes a range same as ObjectAlignmentInBytes

Reviewed-by: shade
This commit is contained in:
Coleen Phillimore 2019-07-31 13:40:59 -04:00
parent c3c35c1b6d
commit caf7ee9bb5

View File

@ -2360,6 +2360,7 @@ const size_t minimumSymbolTableSize = 1024;
\
experimental(intx, SurvivorAlignmentInBytes, 0, \
"Default survivor space alignment in bytes") \
range(8, 256) \
constraint(SurvivorAlignmentInBytesConstraintFunc,AfterErgo) \
\
product(ccstr, DumpLoadedClassList, NULL, \