< prev index next >

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page
rev 13277 : 8184800: Streamline RTM flag validity testing with generic flag testing support

@@ -68,6 +68,8 @@
 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
 
 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
 #endif
 
+Flag::Error RTMTotalCountIncrRateConstraintFunc(int value, bool verbose);
+
 #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */
< prev index next >