Skip to content

Commit 8acfbc2

Browse files
author
David Holmes
committedFeb 12, 2022
8281675: VMDeprecatedOptions test fails after JDK-8278423
Reviewed-by: dcubed
1 parent 67077a0 commit 8acfbc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -54,7 +54,6 @@ public class VMDeprecatedOptions {
5454
{"InitialRAMFraction", "64"},
5555
{"TLABStats", "false"},
5656
{"AllowRedefinitionToAddDeleteMethods", "true"},
57-
{"ExtendedDTraceProbes", "true"},
5857

5958
// deprecated alias flags (see also aliased_jvm_flags):
6059
{"DefaultMaxRAMFraction", "4"},

0 commit comments

Comments
 (0)
Please sign in to comment.