[jdk11u-dev] RFR: 8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo [v2]
Basil Crow
duke at openjdk.java.net
Tue May 24 06:40:41 UTC 2022
> Hi all,
>
> This pull request contains a backport of [JDK-8231454](https://bugs.openjdk.java.net/browse/JDK-8231454) (openjdk/jdk at 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](https://issues.jenkins.io/browse/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!
Basil Crow has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo
-------------
Changes:
- all: https://git.openjdk.java.net/jdk11u-dev/pull/1103/files
- new: https://git.openjdk.java.net/jdk11u-dev/pull/1103/files/78f60cef..21b74d28
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1103&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1103&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk11u-dev/pull/1103.diff
Fetch: git fetch https://git.openjdk.java.net/jdk11u-dev pull/1103/head:pull/1103
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1103
More information about the jdk-updates-dev
mailing list