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
8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo #1103
Conversation
👋 Welcome back basil! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
I do not have JBS access. Can someone please submit the following comment with the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport LGTM. Thanks for doing it!
I've taken a look at JDK-8222799 which is causing the minor conflict. I wonder if it would be cleaner to backport that one first? Not required, but I just wanted to ask.
@basil 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 no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TheRealMDoerr) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@basil this pull request can not be integrated into git checkout classinfo
git fetch https://git.openjdk.java.net/jdk11u-dev pr/1106
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge pr/1106"
git push |
I have created #1106 to backport JDK-8222799 which is causing the minor conflict and set the upstream of this PR to |
/clean |
@basil Only OpenJDK Committers can use the |
…pector::getBeanInfo Reviewed-by: kizune
/integrate |
/sponsor |
Going to push as commit 22fc6ce. |
@TheRealMDoerr @basil Pushed as commit 22fc6ce. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This pull request contains a backport of JDK-8231454 (openjdk/jdk@2ee2b4ae19d).
There was a trivial merge conflict in
Introspector.java
.The commit being backported was authored by @mrserb on October 20, 2020, and was reviewed by @azuev-java.
See JENKINS-63766 for the motivation behind this backport.
I tested this PR locally by running
make run-test TEST=test/jdk/java/beans/Introspector/FlushClassInfoCache.java
. In addition, I verified that JENKINS-63766 could no longer be reproduced with this backport applied.Thanks!
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/1103/head:pull/1103
$ git checkout pull/1103
Update a local copy of the PR:
$ git checkout pull/1103
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/1103/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1103
View PR using the GUI difftool:
$ git pr show -t 1103
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/1103.diff