< prev index next >

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page

        

@@ -60,10 +60,12 @@
 
 Flag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose);
 
 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
 
+Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
+
 #ifdef COMPILER2
 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
 
 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
 #endif
< prev index next >