On Wed, 22 Jun 2022 23:47:49 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> I guess what I'm not understanding here is how/why "fr.is_heap_frame())" > translates into "we are not single stepping or at a breakpoint". It is impossible to have `fr.is_heap_frame()` if we are at a single step or at a breakpoint. The frame has to be active or really executed at any event point. I like your suggestion for the comment wording but I'm not sure if it is good enough. > Also, I think the following comment is misleading: I'll update this comment as well to make it more accurate. ------------- PR: https://git.openjdk.org/jdk19/pull/42