blob: 210dea047174a23effb7eb88547ad7cbc27b7c0d [file] [log] [blame]
Alex Lighte34fe442018-02-21 17:35:55 -08001Test basic JVMTI breakpoint functionality.
2
3This test ensures we can place breakpoints on particular lines of a method. It
4sets breakpoints on each line in turn of a function with multiple execution
5paths and then runs the function, receiving the breakpoint events.