src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8059557_rev2_to_rev3 Cdiff src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page

        

*** 27,37 **** #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * Here we have runtime arguments constraints functions, which are called automatically * whenever flag's value changes. If the constraint fails the function should return * an appropriate error value. */ Flag::Error AliasLevelConstraintFunc(bool verbose, intx* value); --- 27,37 ---- #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * Here we have compiler arguments constraints functions, which are called automatically * whenever flag's value changes. If the constraint fails the function should return * an appropriate error value. */ Flag::Error AliasLevelConstraintFunc(bool verbose, intx* value);
src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File