- Notifications
You must be signed in to change notification settings - Fork 160
8266187: Memory leak in appendBootClassPath()#42
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
Conversation
👋 Welcome back zgu! A progress list of the required criteria for merging this PR into |
Mailing list message from Hohensee, Paul on jdk8u-dev: I believe new patches go to the jdk8u-dev github repo, not the old mercurial one. Thanks, ?-----Original Message----- ackport this patch for parity with Oracle 8u331. It fixes a memory leak Bug: https://bugs.openjdk.java.net/browse/JDK-8266187 The original patch does not apply cleanly. The conflict is copyright year line. Resolved manually. The original code review thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-December/014484.html ------------- Commit messages: Changes: https://git.openjdk.java.net/jdk8u-dev/pull/42/files PR: https://git.openjdk.java.net/jdk8u-dev/pull/42 |
Mailing list message from Hohensee, Paul on jdk8u-dev: Whoops, never mind, didn't read all the way to the bottom ( ?-----Original Message----- I believe new patches go to the jdk8u-dev github repo, not the old mercurial one. Thanks, -----Original Message----- ackport this patch for parity with Oracle 8u331. It fixes a memory leak Bug: https://bugs.openjdk.java.net/browse/JDK-8266187 The original patch does not apply cleanly. The conflict is copyright year line. Resolved manually. The original code review thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-December/014484.html ------------- Commit messages: Changes: https://git.openjdk.java.net/jdk8u-dev/pull/42/files PR: https://git.openjdk.java.net/jdk8u-dev/pull/42 |
@zhengyu123 Please use |
I think this can also be marked |
/clean |
This backport pull request has now been updated with issue from the original commit. |
Done. Thanks. |
@zhengyu123 This backport pull request is now marked as clean |
@zhengyu123 This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 42 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit d35dea7.
Your commit was automatically rebased without conflicts. |
@zhengyu123 Pushed as commit d35dea7. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport this patch for parity with Oracle 8u331. It fixes a memory leak
and risk is low,
Bug: https://bugs.openjdk.java.net/browse/JDK-8266187
Patch: openjdk/jdk@aa90df6
The original patch does not apply cleanly. The conflict is copyright year line. Resolved manually.
The original code review thread: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-December/014484.html
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/42/head:pull/42
$ git checkout pull/42
Update a local copy of the PR:
$ git checkout pull/42
$ git pull https://git.openjdk.java.net/jdk8u-dev pull/42/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 42
View PR using the GUI difftool:
$ git pr show -t 42
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/42.diff