RFR: 8286580: serviceability/jvmti/vthread/GetSetLocalTest failed with assert: Not supported for heap frames [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Jun 23 00:39:42 UTC 2022
On Wed, 22 Jun 2022 23:47:49 GMT, Chris Plummer <cjplummer at 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
More information about the serviceability-dev
mailing list