src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp	Tue Jun 16 15:48:01 2015
--- new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp	Tue Jun 16 15:48:01 2015

*** 27,37 **** --- 27,37 ---- #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" /* ! * Here we have runtime arguments constraints functions, which are called automatically ! * 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