Integrated: 8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test

KIRIYAMA Takuya duke at openjdk.org
Tue Jun 28 23:39:54 UTC 2022


On Fri, 10 Jun 2022 10:20:38 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:

> I would like to fix 8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test. 
> 
> FlightRecorder option has not been tested since JDK13.
> I think we should test it, because FlightRecorder option has not been obsolete in the latest JDK.
> Users would be in trouble if the option suddenly disappears without notice, 
> so it's important to confirm the deprication message.
> 
> Also we should add a test of ExtendedDTraceProbes option.
> The test was disabled in 8281675, because some jdk can't specify it.
> I modified the test to be able to verify  ExtendedDTraceProbes in either case that DTRACE_ENABLED is enabled or not.

This pull request has now been integrated.

Changeset: 910053b7
Author:    KIRIYAMA Takuya <kiriyama.takuya at fujitsu.com>
Committer: David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/910053b74ec5249b3ecae33b9b0b0a68729ef418
Stats:     9 lines in 1 file changed: 8 ins; 0 del; 1 mod

8280235: Deprecated flag FlightRecorder missing from VMDeprecatedOptions test

Reviewed-by: dholmes, mgronlun

-------------

PR: https://git.openjdk.org/jdk/pull/9123


More information about the hotspot-runtime-dev mailing list