8192072: 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount
Summary: Pushed under trivial rules.
Reviewed-by: coleenp
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Thu Nov 30 10:01:26 2017 -0500
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Thu Nov 30 16:08:13 2017 +0100
@@ -50,7 +50,7 @@
{"FastTLABRefill", "false"},
{"DeferPollingPageLoopCount", "-1"},
{"SafepointSpinBeforeYield", "2000"},
- {"DeferPollingPageLoopCount", "4000"},
+ {"DeferThrSuspendLoopCount", "4000"},
// deprecated alias flags (see also aliased_jvm_flags):
{"DefaultMaxRAMFraction", "4"},