hotspot/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
changeset 45806 36707109c109
parent 45804 41b19cb98a96
child 46735 219c4312853e
equal deleted inserted replaced
45805:24c9d900fadf 45806:36707109c109
    62 
    62 
    63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
    63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
    64 
    64 
    65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
    65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
    66 
    66 
    67 Flag::Error UseAVXConstraintFunc(intx value, bool verbose);
       
    68 
       
    69 #ifdef COMPILER2
    67 #ifdef COMPILER2
    70 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
    68 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
    71 
    69 
    72 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
    70 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
    73 #endif
    71 #endif