[jdk17] RFR: 8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr

Chris Plummer cjplummer at openjdk.java.net
Fri Jun 18 20:30:36 UTC 2021


On Fri, 18 Jun 2021 17:42:21 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> Since a stack address can point to a hotspot object, findpc of a stack address should allow for "Is of type..." to be the result, rather than requiring it to be "In java stack". The implementation of findpc checks if the address is a hotspot object before checking if it is the stack, which seems to be what you would want.

Thanks Dan!

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

PR: https://git.openjdk.java.net/jdk17/pull/101


More information about the serviceability-dev mailing list