You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
450 B
8 lines
450 B
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.
|