src/hotspot/share/runtime/jvmFlagConstraintsCompiler.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/commandLineFlagConstraintsCompiler.hpp	Thu Mar 29 13:44:31 2018
--- new/src/hotspot/share/runtime/jvmFlagConstraintsCompiler.hpp	Thu Mar 29 13:44:31 2018

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,75 **** --- 20,74 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP ! #define SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP ! #ifndef SHARE_VM_RUNTIME_JVMFLAGCONSTRAINTSCOMPILER_HPP ! #define SHARE_VM_RUNTIME_JVMFLAGCONSTRAINTSCOMPILER_HPP #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. */ ! JVMFlag::Error AliasLevelConstraintFunc(intx value, bool verbose); ! JVMFlag::Error CICompilerCountConstraintFunc(intx value, bool verbose); ! JVMFlag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose); ! JVMFlag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose); ! JVMFlag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose); ! JVMFlag::Error CompileThresholdConstraintFunc(intx value, bool verbose); ! JVMFlag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose); ! JVMFlag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose); ! JVMFlag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose); ! JVMFlag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose); ! JVMFlag::Error OptoLoopAlignmentConstraintFunc(intx value, bool verbose); ! JVMFlag::Error ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose); ! JVMFlag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose); ! JVMFlag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose); ! JVMFlag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose); #ifdef COMPILER2 ! JVMFlag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose); ! JVMFlag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose); #endif ! JVMFlag::Error RTMTotalCountIncrRateConstraintFunc(int value, bool verbose); ! #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */ ! #endif /* SHARE_VM_RUNTIME_JVMFLAGCONSTRAINTSCOMPILER_HPP */

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