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. 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