8241486: G1/Z give warning when using LoopStripMiningIter and turn off LoopStripMiningIter (0)

Reviewed-by: thartmann, kvn
This commit is contained in:
Roland Westrelin 2020-08-21 17:41:57 +02:00
parent 56d8e8a0a1
commit 6a85e1454d
5 changed files with 99 additions and 11 deletions

View file

@ -71,4 +71,8 @@ JVMFlag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
JVMFlag::Error RTMTotalCountIncrRateConstraintFunc(int value, bool verbose);
#ifdef COMPILER2
JVMFlag::Error LoopStripMiningIterConstraintFunc(uintx value, bool verbose);
#endif
#endif // SHARE_RUNTIME_FLAGS_JVMFLAGCONSTRAINTSCOMPILER_HPP