RFR: 8316694: Implement relocation of nmethod within CodeCache [v4]
Vladimir Kozlov
kvn at openjdk.org
Mon Mar 17 21:57:21 UTC 2025
On Mon, 17 Mar 2025 21:48:30 GMT, Evgeny Astigeevich <eastigeevich at openjdk.org> wrote:
>> @chadrako See https://en.cppreference.com/w/cpp/language/classes#Trivially_copyable_class
>
> And https://en.cppreference.com/w/cpp/named_req/TriviallyCopyable
We can use `Copy::disjoint_words()` as we do in `CodeBuffer::relocate_code_to().`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23573#discussion_r1999729110
More information about the hotspot-compiler-dev
mailing list