RFR: JDK-8326586: Improve Speed of System.map

Thomas Stuefe stuefe at openjdk.org
Mon Feb 26 14:25:55 UTC 2024


On Mon, 26 Feb 2024 14:09:09 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> In other parts of HotSpot we have been changed usages of `uintx` to instead use `size_t`.

Why? size_t implies memory size to me. This is not a memory size, its a counter.

(If reviewers prefer uintx, I can change it; I just want to understand the reasoning behind choosing size_t)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17984#discussion_r1502695545


More information about the hotspot-runtime-dev mailing list