8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
Summary: give SurvivorAlignmentInBytes a range same as ObjectAlignmentInBytes
Reviewed-by: shade
--- 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, \