8281675: VMDeprecatedOptions test fails after JDK-8278423

Reviewed-by: dcubed
This commit is contained in:
David Holmes 2022-02-12 14:12:42 +00:00
parent 67077a0430
commit 8acfbc2e21

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -54,7 +54,6 @@ public class VMDeprecatedOptions {
{"InitialRAMFraction", "64"}, {"InitialRAMFraction", "64"},
{"TLABStats", "false"}, {"TLABStats", "false"},
{"AllowRedefinitionToAddDeleteMethods", "true"}, {"AllowRedefinitionToAddDeleteMethods", "true"},
{"ExtendedDTraceProbes", "true"},
// deprecated alias flags (see also aliased_jvm_flags): // deprecated alias flags (see also aliased_jvm_flags):
{"DefaultMaxRAMFraction", "4"}, {"DefaultMaxRAMFraction", "4"},