RFR: 8278423: ExtendedDTraceProbes should be deprecated [v4]
Emanuel Peter
duke at openjdk.java.net
Wed Feb 9 16:10:10 UTC 2022
On Wed, 19 Jan 2022 01:12:16 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> moved deprecated flag to deprecated section in manpages
>
> src/hotspot/share/runtime/arguments.cpp line 2884:
>
>> 2882: #if defined(DTRACE_ENABLED)
>> 2883: warning("Option ExtendedDTraceProbes was deprecated in version 19 and will likely be removed in a future release.");
>> 2884: warning("Use a combination of -XX:+DTraceMethodProbes, -XX:+DTraceAllocProbes and -XX:+DTraceMonitorProbes instead.");
>
> s/a/the/
>
> Applies to all three uses.
Agreed, changing it
-------------
PR: https://git.openjdk.java.net/jdk/pull/7110
More information about the serviceability-dev
mailing list