Alex Light | 9fb1ab1 | 2017-09-05 09:32:49 -0700 | [diff] [blame] | 1 | Test basic JVMTI exception event functionality. |
2 | |||||
3 | Ensures we can throw exceptions during the exception event without causing | ||||
4 | problems. Note that we do not allow exceptions to propogate past the event, | ||||
5 | matching RI behavior. See b/65049545. |