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
238 B
6 lines
238 B
4 months ago
|
Test basic JVMTI exception event functionality.
|
||
|
|
||
|
Ensures we can throw exceptions during the exception event without causing
|
||
|
problems. Note that we do not allow exceptions to propogate past the event,
|
||
|
matching RI behavior. See b/65049545.
|