You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
266 B

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.