RFR: 8312132: Add tracking of multiple address spaces in NMT [v46]
Johan Sjölen
jsjolen at openjdk.org
Thu May 2 14:03:02 UTC 2024
On Tue, 30 Apr 2024 06:18:53 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> I'm fine with `typedef`:ing `size_t`, but I'd like a naming suggestion from you if that's alright. Naming isn't my strong suit and I'd prefer only doing the rename once :).
>
> If the type is defined within VMATree scope, it can be anything short and succinct, e.g.
> `VMATree::position_t`.
We typically do not use the `_t` suffix in HotSpot for types. I changed it to `position`, though.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18289#discussion_r1587689356
More information about the hotspot-dev
mailing list