RFR: 8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test
David Holmes
dholmes at openjdk.java.net
Sat Jun 11 13:13:59 UTC 2022
On Fri, 10 Jun 2022 10:20:38 GMT, KIRIYAMA Takuya <duke at openjdk.java.net> wrote:
> so it's important to confirm the deprication message.
It has been confirmed, just not by a regression test. Adding this is harmless _but_ you can only test this on a JVM configured with JFR so now the test would have to `@require vm.jfr` as well.
> Also we should add a test of ExtendedDTraceProbes option.
That might be useful in 19 but this bug is being pushed to 20 and it incorrect for 20. At the start of every release we remove the options present in the VMDeprecatedOptions test that are obsoleted in that release as the error message changes and so would cause the test to fail.
-------------
PR: https://git.openjdk.org/jdk/pull/9123
More information about the hotspot-runtime-dev
mailing list