RFR: 8191782: Missing deprecated options in VMDeprecatedOptions.java

Robbin Ehn robbin.ehn at oracle.com
Wed Nov 22 20:37:25 UTC 2017


Hi all, please review.

Bug: https://bugs.openjdk.java.net/browse/JDK-8191782

Test: test/hotspot/jtreg/runtime/CommandLine/ and tier 1-5 with no unexpected failure.

Thanks, Robbin!

diff -r 2cd1c2b03782 test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Nov 22 01:12:23 2017 -0800
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Nov 22 21:28:36 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"},


More information about the hotspot-runtime-dev mailing list