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

   > 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)
   
   Right so this is what I am wary of, because if I understand correctly we may 
have a case where this code fails to work in Java 23+ (due to `sun.misc.unsafe` 
being deprecated) unless the user supplies a JVM flag to allow calling of 
deprecated methods.


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