pjfanning commented on PR #2020:
URL: https://github.com/apache/pekko/pull/2020#issuecomment-3167020860

   > > * the support it needs in sun.misc.Unsafe is deprecated in Java 23 but 
still exists and should work
   > 
   > To clarify, this is also the case for the current state of affairs right?
   
   * the existing code for cleaning byte buffers only supports Java 8 and 
doesn't use sun.misc.Unsafe - sun.misc.Unsafe only added this support in Java 9 
(the support that was deprecated in Java 23)
   * the other Pekko code that uses sun.misc.Unsafe has all been removed in 
main branch
       * some of those usages were mandatory (ie the Pekko code used 
sun.misc.Unsafe and if it failed then Pekko failed
       * this usage and some of the old usages are optional - if it fails, 
Pekko will carry on with a less optimal solution


-- 
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

Reply via email to