8191782: Missing deprecated options in VMDeprecatedOptions.java
authorrehn
Fri, 24 Nov 2017 13:58:52 +0100
changeset 48108 9d00b6f9cbed
parent 48107 a9fbc10dc406
child 48109 eeac8b750f4a
8191782: Missing deprecated options in VMDeprecatedOptions.java Reviewed-by: dcubed, mlarsson
test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
--- 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"},