RFR: 8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments [v4]

Boris Ulasevich bulasevich at openjdk.org
Thu Feb 1 12:00:10 UTC 2024


On Mon, 22 Jan 2024 19:45:18 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:

>> src/hotspot/share/code/codeCache.cpp line 196:
>> 
>>> 194: struct CodeHeapInfo {
>>> 195:   size_t size;
>>> 196:   bool set;
>> 
>> IMO, having `CodeBlobType type` member would be useful.
>
> IMO, having `size_t min_size` would be useful.

I am not sure. Let us add it once we really need it in code below

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17244#discussion_r1474337149


More information about the hotspot-dev mailing list