8192072(one-liner): 8191782 fix for VMDeprecatedOptions.java missed DeferThrSuspendLoopCount and duplicated DeferPollingPageLoopCount

Robbin Ehn robbin.ehn at oracle.com
Wed Nov 29 12:19:40 UTC 2017


Hi all, please review.

Tested VMDeprecatedOptions which still passes.
Issue:
https://bugs.openjdk.java.net/browse/JDK-8192072
Old issue with bad fix:
https://bugs.openjdk.java.net/browse/JDK-8191782

Thanks, Robbin

diff -r bc1cffa26561 test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Nov 29 09:26:58 2017 +0900
+++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java	Wed Nov 29 13:15:46 2017 +0100
@@ -51,5 +51,5 @@
          {"DeferPollingPageLoopCount", "-1"},
          {"SafepointSpinBeforeYield",  "2000"},
-        {"DeferPollingPageLoopCount", "4000"},
+        {"DeferThrSuspendLoopCount",  "4000"},

          // deprecated alias flags (see also aliased_jvm_flags):


More information about the hotspot-runtime-dev mailing list