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

Qizheng Xing qxing at openjdk.org
Thu Jan 9 01:06:54 UTC 2025


On Tue, 7 Jan 2025 11:08:16 GMT, Markus Grönlund <mgronlun 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.

@mgronlun @RealFYang Thanks for the review!

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

PR Comment: https://git.openjdk.org/jdk/pull/22925#issuecomment-2578987696


More information about the hotspot-jfr-dev mailing list