--- old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-02-29 14:28:36.278712167 +0300 +++ new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-02-29 14:28:36.206712507 +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);