https://bz.apache.org/bugzilla/show_bug.cgi?id=69559
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX OS| |All --- Comment #1 from Remy Maucherat <r...@apache.org> --- This is a Java 24 feature. You should try to move away from using any direct ByteBuffer (since garbage collecting them is impossible without Unsafe), which means: - Avoid using the direct buffers options from the Tomcat Connector (this is not the default configuration). - Do not use tomcat-native for OpenSSL on Java 24, use Java FFM instead (remove the tomcat-native library). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org