RFR: 8347042: Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`
Qizheng Xing
qxing at openjdk.org
Mon Jan 6 09:50:43 UTC 2025
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.
-------------
Commit messages:
- Remove an extra parenthesis in macro definition in `jfrTraceIdMacros.hpp`.
Changes: https://git.openjdk.org/jdk/pull/22925/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22925&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8347042
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22925.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22925/head:pull/22925
PR: https://git.openjdk.org/jdk/pull/22925
More information about the hotspot-jfr-dev
mailing list