[jdk11u-dev] RFR: 8284165: Add pid to process reaper thread name

Thomas Stuefe stuefe at openjdk.org
Tue Feb 14 13:51:49 UTC 2023


Not a clean backport. `ProcessReaperCCL.java` (a test that tests that reaper threads have a null ContextClassLoader) does not exist in 11. I omitted that hunk.

Tests: I manually tested linux-x64 and verified that reaper threads now have the pid in their name.

-------------

Commit messages:
 - Backport 9561b5e041c4cc70319e60953819c521c1e68d6c

Changes: https://git.openjdk.org/jdk11u-dev/pull/1731/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1731&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8284165
  Stats: 35 lines in 2 files changed: 10 ins; 3 del; 22 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1731.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1731/head:pull/1731

PR: https://git.openjdk.org/jdk11u-dev/pull/1731


More information about the jdk-updates-dev mailing list