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:
parent
c3c35c1b6d
commit
caf7ee9bb5
@ -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, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user