RFR: 8347042: Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`

Markus Grönlund mgronlun at openjdk.org
Tue Jan 7 11:10:35 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.

Looks good.

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

Marked as reviewed by mgronlun (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22925#pullrequestreview-2534047872


More information about the hotspot-jfr-dev mailing list