jdk11u-dev
jdk11u-dev copied to clipboard
8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak
Clean backport that makes TestListenerLeak more robust; already backported to 17 and 21. Passes affected test on Linux x64. MacOS GHA failing due to unrelated deprecated code during compile.
Progress
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [ ] JDK-8316193 needs maintainer approval
Issue
- JDK-8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak (Bug - P4 - Requested)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2923/head:pull/2923
$ git checkout pull/2923
Update a local copy of the PR:
$ git checkout pull/2923
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2923/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2923
View PR using the GUI difftool:
$ git pr show -t 2923
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2923.diff