mdedetrich commented on PR #1894: URL: https://github.com/apache/pekko/pull/1894#issuecomment-3139429459
Actually JDK 23 may not even be needed, I think that `VarHandle` is enough and that was introduced in JDK 9 so we can use it without needing any multi-jar release, see https://muratcanyeldan.com/whats-new-in-java-23-a-comprehensive-overview-cf0c2d23e61e. https://github.com/OpenHFT/Zero-Allocation-Hashing/issues/67 is also relevant, they had to do the same thing and they also confirmed that `VarHandle` is just as fast as unsafe -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org