RFR: 8339573: Update CodeCacheSegmentSize and CodeEntryAlignment for ARM [v3]

AGSaidi duke at openjdk.org
Tue Oct 8 22:02:01 UTC 2024


On Mon, 7 Oct 2024 13:18:32 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:

>> Boris Ulasevich has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Relax CodeEntryAlignment. Default value is now 32B for Neoverse V1/V2, as recommended in the Optimization Guide.
>
> src/hotspot/cpu/aarch64/vm_version_aarch64.cpp line 263:
> 
>> 261:     }
>> 262:     if (FLAG_IS_DEFAULT(CodeEntryAlignment)) {
>> 263:       FLAG_SET_DEFAULT(CodeEntryAlignment, 32);
> 
> Why only for V1/V2? What about N1/N2?

I’d like to see the same for N1.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20864#discussion_r1790231163


More information about the hotspot-dev mailing list