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.

7 lines
284 B

Test basic JVMTI breakpoint functionality.
Tests that it is possible to throw exceptions while handling breakpoint events
and that they are handled appropriately. This includes checking that it is
possible for the method being breakpointed to catch exceptions thrown by the
handler.