< prev index next >

src/share/vm/jvmci/commandLineFlagConstraintsJVMCI.hpp

Print this page

        

*** 32,40 **** * Here we have JVMCI 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 EnableJVMCIMustBeEnabledConstraintFunc(bool value, bool verbose); - Flag::Error EnableJVMCIMustBeEnabledConstraintFunc(intx value, bool verbose); #endif /* SHARE_VM_JVMCI_COMMANDLINEFLAGCONSTRAINTSJVMCI_HPP */ --- 32,38 ----
< prev index next >