DescriptionOilpan: allow StoppingOtherThreads GC state transition.
If collectGarbage() fails to park all threads, the GCState is
reset from StoppingOtherThreads back to its previous state.
If collectAllGarbage() is what brings about that GC, then
collectGarbage()'s incoming GCState will either be GCScheduledForTesting
or NoGCScheduled. setGCState()'s asserts lacked permission for
a StoppingOtherThreads => NoGCScheduled transition.
R=haraken
BUG=420515
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190033
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|