In the source code, it is called last_Java_sp, so it is 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));
ygram source
share