a0fedf3879
2. Add code to avoid multiple garbage collection requests on different threads to sync up and allow only one request to proceed at a time, other requests wait for this garbage collection request to be done and then proceed to allocation once the request is done. R=iposva@google.com Review URL: https://codereview.chromium.org/1562853003 .