RFR: 8329331: Intrinsify Unsafe::setMemory [v2]

Scott Gibbons sgibbons at openjdk.org
Thu Apr 4 19:06:10 UTC 2024


On Tue, 2 Apr 2024 08:09:44 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> Wouldn't it be better to do this intrinsification directly in the JIT without calling out to a stub?

I believe the code size is too large for a direct JIT intrinsic.  A lot of registers are also used, which may be an issue.

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

PR Comment: https://git.openjdk.org/jdk/pull/18555#issuecomment-2037992868


More information about the core-libs-dev mailing list