[jdk17u-dev] RFR: 8329109: Threads::print_on() tries to print CPU time for terminated GC threads

Matthias Baesken mbaesken at openjdk.org
Tue Jul 9 10:34:58 UTC 2024


On Tue, 9 Jul 2024 10:29:44 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Backport of 8329109

jdk17 has a little diff in the Threads::print_on method - `StringDedup::threads_do(&cl);` is present there,  those threads are JavaThreads in 21+ but not in lower releases  (see 8305566: Change StringDedup thread to derive from JavaThread).

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2698#issuecomment-2217281131


More information about the jdk-updates-dev mailing list