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	Fri Aug  7 10:29:22 2015
--- new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp	Fri Aug  7 10:29:22 2015

*** 32,41 **** --- 32,41 ---- * 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); ! Flag::Error AliasLevelConstraintFunc(intx value, bool verbose); ! Flag::Error CICompilerCountConstraintFunc(bool verbose, intx* value); ! Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose); #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */

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