RFR: 8302780: Add support for vectorized arraycopy GC barriers [v4]
Erik Österlund
eosterlund at openjdk.org
Fri Feb 24 12:50:42 UTC 2023
On Fri, 24 Feb 2023 12:37:38 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
>> So far, the arraycopy stubs have performed some kind of bulk pre/post barriers for arraycopy, which have been good enough, and allowed the copying itself to be done with plain loads and stores. For generational ZGC, this approach is not good enough, and we need barriers for the actual copying, but instead don't need the pre/post barriers. To prepare the JVM for generational ZGC, we need to add an API for arraycopy barriers.
>
> Erik Österlund has updated the pull request incrementally with one additional commit since the last revision:
>
> Roberto and Albert suggestions
Thanks @robcasloz, @albertnetymk and @RealFYang for the reviews. I have updated the PR based on the feedback.
-------------
PR: https://git.openjdk.org/jdk/pull/12670
More information about the hotspot-dev
mailing list