--- old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-03-01 15:42:53.230528612 +0300 +++ new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp 2016-03-01 15:42:53.182528870 +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);