mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8241486: G1/Z give warning when using LoopStripMiningIter and turn off LoopStripMiningIter (0)
Reviewed-by: thartmann, kvn
This commit is contained in:
parent
56d8e8a0a1
commit
6a85e1454d
5 changed files with 99 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue