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.
8 lines
305 B
8 lines
305 B
4 months ago
|
Test basic JVMTI breakpoint functionality.
|
||
|
|
||
|
This test places a breakpoint on the first instruction of a number of functions
|
||
|
that are entered in every way possible for the given class of method.
|
||
|
|
||
|
It also tests that breakpoints don't interfere with each other by having
|
||
|
multiple breakpoints be set at once.
|