On Fri, 18 Jun 2021 17:42:21 GMT, Chris Plummer <cjplum...@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. This pull request has now been integrated. Changeset: 8caeca00 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.java.net/jdk17/commit/8caeca003e621dd523eb27ef7e7fea0765ceacb6 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8264775: ClhsdbFindPC still fails with java.lang.RuntimeException: 'In java stack' missing from stdout/stderr Reviewed-by: dcubed ------------- PR: https://git.openjdk.java.net/jdk17/pull/101