RFR: 8334738: os::print_hex_dump should optionally print ASCII [v2]
Thomas Stuefe
stuefe at openjdk.org
Tue Jun 25 12:51:13 UTC 2024
On Tue, 25 Jun 2024 08:20:05 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> I chose uint8_t since it seemed to me the closest const version of address. address, however, is signed char, but I did not want to pass const char* since that looks like a string.
I was mistaken here, address is an unsigned char*.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19835#issuecomment-2188849029
More information about the hotspot-dev
mailing list