On Wed, 19 Jan 2022 01:12:16 GMT, David Holmes <dhol...@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