Skip to content

Commit

Permalink
Merge pull request #18413 from gacholio/break
Browse files Browse the repository at this point in the history
Fix continuation stacks when breakpointing
  • Loading branch information
babsingh committed Nov 14, 2023
2 parents bc535a4 + a4ac0f5 commit 5fde7f7
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 110 deletions.
2 changes: 1 addition & 1 deletion runtime/bcutil/ROMClassWriter.cpp
Expand Up @@ -1244,7 +1244,7 @@ ROMClassWriter::writeMethods(Cursor *cursor, Cursor *lineNumberCursor, Cursor *v
* - nextROMMethod() in util/mthutil.c
* - allSlotsInROMMethodsSectionDo() in util/romclasswalk.c
* - dbgNextROMMethod() in dbgext/j9dbgext.c
* - createBreakpointedMethod() in jvmti/jvmtiHelpers.c
* - createBreakpointedMethod() in jvmti/jvmtiHelpers.cpp
* All the above are involved in walking or walking over ROMMethods.
*
*/
Expand Down

0 comments on commit 5fde7f7

Please sign in to comment.