RFR: 8292921: Rewrite object field printer [v6]

Stefan Karlsson stefank at openjdk.org
Fri Aug 26 09:36:08 UTC 2022


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

>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Introduce and use various 0x0... prefixed integer format specifiers
>
> src/hotspot/share/utilities/globalDefinitions.hpp line 95:
> 
>> 93: #define BOOL_TO_STR(_b_) ((_b_) ? "true" : "false")
>> 94: 
>> 95: // Format 8-bit quantities.
> 
> Maybe a little comment explaining the various suffixes?

Sure

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

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


More information about the hotspot-dev mailing list