xref: /aosp_15_r20/art/test/1959-redefine-object-instrument/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerRegression test for bug related to interaction between instrumentation
2*795d594fSAndroid Build Coastguard Workerinstallation and class redefinition.
3*795d594fSAndroid Build Coastguard Worker
4*795d594fSAndroid Build Coastguard WorkerRedefining a class does not update the instrumentation stack of a thread.
5*795d594fSAndroid Build Coastguard WorkerThis is generally fine because the method pointer in the instrumentation
6*795d594fSAndroid Build Coastguard Workerstack is only used for some soundness checks, logging and method-exit events
7*795d594fSAndroid Build Coastguard Worker(where it being the non-obsolete version is advantageous). Unfortunately some
8*795d594fSAndroid Build Coastguard Workerof the checks fail to account for obsolete methods and can fail soundness
9*795d594fSAndroid Build Coastguard Workerchecks.
10