< prev index next >

src/hotspot/share/runtime/flags/jvmFlagConstraintsCompiler.hpp

Print this page

        

@@ -69,6 +69,9 @@
 JVMFlag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
 #endif
 
 JVMFlag::Error RTMTotalCountIncrRateConstraintFunc(int value, bool verbose);
 
+JVMFlag::Error DisableIntrinsicConstraintFunc(ccstrlist value, bool verbose);
+
+JVMFlag::Error ControlIntrinsicConstraintFunc(ccstrlist value, bool verbose);
 #endif // SHARE_RUNTIME_FLAGS_JVMFLAGCONSTRAINTSCOMPILER_HPP
< prev index next >