Skip to content
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

Fixes #1923 - GCThreadLeakPreventer won't work with Java 9. #5724

Merged
merged 1 commit into from Nov 24, 2020

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 24, 2020

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

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>
@sbordet sbordet added this to To Do in Jetty 10.0.0 via automation Nov 24, 2020
@sbordet sbordet requested a review from joakime November 24, 2020 21:25
@sbordet sbordet linked an issue Nov 24, 2020 that may be closed by this pull request
Copy link
Contributor

@joakime joakime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Are there any other Leak Preventers rendered useless with JDK 11+?

Jetty 10.0.0 automation moved this from To Do to In Review Nov 24, 2020
@sbordet sbordet merged commit 9fb9b23 into jetty-10.0.x Nov 24, 2020
Jetty 10.0.0 automation moved this from In Review to Done Nov 24, 2020
@sbordet sbordet deleted the jetty-10.0.x-1923-remove_gcleakpreventer branch November 24, 2020 23:42
@sbordet
Copy link
Contributor Author

sbordet commented Nov 24, 2020

@joakime opened #5725 about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Jetty 10.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

GCThreadLeakPreventer won't work with Java 9
2 participants