RFR: 8350665: SIZE_FORMAT_HEX macro undefined in gtest
SendaoYan
syan at openjdk.org
Tue Feb 25 15:43:27 UTC 2025
Hi all,
SIZE_FORMAT_HEX macro undefined in test/hotspot/gtest/runtime/test_virtualMemoryTracker.cpp.
The SIZE_FORMAT_HEX macro should be replace as "0x%zx" instead.
Trivial fix, change has been verified locally, test-fix only, no risk.
-------------
Commit messages:
- 8350665: SIZE_FORMAT_HEX macro undefined in gtest
Changes: https://git.openjdk.org/jdk/pull/23778/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23778&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8350665
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/23778.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23778/head:pull/23778
PR: https://git.openjdk.org/jdk/pull/23778
More information about the hotspot-runtime-dev
mailing list