src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp	Tue Apr 26 13:47:37 2016
--- new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp	Tue Apr 26 13:47:37 2016

*** 36,45 **** --- 36,47 ---- Flag::Error AliasLevelConstraintFunc(intx value, bool verbose); Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose); + Flag::Error AllocatePrefetchStyleConstraintFunc(intx value, bool verbose); + Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose); Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose); Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose);

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