< prev index next >

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page

        

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