RFR: 6960970: Debugger very slow during stepping [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Fri Nov 21 19:45:08 UTC 2025


On Fri, 21 Nov 2025 07:43:04 GMT, Jean-Noël Rouvignac <duke at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   cleanup: removed an old code fragment in frame.cpp
>
> test/jdk/com/sun/jdi/EATests.java line 3068:
> 
>> 3066:         // frame[4]: EATestsTarget.main(java.lang.String[])
>> 3067: 
>> 3068:         env.stepOverLine(thread); // needed to keep target thread interp-only, so dontinline_brkpt_iret is not inligned
> 
> inligned => inlined

Thank you catching it! Fixed now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28407#discussion_r2550785711


More information about the hotspot-dev mailing list