Integrated: 8281675: VMDeprecatedOptions test fails after JDK-8278423
Daniel D.Daugherty
dcubed at openjdk.java.net
Sat Feb 12 14:16:34 UTC 2022
On Sat, 12 Feb 2022 14:07:07 GMT, David Holmes <dholmes 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
Thumbs up. I agree that this is a trivial fix.
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?
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7452
More information about the hotspot-runtime-dev
mailing list