art/test/1947-breakpoint-redefine-deopt/info.txt

6 lines
266 B
Plaintext
Raw Normal View History

2025-08-25 08:21:32 +08:00
Test basic JVMTI breakpoint functionality.
This test ensures we can place breakpoints on particular lines of a method. It
sets breakpoints on each line in turn of a function with multiple execution
paths and then runs the function, receiving the breakpoint events.