Integrated: 8347042: Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`
Qizheng Xing
qxing at openjdk.org
Thu Jan 9 02:27: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.
This pull request has now been integrated.
Changeset: 1ade96b8
Author: Qizheng Xing <qxing at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1ade96b808e66cf1623c38e23772eaf9fc991db9
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8347042: Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`
Reviewed-by: mgronlun, fyang
-------------
PR: https://git.openjdk.org/jdk/pull/22925
More information about the hotspot-jfr-dev
mailing list