RFR: 8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments [v4]
Boris Ulasevich
bulasevich at openjdk.org
Fri Jan 26 10:04:52 UTC 2024
On Mon, 22 Jan 2024 16:10:28 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
>> Boris Ulasevich has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> apply suggestions
>
> src/hotspot/share/code/codeCache.cpp line 186:
>
>> 184: } else {
>> 185: log_debug(codecache)("CodeCache minimum size fail for %s %lld vs %lld",
>> 186: codeheap, (long long) size, (long long) required_size);
>
> log_debug(codecache)("Code heap (%s) size " SIZE_FORMAT " below required minimal size " SIZE_FORMAT,
> code_heap, size, required_size);
ok
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17244#discussion_r1467444381
More information about the hotspot-dev
mailing list