RFR: 8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage [v19]
Johan Sjölen
jsjolen at openjdk.org
Mon Jun 17 08:45:56 UTC 2024
On Sat, 15 Jun 2024 06:36:59 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Various minor fixes
>
> src/hotspot/share/nmt/indexedFreeListAllocator.hpp line 62:
>
>> 60: I allocate(Args... args) {
>> 61: BackingElement* be;
>> 62: int i;
>
> I i? Then, later, just return i?
Thanks, clean up from wrapping I.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18979#discussion_r1642431581
More information about the hotspot-dev
mailing list