8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
Pushed under trivial rules. Reviewed-by: coleenp
This commit is contained in:
parent
a405ca04ee
commit
3ef7804e6d
@ -50,7 +50,7 @@ public class VMDeprecatedOptions {
|
||||
{"FastTLABRefill", "false"},
|
||||
{"DeferPollingPageLoopCount", "-1"},
|
||||
{"SafepointSpinBeforeYield", "2000"},
|
||||
{"DeferPollingPageLoopCount", "4000"},
|
||||
{"DeferThrSuspendLoopCount", "4000"},
|
||||
|
||||
// deprecated alias flags (see also aliased_jvm_flags):
|
||||
{"DefaultMaxRAMFraction", "4"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user