lin
2025-07-31 065ea569db06206874bbfa18eb25ff6121aec09b
1
2
3
4
5
6
7
Test checking that reference arguments of proxy methods are visited as
thread stack roots when visiting Quick frames roots (b/73149739).
Previously, if the proxy method (direcly or indirectly) executed code
accessing one of these reference arguments in the proxy method stack
frame, it could end up with a stale reference, as the corresponding
object may have been moved by the garbage collector, but the stack
reference would not have been updated.