RFR: JDK-8316756: C2 EA fails with "missing memory path" when encountering unsafe_arraycopy stub call
Vladimir Ivanov
vlivanov at openjdk.org
Thu Jan 11 23:34:18 UTC 2024
On Thu, 11 Jan 2024 17:59:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Flag setting (StoreB nodes) in JavaThread::_doing_unsafe_access is also not affected but it is volatile field and these stores should be staying where they are. They can't go up or down.
In a private discussion with @tobiasholenstein, I proposed to move those stores into the corresponding stub. It would complicate the implementation a bit (platform-specific vs cross-platform implementation), but simplify things on IR level.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17347#issuecomment-1888131977
More information about the hotspot-compiler-dev
mailing list