RFR: 8365017: The SegmentBulkOperations::copy method can be improved [v9]

Per Minborg pminborg at openjdk.org
Wed Aug 20 13:00:39 UTC 2025


On Wed, 20 Aug 2025 08:51:24 GMT, Per Minborg <pminborg at openjdk.org> wrote:

>> This PR proposes to use overlapping memory areas in `SegmentBulkOperations::copy`, similar to what is proposed for `SegmentBulkOperations::fill` in https://github.com/openjdk/jdk/pull/25383.
>> 
>> This PR passes `tier1`, `tier2`, and `tier3`testing on multiple platforms.
>
> Per Minborg has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Do not use overlapping copy

After careful inspection of performance figures on all the supported platforms, I believe we should abandon this PR.

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

PR Comment: https://git.openjdk.org/jdk/pull/26672#issuecomment-3206232797


More information about the core-libs-dev mailing list