-
Notifications
You must be signed in to change notification settings - Fork 144
8362123: ClassLoader Leak via Executors.newSingleThreadExecutor(...) #2346
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
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back chrisdennis! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request This fixes a memory leak and/or prompt garbage collection issue introduced in Java 21 |
@chrisdennis |
Hi @chrisdennis |
This isn't adding a new public (API) method it's just adding a missing override of an existing public method in a private static inner class of The bug was introduced when the |
This is a backport of d5a207994b9c374e6638e57826326f8f4593b96b from openjdk/jdk which is a bug-fix of JDK-8362123.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2346/head:pull/2346
$ git checkout pull/2346
Update a local copy of the PR:
$ git checkout pull/2346
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2346/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2346
View PR using the GUI difftool:
$ git pr show -t 2346
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2346.diff
Using Webrev
Link to Webrev Comment