-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK 24: WARNING: sun.misc.Unsafe::invokeCleaner has been called by org.apache.tomcat.util.buf.ByteBufferUtils #44042
Comments
We also have #44033 tracking a similar issue. Running our |
I think the use of SSL might be key here. Using the JVM argument
As far as I can tell, there's no configuration option that would allow us to use SSL but not go down this code path. What have I missed please, @markt-asf? |
There's a similar problem when using HTTP/2:
This was without SSL. With SSL, the earlier warning prevents the later warning as I believe use of |
Windows 11
openjdk-24-ea+34_windows-x64_bin
Spring boot: 3.4.2
Apache Tomcat/10.1.34
Gets WARNING at startup:
Havent' seen this reported anywhere else (searching here did not find anything).
I raised this in Apache Bugzilla as well: https://bz.apache.org/bugzilla/show_bug.cgi?id=69559
They didn't seem too interested...
The text was updated successfully, but these errors were encountered: