RFR: 8339573: Update CodeCacheSegmentSize and CodeEntryAlignment for ARM

Vladimir Kozlov kvn at openjdk.org
Thu Sep 12 19:29:05 UTC 2024


On Wed, 11 Sep 2024 14:45:15 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:

>> Were performance runs made with CodeEntryAlignment set to other than 64 or 16?  It seems like the other choices (32, 128, are there others that make sense?) should be tried.
>
>> Were performance runs made with CodeEntryAlignment set to other than 64 or 16? It seems like the other choices (32, 128, are there others that make sense?) should be tried.
> 
> Here are rough neoverse-v2 numbers:
> JmhDotty (-XX:CodeEntryAlignment=16) 701.93 ± 5.00 ms/op
> JmhDotty (-XX:CodeEntryAlignment=32) 703.56 ± 5.15 ms/op
> JmhDotty (-XX:CodeEntryAlignment=64) 704.46 ± 5.18 ms/op
> JmhDotty (-XX:CodeEntryAlignment=128) 703.71 ± 5.17 ms/op

@bulasevich I just want to let you know that we continue our performance testing...

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

PR Comment: https://git.openjdk.org/jdk/pull/20864#issuecomment-2347075871


More information about the hotspot-dev mailing list