src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/commandLineFlagConstraintsRuntime.hpp	Thu Apr  5 12:03:58 2018
--- new/src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp	Thu Apr  5 12:03:58 2018

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2015, 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,51 **** --- 20,50 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSRUNTIME_HPP ! #define SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSRUNTIME_HPP ! #ifndef SHARE_VM_RUNTIME_FLAGS_JVMFLAGCONSTRAINTSRUNTIME_HPP ! #define SHARE_VM_RUNTIME_FLAGS_JVMFLAGCONSTRAINTSRUNTIME_HPP ! #include "runtime/globals.hpp" #include "utilities/globalDefinitions.hpp" ! #include "runtime/flags/jvmFlag.hpp" /* * Here we have runtime 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 ObjectAlignmentInBytesConstraintFunc(intx value, bool verbose); ! JVMFlag::Error ContendedPaddingWidthConstraintFunc(intx value, bool verbose); ! JVMFlag::Error BiasedLockingBulkRebiasThresholdFunc(intx value, bool verbose); ! JVMFlag::Error BiasedLockingStartupDelayFunc(intx value, bool verbose); ! JVMFlag::Error BiasedLockingBulkRevokeThresholdFunc(intx value, bool verbose); ! JVMFlag::Error BiasedLockingDecayTimeFunc(intx value, bool verbose); ! JVMFlag::Error PerfDataSamplingIntervalFunc(intx value, bool verbose); ! JVMFlag::Error ThreadLocalHandshakesConstraintFunc(bool value, bool verbose); ! #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSRUNTIME_HPP */ ! #endif /* SHARE_VM_RUNTIME_FLAGS_JVMFLAGCONSTRAINTSRUNTIME_HPP */

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