RFR: 8292921: Rewrite object field printer [v3]

Stefan Karlsson stefank at openjdk.org
Fri Aug 26 08:45:13 UTC 2022


On Fri, 26 Aug 2022 05:09:13 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix macOS sensitivity to format specifier for jlong
>
> src/hotspot/share/utilities/globalDefinitions.hpp line 100:
> 
>> 98: // Format 16-bit quantities.
>> 99: #define PTR16_FORMAT           "0x%04" PRIx16
>> 100: 
> 
> nit: I would find UINT(8|16)_FORMAT_X more logical.

See my comments to David's comments.

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

PR: https://git.openjdk.org/jdk/pull/10028


More information about the hotspot-dev mailing list