# HG changeset patch # User coleenp # Date 1564594859 14400 # Node ID b81062d47d619c99da12b946ec1a7ddd6f58772f # Parent 6945659985312f952ef3c8f1047364f467e41297 8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123 Summary: give SurvivorAlignmentInBytes a range same as ObjectAlignmentInBytes Reviewed-by: shade diff -r 694565998531 -r b81062d47d61 src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Wed Jul 31 09:55:26 2019 -0400 +++ b/src/hotspot/share/runtime/globals.hpp Wed Jul 31 13:40:59 2019 -0400 @@ -2360,6 +2360,7 @@ \ experimental(intx, SurvivorAlignmentInBytes, 0, \ "Default survivor space alignment in bytes") \ + range(8, 256) \ constraint(SurvivorAlignmentInBytesConstraintFunc,AfterErgo) \ \ product(ccstr, DumpLoadedClassList, NULL, \