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