summaryrefslogtreecommitdiff
path: root/test/jvmti-common/Exceptions.java
AgeCommit message (Collapse)Author
2024-11-14Run exception catch callbacks after the dex pc moved callbacks Mythri Alle
DexPCMove events should happen before any ExceptionCatch events. This is usually not noticeable but if the catch handler enables single stepping then we would again break at the catch statement which isn't expected. Bug: 333446719 Test: art/test.py 2282 Change-Id: I570399dbc057a7a85979839cf8c1dad0787816b3
2019-05-14Centralize all the jvmti common test classes Alex Light
We share many common JVMTI test classes between our various JVMTI tests. We have always shared them by simply copying the .java files to any tests that need them. This leads to very large code-reviews and requires manual work if we ever need to update any of the helper files. To ensure everything stays in sync this moves all classes to a single test/ti-common directory that tests then contain symlinks into. Test: ./test.py --host Change-Id: I82238a63d281429196ed0e640e4a9ec3234d954c