RFR: 8229012: When single stepping, the debug agent can cause the thread to remain in interpreter mode after single stepping completes [v2]

Chris Plummer cjplummer at openjdk.org
Fri Jan 24 20:09:31 UTC 2025


On Fri, 24 Jan 2025 20:02:23 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

>> src/jdk.jdwp.agent/share/native/libjdwp/stepControl.c line 913:
>> 
>>> 911: 
>>> 912:         if (needsSuspending) {
>>> 913:             tty_message("clearStep: suspending thread");
>> 
>> Nit: This `tty_message()` is still here. Should it be at least under `#ifdef DEBUG`?
>
> It's gone. Are you sure you are looking at the latest sources?

Hmm. Now it looks like it is there.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23182#discussion_r1929176909


More information about the serviceability-dev mailing list