blob: ef8474616adb93d781e906dbdaddb8798c883081 [file] [log] [blame]
Alex Light9fb1ab12017-09-05 09:32:49 -07001Test basic JVMTI exception event functionality.
2
3Ensures we can throw exceptions during the exception event without causing
4problems. Note that we do not allow exceptions to propogate past the event,
5matching RI behavior. See b/65049545.