Integrated: 8281675: VMDeprecatedOptions test fails after JDK-8278423
David Holmes
dholmes at openjdk.java.net
Sat Feb 12 14:16:36 UTC 2022
On Sat, 12 Feb 2022 14:08:40 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Please review this trivial reverting of the change to the VMDeprecatedOptions test. We can't determine if DTrace is enabled so we just don't check the ExtendedDTraceProbes flag.
>>
>> Testing: local testing of reverted test.
>>
>> Thanks,
>> David
>
> test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java line 57:
>
>> 55: {"TLABStats", "false"},
>> 56: {"AllowRedefinitionToAddDeleteMethods", "true"},
>> 57: {"ExtendedDTraceProbes", "true"},
>
> Do you want to add a comment that this flag cannot be tested at this time?
Not really. It doesn't really make sense to me to comment something that isn't there - and then we'd have to remember to remove the comment again next release.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7452
More information about the hotspot-runtime-dev
mailing list