-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300023 | 17.0.7 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
JDK-8302675 | 11.0.19 | Thomas Stuefe | P4 | Resolved | Fixed | b03 |
Since reaper threads get reused, we would have to change the name back to some base name when the reaper is done with the process. This has the additional benefit of showing us in the thread dump which reapers are actually reaping, and which are just ideling around (admittedly, the callstack can be user for that too, but with a pid showing one could grep a thread dump and see immediately which processes were forked by this VM).
- backported by
-
JDK-8300023 Add pid to process reaper thread name
-
- Resolved
-
-
JDK-8302675 Add pid to process reaper thread name
-
- Resolved
-
- relates to
-
JDK-8297451 ProcessHandleImpl should assert privilege when modifying reaper thread
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/13641403
-
Commit openjdk/jdk17u-dev/520ae879
-
Commit openjdk/jdk/9561b5e0
-
Review openjdk/jdk11u-dev/1731
-
Review openjdk/jdk17u-dev/1046
-
Review openjdk/jdk/8070