RFR: 8347042: Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`
Fei Yang
fyang at openjdk.org
Thu Jan 9 00:50:41 UTC 2025
On Mon, 6 Jan 2025 09:46:24 GMT, Qizheng Xing <qxing at openjdk.org> wrote:
> The macro definition `METHOD_USED_ANY_EPOCH` in `jfrTraceIdMacros.hpp` has an extra parenthesis, which was introduced in JDK-8233705. But there seems to be no code using this macro, so there are no related build failures so far.
>
> This patch removes the extra parenthesis.
LGTM.
-------------
Marked as reviewed by fyang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22925#pullrequestreview-2538566352
More information about the hotspot-jfr-dev
mailing list