I am trying to figure out this line in a thread dump
"RMI TCP Connection....." daemon prio=3 tid=0x0000000106f12000
nid=0x1e10 runnable [0xfffffffe48dfe000]
What is that address after runnable ? Looks like a stack address is it the top of the stack ?
In the source code it's called last_Java_sp, so it's the top of the stack (or the last known top of the stack).
// print guess for valid stack memory region (assume 4K pages); helps lock debugging
st->print_cr("[" INTPTR_FORMAT "]", (intptr_t)last_Java_sp() & ~right_n_bits(12));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With