8191782: Missing deprecated options in VMDeprecatedOptions.java
Reviewed-by: dcubed, mlarsson
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Thu Nov 23 19:42:56 2017 -0800
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Fri Nov 24 13:58:52 2017 +0100
@@ -46,6 +46,11 @@
{"MinRAMFraction", "2"},
{"InitialRAMFraction", "64"},
{"AssumeMP", "false"},
+ {"UseMembar", "true"},
+ {"FastTLABRefill", "false"},
+ {"DeferPollingPageLoopCount", "-1"},
+ {"SafepointSpinBeforeYield", "2000"},
+ {"DeferPollingPageLoopCount", "4000"},
// deprecated alias flags (see also aliased_jvm_flags):
{"DefaultMaxRAMFraction", "4"},