RFR: 8302780: Add support for vectorized arraycopy GC barriers [v7]
Erik Österlund
eosterlund at openjdk.org
Wed Mar 1 09:21:58 UTC 2023
> 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:
Helper stack object aarch64
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12670/files
- new: https://git.openjdk.org/jdk/pull/12670/files/8d2b8f41..888e4cb0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12670&range=06
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12670&range=05-06
Stats: 446 lines in 1 file changed: 73 ins; 242 del; 131 mod
Patch: https://git.openjdk.org/jdk/pull/12670.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12670/head:pull/12670
PR: https://git.openjdk.org/jdk/pull/12670
More information about the hotspot-dev
mailing list