RFR: 8333658: NMT: Use an allocator with 4-byte pointers to save memory in NativeCallStackStorage [v21]
Johan Sjölen
jsjolen at openjdk.org
Thu Jun 20 08:44:12 UTC 2024
On Tue, 18 Jun 2024 06:08:57 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:
>>
>> Fix tests
>
> src/hotspot/share/nmt/indexedFreeListAllocator.hpp line 36:
>
>> 34: // It never returns any memory to the system.
>> 35: template<typename E, MEMFLAGS flag>
>> 36: class IndexedFreeListAllocator {
>
> This is a mouth-full and does not describe well what it does. How about "HomogenousObjectHeap" or "HomogenousObjectArray" or "HomogenousObjectSpace"
"HomogenousObjectArray"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18979#discussion_r1647206953
More information about the hotspot-dev
mailing list