On Wed, 29 Apr 2026 00:21:33 GMT, Chris Plummer <[email protected]> wrote:

> Also, does it honor GC memory barriers?

There is no need in an extra GC barrier after `src.copy_to(dst);`. The 
implementation of the BufferedValuePayload::copy_to()` which makes a call to 
the `HeapAccess<>::value_copy(src, dst)` for a buffered layout which should 
have all needed barriers in place.

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2363#discussion_r3158485283

Reply via email to