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

Daniel D.Daugherty dcubed at openjdk.java.net
Fri Jun 18 19:01:30 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.

The new expression will match the failures that happened yesterday.

Thumbs up! I think this is a trivial fix.

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the serviceability-dev mailing list