--- old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-03-01 02:14:13.852414620 +0300 +++ new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-03-01 02:14:13.780414956 +0300 @@ -62,6 +62,8 @@ Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose); +Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose); + #ifdef COMPILER2 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);