DescriptionDisable collection backing reallocation during pre finalization
If a collection backing is reallocated during pre finalization, the backing containing stale pointers ends up uncollected for one cycle. If conservative GC ends up tracing this buffer by accident, the stale pointers gets traced.
This CL disallows collection backing reallocation during pre finalizers. The backing size will end up being adjusted later.
BUG=709201
Review-Url: https://codereview.chromium.org/2815663002
Cr-Commit-Position: refs/heads/master@{#464359}
Committed: https://chromium.googlesource.com/chromium/src/+/0820c8882ec4691521bb7767877abc30123177d4
Patch Set 1 #Patch Set 2 : fix #
Total comments: 12
Patch Set 3 : fix #
Total comments: 6
Patch Set 4 : fix #Patch Set 5 : fix #
Total comments: 4
Messages
Total messages: 31 (17 generated)
|