Skip to content

Commit a4ac0f5

Browse files
committed
Fix continuation stacks when breakpointing
The breakpoint handling code was only fixing stacks actively running on a thread. The stacks for continuations also need to be fixed. Fixes: #18088 Signed-off-by: Graham Chapman <graham_chapman@ca.ibm.com>
1 parent 8fa4dd4 commit a4ac0f5

File tree

5 files changed

+268
-110
lines changed

5 files changed

+268
-110
lines changed

runtime/bcutil/ROMClassWriter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ ROMClassWriter::writeMethods(Cursor *cursor, Cursor *lineNumberCursor, Cursor *v
12441244
* - nextROMMethod() in util/mthutil.c
12451245
* - allSlotsInROMMethodsSectionDo() in util/romclasswalk.c
12461246
* - dbgNextROMMethod() in dbgext/j9dbgext.c
1247-
* - createBreakpointedMethod() in jvmti/jvmtiHelpers.c
1247+
* - createBreakpointedMethod() in jvmti/jvmtiHelpers.cpp
12481248
* All the above are involved in walking or walking over ROMMethods.
12491249
*
12501250
*/

0 commit comments

Comments
 (0)