xref: /aosp_15_r20/art/test/1945-proxy-method-arguments/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTest checking that reference arguments of proxy methods are visited as
2*795d594fSAndroid Build Coastguard Workerthread stack roots when visiting Quick frames roots (b/73149739).
3*795d594fSAndroid Build Coastguard WorkerPreviously, if the proxy method (direcly or indirectly) executed code
4*795d594fSAndroid Build Coastguard Workeraccessing one of these reference arguments in the proxy method stack
5*795d594fSAndroid Build Coastguard Workerframe, it could end up with a stale reference, as the corresponding
6*795d594fSAndroid Build Coastguard Workerobject may have been moved by the garbage collector, but the stack
7*795d594fSAndroid Build Coastguard Workerreference would not have been updated.
8