blob: b5eb5464b72b140d111306dc3212d01c72f0d4cc [file] [log] [blame]
Alex Light0aa7a5a2018-10-10 15:58:14 +00001Test basic JVMTI breakpoint functionality.
2
3This test places a breakpoint on the first instruction of a number of functions
4that are entered in every way possible for the given class of method.
5
6It also tests that breakpoints don't interfere with each other by having
7multiple breakpoints be set at once.