8345432: (ch, fs) Replace anonymous Thread with InnocuousThread#22697
8345432: (ch, fs) Replace anonymous Thread with InnocuousThread#22697bplb wants to merge 4 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back bpb! A progress list of the required criteria for merging this PR into |
|
The loopback connector thread in the Windows version of |
|
@bplb This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 185 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 |
Webrevs
|
@AlanBateman , do you have any comment on this? |
It's short lived so any inheritance isn't going to cause memory to be retained. On balance, it's probably best to convert this one while you are in the area, avoids questions in the future. |
It is not clear how to deal with does not seem like a good idea. |
|
It's unclear to me whether the number of changes in aa5bb8a is worthwhile for this. |
src/java.base/share/classes/jdk/internal/misc/InnocuousThread.java
Outdated
Show resolved
Hide resolved
…or thread a name
|
/integrate |
|
Going to push as commit d723597.
Your commit was automatically rebased without conflicts. |
Change internal instances of anonymous
Threads to instances ofInnocuousThread.Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22697/head:pull/22697$ git checkout pull/22697Update a local copy of the PR:
$ git checkout pull/22697$ git pull https://git.openjdk.org/jdk.git pull/22697/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22697View PR using the GUI difftool:
$ git pr show -t 22697Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22697.diff
Using Webrev
Link to Webrev Comment