RESOLVED FIXED 130143
Network process instantiates JSC::VM under fake memory pressure.
https://bugs.webkit.org/show_bug.cgi?id=130143
Summary Network process instantiates JSC::VM under fake memory pressure.
Andreas Kling
Reported 2014-03-12 11:08:37 PDT
D'oh. The fake memory pressure handler calls GCController::garbageCollectSoon() which causes instantiation of a JSC::VM. This is never needed in the network process, and the pressure relief code already kicks the report-abandoned-object-graph chicken.
Attachments
Patch (1.78 KB, patch)
2014-03-12 11:09 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-03-12 11:09:32 PDT
Geoffrey Garen
Comment 2 2014-03-12 11:14:21 PDT
Comment on attachment 226535 [details] Patch r=me
WebKit Commit Bot
Comment 3 2014-03-13 19:14:42 PDT
Comment on attachment 226535 [details] Patch Clearing flags on attachment: 226535 Committed r165592: <http://trac.webkit.org/changeset/165592>
WebKit Commit Bot
Comment 4 2014-03-13 19:14:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.