Details
-
Bug
-
Resolution: Fixed
-
P4
-
17.0.7, 20
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8308129 | 20u-cpu | Thomas Stuefe | P4 | Resolved | Fixed | master |
JDK-8307209 | 20.0.2 | Thomas Stuefe | P4 | Resolved | Fixed | b05 |
JDK-8309312 | 17.0.9-oracle | Calvin Cheung | P4 | Resolved | Fixed | b01 |
JDK-8307109 | 17.0.8 | Thomas Stuefe | P4 | Resolved | Fixed | b01 |
JDK-8317457 | 11.0.22 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Description
log_info(os, thread)("Thread attached (tid: " UINTX_FORMAT ", pthread id: " UINTX_FORMAT
", stack: " PTR_FORMAT " - " PTR_FORMAT " (" SIZE_FORMAT "k) ).",
os::current_thread_id(), (uintx) pthread_self(),
p2i(thread->stack_base()), p2i(thread->stack_end()), thread->stack_size());
but the stack size is reported as being in "K" when thread->stack_size() is actually in bytes.
Attachments
Issue Links
- backported by
-
JDK-8307109 Thread stacksize is reported with wrong units in os::create_thread logging
- Resolved
-
JDK-8307209 Thread stacksize is reported with wrong units in os::create_thread logging
- Resolved
-
JDK-8308129 Thread stacksize is reported with wrong units in os::create_thread logging
- Resolved
-
JDK-8309312 Thread stacksize is reported with wrong units in os::create_thread logging
- Resolved
-
JDK-8317457 Thread stacksize is reported with wrong units in os::create_thread logging
- Resolved
- relates to
-
JDK-8290067 Show stack dimensions in UL logging when attaching threads
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/ac0bc1b8
-
Commit openjdk/jdk17u-dev/a4850332
-
Commit openjdk/jdk20u/7880add6
-
Commit openjdk/jdk/27c5c107
-
Review openjdk/jdk11u-dev/2154
-
Review openjdk/jdk17u-dev/1304
-
Review openjdk/jdk20u/66
-
Review openjdk/jdk/13665