OpenJDK / valhalla / valhalla
changeset 48456:0f53d49bb74b
8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
Reviewed-by: hseigel
author | dholmes |
---|---|
date | Fri, 22 Dec 2017 15:23:34 -0500 |
parents | a6531fb9392e |
children | 2c1af559e922 |
files | test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Tue Dec 19 17:31:53 2017 -0500 +++ b/test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java Fri Dec 22 15:23:34 2017 -0500 @@ -47,10 +47,6 @@ {"InitialRAMFraction", "64"}, {"AssumeMP", "false"}, {"UseMembar", "true"}, - {"FastTLABRefill", "false"}, - {"DeferPollingPageLoopCount", "-1"}, - {"SafepointSpinBeforeYield", "2000"}, - {"DeferThrSuspendLoopCount", "4000"}, // deprecated alias flags (see also aliased_jvm_flags): {"DefaultMaxRAMFraction", "4"}, @@ -110,6 +106,5 @@ testDeprecated(DEPRECATED_OPTIONS); // Make sure that each deprecated option is mentioned in the output. testDeprecatedDiagnostic("UnsyncloadClass", "false"); testDeprecatedDiagnostic("IgnoreUnverifiableClassesDuringDump", "false"); - testDeprecatedExperimental("UseCGroupMemoryLimitForHeap", "true"); } }