We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67077a0 commit 8acfbc2Copy full SHA for 8acfbc2
test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -54,7 +54,6 @@ public class VMDeprecatedOptions {
54
{"InitialRAMFraction", "64"},
55
{"TLABStats", "false"},
56
{"AllowRedefinitionToAddDeleteMethods", "true"},
57
- {"ExtendedDTraceProbes", "true"},
58
59
// deprecated alias flags (see also aliased_jvm_flags):
60
{"DefaultMaxRAMFraction", "4"},
0 commit comments