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

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page

        

*** 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