RFR: 8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage [v9]
Johan Sjölen
jsjolen at openjdk.org
Mon Jun 10 21:36:14 UTC 2024
On Mon, 10 Jun 2024 14:14:30 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:
>>
>> Add include guards
>
> src/hotspot/share/nmt/indexedFreeListAllocator.hpp line 68:
>
>> 66: char e[sizeof(E)];
>> 67:
>> 68: BackingElement() {
>
> Init list?
It's on its way, I haven't pushed all of my changes yet :-).
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18979#discussion_r1633849677
More information about the hotspot-dev
mailing list