-
Notifications
You must be signed in to change notification settings - Fork 1.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
GCThreadLeakPreventer won't work with Java 9 #1923
Comments
Thanks ! Care to submit a patch that works with JDK 9 ? See http://www.eclipse.org/jetty/documentation/9.4.x/contributing-patches.html. |
Not sure there's anything to do here: https://bugs.openjdk.java.net/browse/JDK-8157570 |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We need to review those preventers and possibly put them in a different Jetty 10 module so that we can have a specific |
This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions. |
GCThreadLeakPreventer has been removed, since the issue it was trying to fix was solved in Java 9+. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
…preventer Fixes #1923 - GCThreadLeakPreventer won't work with Java 9.
In Java 9 the class
sun.misc.GC
has been moved tosun.rmi.transport.GC
makingGCThreadLeakPreventer
non functional.https://bugs.openjdk.java.net/browse/JDK-8153286
The text was updated successfully, but these errors were encountered: