Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082983 | emb-9 | David Lindholm | P4 | Resolved | Fixed | team |
JDK-8285732 | 8u351 | David Buck | P4 | Resolved | Fixed | master |
Description
Many of the threads in hotspot now show their names in GDB because a call to os::set_native_thread_name has been made for those thread. The GC workers (instances of the GangWorker class in workgroup.hpp) inherits from "NamedThread", but they don't call os::set_native_thread_name. Remember that os::set_native_thread_name must be called after Thread::initialize_thread_local_storage.
Attachments
Issue Links
- backported by
-
JDK-8082983 GC workers do not have thread names
-
- Resolved
-
-
JDK-8285732 GC workers do not have thread names
-
- Resolved
-
- blocks
-
JDK-8073545 Use shorter and more descriptive names for GC worker threads
-
- Resolved
-
- links to
-
Review openjdk/jdk8u-dev/56