8194071: [Testbug] Update VMDeprecatedOptions test for obsolete/expired options
Reviewed-by: hseigel
This commit is contained in:
parent
4a79a36b6d
commit
d32979d771
@ -47,10 +47,6 @@ public class VMDeprecatedOptions {
|
||||
{"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 @@ public class VMDeprecatedOptions {
|
||||
testDeprecated(DEPRECATED_OPTIONS); // Make sure that each deprecated option is mentioned in the output.
|
||||
testDeprecatedDiagnostic("UnsyncloadClass", "false");
|
||||
testDeprecatedDiagnostic("IgnoreUnverifiableClassesDuringDump", "false");
|
||||
testDeprecatedExperimental("UseCGroupMemoryLimitForHeap", "true");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user