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